opening a new window in VB.NET 03

  • Thread starter Thread starter Schultz
  • Start date Start date
S

Schultz

Is it possible to open a new browser window, with chosen tool bars
removed, when a user successfully logs in, using VB.NET 03?

(i want to have only the status bar showing, and customized the size of
window)

thanks,
T Schultz
 
Yes you can open a new browser window using client side script,

window.open(..)
just see the exact syntax in MSDN

//Thangam
 

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