Results 1 to 3 of 3

Thread: problem with response.redirect

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Location
    London, UK
    Posts
    39

    Cool

    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?



  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    looks to me like there is a . missing fromn response.redirect
    Mark
    -------------------

  3. #3
    Addicted Member
    Join Date
    May 2000
    Location
    Grand Rapids, MI
    Posts
    231
    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.
    -Karl Blessing aka kb244{fastHACK}
    [email protected]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width