size of page
-
i write this code: javascript:window.open('a.html') i want open a.html with small size how can i set the size of my form in my code?
-
i write this code: javascript:window.open('a.html') i want open a.html with small size how can i set the size of my form in my code?
-
use something like this: window.open (this.href, 'popupwindow','width=1000,height=800');return false;"
thanks for ur help, thats right i write this for: javascript:window.open('../a.html','_blank','height=200,width=300,menubar=yes'); and thats right but return an object, do u know where should i write return false? when i write javascript:window.open('../a.html','_blank','height=200,width=300,menubar=yes');return false; it give an error "return statement outside of function"
-
thanks for ur help, thats right i write this for: javascript:window.open('../a.html','_blank','height=200,width=300,menubar=yes'); and thats right but return an object, do u know where should i write return false? when i write javascript:window.open('../a.html','_blank','height=200,width=300,menubar=yes');return false; it give an error "return statement outside of function"
-
yes its in c#. exactly its this form: cell8.Controls.Add(new LiteralControl("<A HREF=" + "javascript:window.open('../a.html','_blank','height=200,width=300,menubar=yes');return false;" + " <span style=" + "font-size:9pt;" + "></span>??? ????? ???</A>")); and thast error is :return statement outside of function