Open new window from aspx.vb

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good day,

I nned to find a way of opening a new window. I have a aspx page with a
whole bunch of text boxes and so on on it and some command buttons. What I
need is that when one of the command buttons is pressed and some preocessing
gets done in the aspx.vb section I need a new window to open if some criteria
are met. It has to be done within the aspx.vb section.

Please can someone help
TIA
 
Hi,

Keep in mind that popup blockers would prevent the window from
opening. But here is a link on how to do it.

http://www.riderdesign.com/articles/displayarticle.aspx?articleid=13

Ken
-----------------
Good day,

I nned to find a way of opening a new window. I have a aspx page with a
whole bunch of text boxes and so on on it and some command buttons. What I
need is that when one of the command buttons is pressed and some preocessing
gets done in the aspx.vb section I need a new window to open if some
criteria
are met. It has to be done within the aspx.vb section.

Please can someone help
TIA
 
Thanks Cor,

But I need to open a new window, not redirect in the exisiting window.
 

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