Click to See Complete Forum and Search --> : response.redirect problem


pelegk1
11-16-2003, 11:48 AM
why when i do this (redirect to another web site then mine)

Response.Redirect "https://secure.pelecard.co.il/malka/donate_main.asp"

i am getting this error :
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.


thnaks in advance
peleg

PeOfEo
11-16-2003, 12:17 PM
try
response.redirect("someurl")