This is a discussion on FrontPage Find and Replace Query? within the ASP Development forums, part of the Programming & Scripting category; below is a line of code: Code: Dim Project_Name=Request.Form("Project_Name") i want to remove : Code: =Request.Form("Project_Name") so that it becomes: ...
| |||||||
|
#1
| ||||
| ||||
| below is a line of code: Code: Dim Project_Name=Request.Form("Project_Name")
Code: =Request.Form("Project_Name")
Code: Dim Project_Name ![]() ![]() |
|
#2
| ||||
| ||||
| Does frontpage not have a find / replace function included? Visual Web Developer has find / replace that you can use project wide and I know Dreamweaver has a site wide Find / Replace also. I guess FP would have something similar but never used FP I'm afraid...
__________________ Join the folding team |
|
#3
| ||||
| ||||
| Quote:
|
|
#4
| ||||
| ||||
| If FP is anything like VS, then you can Replace All in All Files with just a keystroke or 2. At the very very least, it should be able to Replace All within a fine.
__________________ Wolffy ------------------------ Opinions expressed are my own and do not necessity reflect those of any sane person. Any code provided is intended to be an example and is provided AS IS. Rework for your specific environment may be required. Void where prohibited by law. Not valid in California. Your mileage may vary. |
|
#5
| ||||
| ||||
| Quote:
Does this help at all? http://office.microsoft.com/en-gb/fr...563981033.aspx |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| replace \ | richyrich | JavaScript Programming | 12 | May 7th, 2009 01:01 PM |
| [Error] Cannot find server error | richyrich | .Net Development | 6 | November 25th, 2008 01:28 PM |
| Disabling a field after the Find command | kl99ny | Microsoft Access | 11 | October 7th, 2008 06:35 PM |
| find words and change | todd2006 | JavaScript Programming | 4 | July 2nd, 2008 09:58 AM |