Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
request params using javascript
Name: nick Date: December 16, 2003 at 16:38:37 Pacific OS: any CPU/Ram: any
Comment:
Is it possible to access request parameters using javascript? for example: www.website.com?test='watever'
Name: anonproxy Date: December 16, 2003 at 18:12:50 Pacific
Reply:
Sure. You basically have to strip the URL string down into what you need and throw everything else away. Read this. You also have the option of cookies.
0
Response Number 2
Name: javdev Date: December 16, 2003 at 21:56:41 Pacific
Reply:
thanks!! just ordered a javascript book so i can get a better understanding. i cant find a decent in depth api on the web. o well. thanx for the help
Summary: I was just experimenting with the idea of using JavaScript with WSH as a quick-and-dirty way of writing prototype or small throwaway applications. The advantage is that, unlike batch files, JavaScript...
Summary: Well, your "question" is ambiguous at best. I really can't figure out what you are doing. Where is the PHP script that you are running? Is it in the index document? Anyway, the best ways that I can th...