Print Page | Close Window

HTML to ASP Conversion re anchors

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=7142
Printed Date: 31 March 2026 at 3:07pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: HTML to ASP Conversion re anchors
Posted By: Ripper
Subject: HTML to ASP Conversion re anchors
Date Posted: 10 November 2003 at 2:46pm
Hopefully  I called them what they are.  Ok down to the nitty gritty, I have had this genealogy pages written in HTML and all the links post to a certain anchor, or most of them. ie:

<a href="pafg40.htm#43172">

I need to know how to point at it to open the page at that same point, ie:

<a href="pafg40.asp?#43172">

I probably embrassed myself with this question but it would make some coding alot easier.  The reason for this change is that I'm trying to goto a totally 100% ASP coded site, and if you are dealing with a PAF it is better not to put it in a database.

 




Replies:
Posted By: MorningZ
Date Posted: 10 November 2003 at 3:03pm

The extension of the file doesn't matter, anchors still will work the same, so:

<a href="pafg40.htm#43172">

would be:

<a href="pafg40.asp#43172">

 



-------------
Contribute to the working anarchy we fondly call the Internet



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net