Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Strange Book marks

Status
Not open for further replies.

webpager

Programmer
Joined
Mar 27, 2001
Messages
166
Location
GB
Hi Guys
I have a problem with a book mark within a form.
The HTML was created in Frontpage and works ok in preview mode (Frontpage) when I paste the same code into my cgi script the bookmark link is added to the end of the 'form action' link.
Any clues what I am missing?

Calling html - <a href=&quot;#cartlist&quot;>View Your Basket</a>
Target html - <a name=&quot;cartlist&quot;>
Keith
 
Sorry Guys - I have jumped the gun a bit.
The bookmark link is failing because the page hasn't yet been created. It works OK if I run the template for the HTML page but is unable to locate the link in a virtual page, created within a script.
The next question would be how to link to a bookmark in a virtual page?
Keith
 
It should not matter, the browser doesn't know if a page is 'virtual' or 'real', it just interpretes the html you stick into it.

There really should not be any difference.

Try fully qualifying your URL's and ACTION's, FrontPage often makes generous assumptions about what you want it to do.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top