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();
}...
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();
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.