I am new to ASP so bear with the beginner question. When I jump to a new active server page how do I script it to open in a new window? Thanks.
Printable View
I am new to ASP so bear with the beginner question. When I jump to a new active server page how do I script it to open in a new window? Thanks.
What method are you using to "jump"? if it is a simple link you can set the link to open in a new window.
laterCode:<a href="newpage.asp" target="_new">Click here</a>