<script language="Javas cript1.1" type="text/javascript">
function xso_popup(url,n ame,options)
{
var cw=window.open( url,name,option s);
cw.opener=this;
cw.focus();
}
Link :
<a href="javascrip t:xso_popup('ht tp://www.somewebsite .com/images/image 239.jpg','Enlar ged View','width=30 0,height=300,sc rollbars,resiza ble')">
What could be wrong ?? I just get a "Error on page" error with some gripe
about arguments.
Left to myself, I would not even bother about IE, but its the most popular
browser out there, and I need to get this to work with IE as well.
function xso_popup(url,n ame,options)
{
var cw=window.open( url,name,option s);
cw.opener=this;
cw.focus();
}
Link :
<a href="javascrip t:xso_popup('ht tp://www.somewebsite .com/images/image 239.jpg','Enlar ged View','width=30 0,height=300,sc rollbars,resiza ble')">
What could be wrong ?? I just get a "Error on page" error with some gripe
about arguments.
Left to myself, I would not even bother about IE, but its the most popular
browser out there, and I need to get this to work with IE as well.
Comment