how do make a pop-up in sub ASP.net sub ?

  • Thread starter Thread starter THY
  • Start date Start date
T

THY

Hi,

is it possible to make a pop-up in ASP.Net sub ?

I dont want to use javascript or vbscript, so I wondering is that posible ?

thanks
 
You must do this with javascript or vbscript unless you do it with a plain
HTML link such as this:
<a href='mypage.aspx' target='_new'>click here</a>
 

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