PDA

View Full Version : Double H-referencing.


Punchnmylunch
08-29-2005, 04:03 PM
<a href="#frame"><a href="PersonalWebpageFolder/EmoSucks.htm" target="Emo">My Music</a>


Why is it you can't double reference an in-page link, and out-page link.

I have a page set up with a transparent frame at the bottom.

when you click the link, a page pops up in the target frame.

now instead of scrolling down manually making it harder on the user.

I want it to direct itself reference with #frame. to its spot.

I want to know why you can't do this, and if theres a way.

KC-Luck
08-29-2005, 05:06 PM
just do this:


<a
href="PersonalWebpageFolder/EmoSucks.htm#frame"
target="Emo">My Music</a>


and/or apply extended functionality via:
<a
href="PersonalWebpageFolder/EmoSucks.htm#frame"
target="Emo"
onclick="[someelement].focus()">My Music</a>

Punchnmylunch
09-01-2005, 09:52 PM
Now see I've tried this, and then some; but it still does not work. It's eighther one or the other. I contacted Honeywell about this and got to some of their heads, and they had no idea how. It's really troubling that you can't do this though. Really depressing. Thank you though