-
FrontPage corrupted my ASP code !
After I use FrontPage to edit my ASP file, my code won't work anymore. How
can I prevent it ?
-
Re: FrontPage corrupted my ASP code !
What version of FP are you using? FP, in every version, munges your HTML;
uncontrollably in versions prior to 2000, and in 2000, it will "clean up"
your HTML to match up tags (like in the case of include files), so make sure
you include complete chunks of HTML (like <TABLE> to </TABLE>).
IOW, I don't let FP touch my ASP files. I use EditPlus, www.editplus.com.
-- Dev
Calvin wrote in message <38e9c7cb$1@news.devx.com>...
:
:After I use FrontPage to edit my ASP file, my code won't work anymore. How
:can I prevent it ?
-
Re: FrontPage corrupted my ASP code !
I forgot to mention that it's unlikely that FP _corrupted_ your ASP code,
more likely, some HTML tags are missing, and a browser like NS is refusing
to render the page. Have you tried to determine exactly what's missing?
-- Dev
Calvin wrote in message <38e9c7cb$1@news.devx.com>...
:
:After I use FrontPage to edit my ASP file, my code won't work anymore. How
:can I prevent it ?
-
Re: FrontPage corrupted my ASP code !
Don't use FP :-) Check for <,&,> being changed to <, &, and >,
and do a find and replace. In the future, seriously, do your FP work first,
then add the ASP.
Calvin wrote in message <38e9c7cb$1@news.devx.com>...
>
>After I use FrontPage to edit my ASP file, my code won't work anymore. How
>can I prevent it ?
-
Re: FrontPage corrupted my ASP code !
> How can I prevent it ?
Right after starting FrontPage hold down the Alt key and press F4...problem
solved!
-
Re: FrontPage corrupted my ASP code !
"Calvin" <kwchee@263.net> wrote:
>
>After I use FrontPage to edit my ASP file, my code won't work anymore. How
>can I prevent it ?
-
Re: FrontPage corrupted my ASP code !
I hate to say it but either upgrade to Frontpage 2000 or use another web authoring
tool like Dreamweaver.
"russ" <rusjenandall@netzero.net> wrote:
>
>"Calvin" <kwchee@263.net> wrote:
>>
>>After I use FrontPage to edit my ASP file, my code won't work anymore.
How
>>can I prevent it ?
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks