|
Posted by Toby Inkster on 10/11/05 10:45
JDS wrote:
> On Thu, 06 Oct 2005 23:01:21 +0100, SpaceGirl wrote:
>
>> <a href="mypage.html" onclick="popup('mypage.html'); return true;"
>
> Shouldn't that be "return false"?
I like:
<script type="text/javascript">
function popup (u,t)
{ return !window.open(u,t,'options'); }
</script>
<a href="mypage.html" target="mytarget"
onclick="return popup(this.href,this.target);">
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|