i searched in archives and found the answer to my bug... but i have one more question.
here is the old post that has been made :
======================
You can't have a space in the name parameter, in your case you're using the string "Whos Online". Try changing it to
function show_it(){
var win2 = window.open("OnLine.asp", "Whosonline",
"resizable=no,statusbar=no,menubar=no,height=400,width=150"
;
}
======================
is there an other way to have a space in the name parameter ? i tryed my%20page and it doesn't work... can we really NOT have spaces in windows title with windows.open ? Best regards,
Elise, XML learning girl X-)
here is the old post that has been made :
======================
You can't have a space in the name parameter, in your case you're using the string "Whos Online". Try changing it to
function show_it(){
var win2 = window.open("OnLine.asp", "Whosonline",
"resizable=no,statusbar=no,menubar=no,height=400,width=150"
}
======================
is there an other way to have a space in the name parameter ? i tryed my%20page and it doesn't work... can we really NOT have spaces in windows title with windows.open ? Best regards,
Elise, XML learning girl X-)