Ok.. try this.. your commas, quotation marks, plus marks, etc are all
messed up.
var winMy;
function ope(page,wid,hgt){
winMy = window.open(page,
'winMy','height='+hgt+',width='+wid+',channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0');
}
It's a javascript question, fyi. Not that I personally care. :)
-Mike
At 04:38 PM 5/2/2002 +0100, Sandeep Murphy wrote:
>hi,
>
>What you have suggeste is exactly what I am doing.. however the function
>ope() accepts only the URL and ignores the width and height... and sometime
>it accepts the URL and the first parameter alone... I hv checked and
>rechecked the code and cant find whats wrong with it....
>
>any more suggestions???
>
>Thnx again..
>
>Sands
>
> >function ope(page,wid,hgt){
> >
> >
> > //open (page, "page",
> >"height="+hgt,"width="+wid,"channelmode=0,dependent=0,directories=0,fullscr
>e
> >en=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0",
> >"myWindow")
> >
> > open (page, "page",
> >"height=30,width=50,channelmode=0,dependent=0,directories=0,fullscreen=0,lo
>c
> >ation=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0", "myWindow")
> > }
> >
> > </script>
> >
> >The window does pop ups but ignores the widht and height sent.. whereas if
>i
> >hardcode the values for the pop up is works...
> >
> >Isnt is possible to send values for the window parameters dynamically?? if
> >so what am i doing wrong??
> >
> >TIa,
> >
> >sands
> >
> >--
> >PHP Windows Mailing List (http://www.php.net/)
> >To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>Mike Flynn - Burlington, VT
>http://www.mikeflynn.net/ - [EMAIL PROTECTED]
>home=>work=>home=>store=>home [repeat daily]
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
Mike Flynn - Burlington, VT
http://www.mikeflynn.net/ - [EMAIL PROTECTED]
home=>work=>home=>store=>home [repeat daily]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php