WEBFORM: Howto open a new browser ?

  • Thread starter Thread starter Roby SGM
  • Start date Start date
R

Roby SGM

Hi.

In a webform (VB.NET) how can I open a new instance of the browser ?

Thank you

Roby
 
You have several options:

- Drop a hyperlink on the page and set its target to _blank
- Use javascript in a response.write statement (server side).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top