justuptime.com - monitor your servers & websites

anchor content display in popup window ??

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 9 posts

Joined: Oct 2000

HI all,

i'm looking for a way of making the content of an anchor only display in a _blank popup window, either through a simple javascript or through any html trick.

the content of the anchor would be some data pulled up in this page by the perl programme supporting it, so i cannot just make it another page... i'm no programmmer, so i'm looking for the html/javascript trick to make it happen... if you have any ideas, please share them !

Thanks in advance ! Laughing out loud

They have: 34 posts

Joined: Jan 2001

<script language="JavaScript">

</script>

this needs to link

 
 
to this in a new window

Basically, just do a popup as you would to any webpage, but put the anchor in as the link. I just tried and it seemed to work ok.
Is that what u meant? If not, sorry!
Jo

They have: 9 posts

Joined: Oct 2000

thanx for your post, Jo, I'll give a try to your suggestion.