yeah!! thank you!!
solve that silly mistake finally!!!...
thanx a million ppl.. :�
cheers
han
----- Original Message -----
From: Christoph Schmitz <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Tuesday, January 09, 2001 4:31 AM
Subject: AW: Javascript in Netscape
> Hi Han,
>
> you need to use "resizable" instead of "resizeable"... just drop the "e".
>
> HTH,
>
> Chris
>
>
> > -----Urspr�ngliche Nachricht-----
> > Von: han peng [mailto:[EMAIL PROTECTED]]
> > Gesendet: Montag, 8. Januar 2001 09:19
> > An: CF-Talk
> > Betreff: Javascript in Netscape
> >
> >
> > hey i had a prob....
> > i'm opening a new window with size 500,370.
> > but for the link in there.. i wan the next page to be shown as
> > full screen or at least can be resized...
> > tried the codes below..
> > can work for IE.. but cant for netscape..
> >
> > any solution?
> >
> > cheers
> > han
> >
> >
> > File A:
> > function openwin(location, x, y)
> > {
> >
para="toolbar=no,scrollbars=yes,resizeable=yes,width="+x+",height="+y;
> > msgWindow=window.open(location, "displaywindow", para);
> > }
> >
> > <A href="javascript:openwin('userid.html', 500, 370)">User ID</a>
> >
> >
> >
> > userid.html :
> > function openwin(location, x, y)
> > {
> >
para="toolbar=no,scrollbars=yes,resizeable=yes,width="+x+",height="+y;
> > msgWindow=window.open(location, "displaywindow", para);
> > }
> >
> > <A href="register_email.cfm?action=forget">forgotten</a>
> >
> > also tried this:
> > <A href="javascript:openwin('register_email.cfm?action=forget',
> > 640, 480)">forgotten</a>
> >
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists