|
-
Aug 26th, 2005, 01:33 PM
#1
Thread Starter
New Member
Opening a webpage on button click
Trying to get it so that when a button is clicked on my aspx. webform that it goes to the webpage I want it to. Thanks for your time!
Last edited by IloveCaffeine; Aug 26th, 2005 at 01:42 PM.
-
Aug 26th, 2005, 02:08 PM
#2
Re: Opening a webpage on button click
just do
response.redirect(url,True)
-
Aug 26th, 2005, 02:37 PM
#3
Thread Starter
New Member
Re: Opening a webpage on button click
thanks, is there anyway to open it from an inline frame that it wont open the page in the inline frame?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|