O
Owen
If my url is, say,
http://mysite/mypage.asp?fruit=apples&veg=cabbages&sweet=cake, then how do I
get the value of "fruit", "veg" and "sweet" params using clientside
javascript?
In ASP I can use Request.Querystring("fruit") etc, but I need to get it
using clientside javascript this time.
Help?
Thanks,
Owen
http://mysite/mypage.asp?fruit=apples&veg=cabbages&sweet=cake, then how do I
get the value of "fruit", "veg" and "sweet" params using clientside
javascript?
In ASP I can use Request.Querystring("fruit") etc, but I need to get it
using clientside javascript this time.
Help?
Thanks,
Owen