PDA

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


raj2000
Jul 5th, 2000, 05:02 AM
Hi,

I have a problem with the following code.



Type mismatch: 'redirect'

/yeomanlocal/geo2.asp, line 102



response redirect ("bmpcon2.asp?userid=1&topleftx=&Lon1&&toplefty=&Lat1&&brightx=&Lon2&&brighty=&Lat2&")


Can you please help?

Mark Sreeves
Jul 5th, 2000, 05:17 AM
looks to me like there is a . missing fromn response.redirect

kb244
Jul 5th, 2000, 07:17 AM
When you get Reponse.Redirect working, make sure you put
Response.Buffer = True at the top, otherwise you'll get an error if you try to redirect.