|
Posted by Jonathan N. Little on 08/08/06 19:24
John wrote:
> All,
>
> Thanks for the help!
>
> After printing out the source code for a good page and the code for a page
> that wasn't working and going over it line by line, there was only one
> difference: the name of the file.
>
> I made up some rough test code below and recreated the error.
>
> 1) Open up Notepad.
> 2) Copy and paste from <! Cut and paste> to <! Cut and paste>.
> 3) Name this file "test.html". (html file extension)
> 4) Open the file in IE. Go crazy clicking back and forth.
> 5) Go back to Notepad, use the same code, but name it "test.asp". (asp file
> extension)
> 6) Open the file in IE. Error time.
>
> Why do hyperlinks and bookmarks not work the same for .asp files than for .
> html?? Baffled about this.
You doing this on your local hard drive? Of course it would fail as an
ASP... [A]ctive [S]erver [P]ages! Wont work unless you are running from
a webserver, IIS to be exact.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|