W
w2000
Greeting all,
I am studying Javascript to custom my yahoo estore,
I need to open a custom sized window in a new browser ,
I tried the following script on 3 different PCs running XP
pro. IE 6, it worked on one and did not work on the other two.
Please need your help.
Thanks
Luka
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features)
{
window.open(theURL,winName,features);
}
//-->
</script>
<body>
<a href="http://mysite ; target = "_blank";
onClick="MM_openBrWindow('http://mysite','winName',
'resizable = yes,toolbar=no, directories=no, location=no,
status=no, menubar=no, resizable=no, scrollbars=no,
width=200,height=200, screenX=100, screenY=75');
return false"
......
I am studying Javascript to custom my yahoo estore,
I need to open a custom sized window in a new browser ,
I tried the following script on 3 different PCs running XP
pro. IE 6, it worked on one and did not work on the other two.
Please need your help.
Thanks
Luka
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features)
{
window.open(theURL,winName,features);
}
//-->
</script>
<body>
<a href="http://mysite ; target = "_blank";
onClick="MM_openBrWindow('http://mysite','winName',
'resizable = yes,toolbar=no, directories=no, location=no,
status=no, menubar=no, resizable=no, scrollbars=no,
width=200,height=200, screenX=100, screenY=75');
return false"
......