|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Response.Redirect
<i><b>Originally posted by : Brian</b></i><br />I'd like my add banner links to open in a blank browser window, as my image links do via the <br />"target=_blank" anchor command. How would I accomplish this when using Response.Redirect??<br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Steve Schofield (sschofield@aspfree.com)</b></i><br />I do this on aspfree.com <a href="http://www.aspfree.com/redirectlink.asp?link=http://www.someurl.com target="_blank">click this to be redirected</a> This is a sample string<br /><br />notice after the redirectlink.asp i have a question mark with a variable link= to URL. when the hyperlink has a _blank it'll open another window. Calls your page that requests the page on your site, detects which link variable is then resends it. We also use this to track where our redirects go, before the redirect is called u can write specific data to a database. hope this helps.<br /><br />response.redirect request("link")<br /><br /><br />------------<br />Brian at 2/11/2000 1:05:29 PM<br /><br />I'd like my add banner links to open in a blank browser window, as my image links do via the <br />"target=_blank" anchor command. How would I accomplish this when using Response.Redirect??<br />
|
|
#3
|
|||
|
|||
|
<i><b>Originally posted by : Alistair (mcghieaj@esvax.es.dupont.com)</b></i><br /> Is there any way to go from the response.redirect to a new window without having to go through a HREF link? <br /><br />The redirect I am trying to modify looks like:<br /><br /> response.redirect (redirectlink.asp?file_name="+ root_directory+file_name)<br /><br />------------<br />Steve Schofield at 2/11/2000 8:47:11 PM<br /><br />I do this on aspfree.com <a href="http://www.aspfree.com/redirectlink.asp?link=http://www.someurl.com target="_blank">click this to be redirected</a> This is a sample string<br /><br />notice after the redirectlink.asp i have a question mark with a variable link= to URL. when the hyperlink has a _blank it'll open another window. Calls your page that requests the page on your site, detects which link variable is then resends it. We also use this to track where our redirects go, before the redirect is called u can write specific data to a database. hope this helps.<br /><br />response.redirect request("link")<br /><br /><br />------------<br />Brian at 2/11/2000 1:05:29 PM<br /><br />I'd like my add banner links to open in a blank browser window, as my image links do via the <br />"target=_blank" anchor command. How would I accomplish this when using Response.Redirect??<br />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > Response.Redirect |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|