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 ! 






Jo Tomlinson posted this at 15:54 — 5th April 2001.
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
em_liquid posted this at 05:55 — 6th April 2001.
They have: 9 posts
Joined: Oct 2000
thanx for your post, Jo, I'll give a try to your suggestion.