I don't have a sure answer, but is there any reason you are using the
"onClick" event rather than the href?

You have
<a href="">
> dth=450,height=500');return false;">

But you could use:
<a
href=""> lbars,width=450,height=500');return false;">

For some reason, I've always had more success putting this type of thing
into a function.

<script>
function myPopup(myURL,myWinName) {
window.open(MyURL,myWinName,'scrollbars,width=450,height=500');
return false;
}
</script>
<a href="">
-----Original Message-----
From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 1:15 PM
To: CF-Talk
Subject: RE: Netscape 7 and window.open

You got popup blocking enabled?  Shouldn't matter, because it's an onClick,
but that might be it.

Cheers,
barneyb

> -----Original Message-----
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 19, 2004 12:34 PM
> To: CF-Talk
> Subject: OT: Netscape 7 and window.open
>
> Hey All,
>
> I'm banging my head against what should be a simple issue.
>
> I've got some code like so:
> <a href=""> > > > 'scrollbars,wi
> dth=450,height=500');return false;">
>
> which is pretty standard pop-up window opening code...been
> using it for
> years.  I cannot for the life of me get it to work in NS 7.1
> and no errors
> are shown in the _javascript_ console!!'
>
> Any ideas??
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to