Jump to content

Triggering/sending false onmouseover singal?

- - - - -

  • Please log in to reply
2 replies to this topic

#1
1988

1988

    Newbie

  • Members
  • Pip
  • 4 posts
Hi,
so what I have are 2 frames. Sort of a map. On the left frame (locindex.html) I have listed several locations with a link to a certain anchors in the right frame (map.html). However, this anchor is found in a table, which is only visible on a onmouseover event. If I click the link while this event is not active, I can't get get to open this file with anchor location, it just sends me at the start of map.html file...
So, is there a way to send a 'false' onmouseover signal to open that table and show the content, enabling the use of the anchor?
Or if not can I make this frame open that file at certain coordinates?

#2
gokuajmes

gokuajmes

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 518 posts
you want people to navigate to map.html or locindex.html ?
By default it will open the page and scroll to top when clicked, by specifying the target="_blank" attribute you can send them to the new window.
If google maps is inside the maps.html , the maps should handle the click i supose !!

#3
1988

1988

    Newbie

  • Members
  • Pip
  • 4 posts
Thanks for the reply, but I found a workaround.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users