infinite
12-17-2003, 12:47 PM
Hi All,
I can't get to a ASP book, so can't work this out as easily as I should.
I have an clickable image, with ISMAP set, it ends up at /map.asp?250,778
With 250 being the x coordinate, and 778 being the y coordinate. All I can muster up with my ASP 'skills' is Response.Write(Request.QueryString)
Which simply prints out the 250,778 bit.
I'd like to 1) seperate the 250 and 778 to seperate variables, and 2) find out if there is a more simple method.
Cheers,
Infinite :cool:
I can't get to a ASP book, so can't work this out as easily as I should.
I have an clickable image, with ISMAP set, it ends up at /map.asp?250,778
With 250 being the x coordinate, and 778 being the y coordinate. All I can muster up with my ASP 'skills' is Response.Write(Request.QueryString)
Which simply prints out the 250,778 bit.
I'd like to 1) seperate the 250 and 778 to seperate variables, and 2) find out if there is a more simple method.
Cheers,
Infinite :cool:
