pop up for clickable image

They have: 5,633 posts

Joined: Jan 1970

I want to make a pop up for a clickable image (links to a mapmachine for detail maps). How do I put 2 links in one <A HREF> tag. Or is there another option?

They have: 231 posts

Joined: Feb 2000

I am not 100% sure what you mean here but I think you want to open 2 windows with one link. If yes, here is the solution.

code:

<a href="javascript:loadWindows()"></a>

function loadWindows() {
   window.open("http://somewhere.com");
   window.open("http://somewhere2.com");
   }[/code] 

:: Lloyd Hassell :: http://www14.brinkster.com/lloydh ::

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.