Popup Window Using VB

  • Thread starter Thread starter Ken
  • Start date Start date
K

Ken

Is there a way to show a popup window using code behind in VB?

Partial java script code:
Open('htmpage.html')
 
hi,
Use RegisterStartupScript method to emit a script:
RegisterStartupScript("popupwin","<script>Open('htmpage.html')</script>")
 

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