Page Properties
Session("CustName") = TxtCustName.Text
Dim sTemp As String
sTemp = "<script>window.open('Fax.aspx',null,'status=yes,t oolbar=yes,menubar=yes,location=yes');</script>"
Response.Write(sTemp)
Response.Flush()
I use the above code to open a form, from another and to pass it a variable, this work perfectly. However the form has no sliders so it is difficult to see the whole page and also I can not see the start bar. How do I get around this?
Thanks
Louisa
|