Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open a New Web Form Using a Button

Status
Not open for further replies.

frmorris

Programmer
Aug 4, 2005
22
0
0
US
I am developing a web application in vb.net. Could someone tell me how do I code the button so that when the user click it a new form will open.
 
<button name>.Attributes.Add("onclick", "window.open( '>page name>');")
 
Thanks tgreer and chris77504 for your help. I found a script to solve my problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top