How to do this?

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

Guest

Hey all

Can anyone tell me how to do this on an ASP.NET app. I want the user to push a button, which will
1. Pass a unique id to the system
2. The system queries a database and retrieves a URL addres
3. The system opens a modal dialog with the contents of the URL addres

is this possible

Thanks
ar
 
Hey all

I can get the Url from the database, I just don't know what to do from there
ari
 
Well if I do the Response.Redirect it will open a new internet browser. What I want though no toolbars or borders.
 
The redirect should use the same browser that called it.
ari said:
Well if I do the Response.Redirect it will open a new internet browser.
What I want though no toolbars or borders.
 
Back
Top