zoliff
10-08-2002, 06:50 AM
I have page one (p1) which has various links to page 2 (p2), and it needs to link to specific anchor tags on the p2. Problem is that I can't do the typical anchor tag call in the URL and place a simple #anchor_area at the end of the URL because of the types of calls I am making.
I was trying to come up with a way in which the javascript on p2 would look for a certain text in the incoming XML from p1 and basically load the browser viewing area in the anchored area. I currently have anchor tags on p2 but I can't figure out what to do with them (Javascript wise).
I was thinking about trying to scrollTo() certain areas of the page depending on what is returned, but I can't find any detailed information about anchor tags and how to jump to specific anchors on the page.
Any help/ideas would be greatly apprecited. Trying to come up with some javascript which would accept a certain anchor tag as its input, and basically set the focus on that certain anchor tag on the page.
Getting extremely frustrated at these wonderful tags :mad:
Thanks again
I was trying to come up with a way in which the javascript on p2 would look for a certain text in the incoming XML from p1 and basically load the browser viewing area in the anchored area. I currently have anchor tags on p2 but I can't figure out what to do with them (Javascript wise).
I was thinking about trying to scrollTo() certain areas of the page depending on what is returned, but I can't find any detailed information about anchor tags and how to jump to specific anchors on the page.
Any help/ideas would be greatly apprecited. Trying to come up with some javascript which would accept a certain anchor tag as its input, and basically set the focus on that certain anchor tag on the page.
Getting extremely frustrated at these wonderful tags :mad:
Thanks again