|
hmm got one to work,
[script language="j avascript">
[!-- begin
function popup()
{
window.open('wait.shtml')
}
// end -->
[/s cript>
(replaced "<" with "[" )
now, can i specify width with this code?
is it as simple as adding this:
var win = 'toolbar=0,directories=0,menubar=0,scrollbars=0,
resizable=0,width=250,height=300';
?
|