Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
user1900 #1
ASP HTML Bug in FrontPage Cleanup Extension
Here is a bug I found in trying to use DW Commands > "Cleanup FrontPage HTML
Sitewide" (after I installed this extension). I had ASP pages in the site
which insert other ASP pages via Server.Execute. In the process extraneous and
corrupting HTML code was added permanently to the ASP files to be "executed":
My main file sitemap.asp contains this line of code in ASP:
Server.Execute ("sitemap_InclByName.asp")
The file sitemap_InclByName.asp has only lines of HTML giving table rows,
repeating this pattern:
<tr>
<td class="SMColSmall"><a href="imageindex.asp">myindex.asp</a> </td>
<td class="SMCol2"><a href="imageindex.asp">Sample Index file</a> </td>
</tr>
The entire page of code does not include a BODY or TABLE tag because the ASP
file it is inserted into already has an enclosing BODY and TABLE tag. This is
a standard ASP technique. However, the DW extension perceives the file
sitemap_InclByName.asp as invalid HTML beause there is no BODY tag, and inserts
one at the beginning and a closing tag at the end. This invalidates the HTML
of the main file sitemap.asp.
It is possible that changing the executed file to pure ASP with Response.Write
statements rather than unadorned HTML may fix this problem, but I have not yet
tried it and would prefer to keep the same files, thus will probably stop using
the Extension unless it is changed.
Thank you,
MCM
user1900 Guest
-
Dreamweaver 8 Frontpage server extension
I just recently bought a copy of Dreamweaver 8 and come to find out the server im going to be working on is frontpage based for whatever reason and... -
Cleanup FrontPage HTML Script Timeout
I am havingone heck of a time with the script in thr extension titled Cleanup FrontPage HTML. My website has almost 1850 pages and the script... -
Frontpage Server Extension a security problem?
Some years ago we were told by Microsoft that Frontpage Server Extension outside the firewall could be a possible security hole. Maybe some has... -
FrontPage and HTML
I've just created a movie using Flash 4 and I want it to work on my site. My site editor I'm using is Microsoft FrontPage but I'm having trouble... -
Cleanup Front Page Extension
I'm trying to download this extension from Macromedia's site and keep getting this error message: "The requested site is either unavailable or...



Reply With Quote

