|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Security Alert Message box
I have developed an ecommerce website, site1. site1 is redirected to a secure website site2.At site2 user has to enter his credit card information and then redirected back to site1, to view the final status of his credit card transaction. While being redirected from site2 to site1, a security alert message box(saying that you are about to redirected to unsecure site blah blah )is displayed.<br>Is there anyway to prevent this message box.
|
|
#2
|
||||
|
||||
|
Yes. I think I have done this before. When you redirect, enter the entire path of the url. Ex:<br><br>Instead of:<br><br> Response.Redirect("home.asp")<br><br>Use:<br><br> Response.Redirect("http://www.site1.com/home.asp")<br><br>See if that works for you.
|
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Security Alert Message box |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|