theunknown
Programmer
Hello Friends
The following function gives error when the url contsins space charcter (%25), other wise it works fine.
function OpenWindow(){
var l=open('','D',"titlebar=no,height=130,width=290');
l.document.write('<HTML><BODY>Hello World</BODY></HTML>);
l.document.close();
l.focus();
}
thanks in advance.
TheUnknown.
The following function gives error when the url contsins space charcter (%25), other wise it works fine.
function OpenWindow(){
var l=open('','D',"titlebar=no,height=130,width=290');
l.document.write('<HTML><BODY>Hello World</BODY></HTML>);
l.document.close();
l.focus();
}
thanks in advance.
TheUnknown.