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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hyperlink Title

Status
Not open for further replies.

Nebooaw

Programmer
Jun 1, 2001
142
GB
Hi i am using hyperlink title tags within a wep page which work perfectly ok.

<a href=&quot;#&quot; title=&quot;Hyperlink Title Test&quot;>Hyperlink Title Test</a>

If i use the same code but on a page in a frame it does not work.

Does anyone know a way to get this to work?

Kindest Thanks.
 
hi there

i think you'll need to specify a location if you're using frames in your site. so the code would be <a href=&quot;#&quot; target=&quot;name_of_the_frame_you_want_the_info_to_appear_in&quot;></a>

 
They are working nicely in IE6 and Win2000 in frames. I though it could be a focus problem but so far I could not reproduce your problems.
 
Still cant get the tooltip to work - even with using a target, but as soon as i access the page directly (not in a frame) is does squat!

Any other ideas?


Regards.
 
IE 6.02

I have tried using a window with 2 frames and it works perfectly fine. I i have a frameset with
a frame on the left and a frame on the right, with the frame on the right containing another frame with the hyper link in it doesn't work.

im baffled.

Hope this makes scence!
 
Have figured out what the problem is....

I have a javascript menu in one of the frames, as soon as it loads non of the tooltips work. if i comment out the code where i call the javascript, it works a treat!

Just need to find out why javascript is screwing the tool tips!

Thanks guys for your time.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top