Click to See Complete Forum and Search --> : Hyperlinks in an asp page


789123
02-26-2005, 10:15 PM
I'm stumped. This should be easy.
How do I link back to my index.htm from an .asp page?

When I link to the htm file, the page cannot be found.

When I save my html index and an asp page, and link to this page, there are no images or other formating. the text is visible.

I would appreciate you help.

buntine
02-27-2005, 03:08 AM
You may need to explain this a bit more. If both your files are in the same directory, then there should be no problem creating a link.

<a href="index.htm">Link</a>

Regards.

789123
02-27-2005, 07:32 AM
I'm using an asp submission file that is located within the Database folder. This file arrangement was created with MS Front page 2003 database wizard. It in not in the same folder as the asp files. It must remain there. The html files are located outside this folder on my server.

buntine
02-27-2005, 07:51 AM
Determine the location of the index file, and link to it. Thats all you have to do.

789123
02-27-2005, 10:59 AM
Thanks!

I realize this is "off topic", but do you have any idea how to protect my results page>

Righ now, anyone can access it and view my results. My database editor is PW protected. The results are used by the database editor, but I don't want them availabe to users.

I tried some script in this page WO success.
I tried restrictong access through my server. It is set to "read" by defauld and this cannot be modified.

Thanks