Thread
:
How to post some data to a javascipt file
View Single Post
01-29-2013, 02:16 PM
PM User
|
#
3
mrhoo
Regular Coder
Join Date: Mar 2006
Posts: 708
Thanks: 30
Thanked 127 Times in 118 Posts
Quote:
<script src="test.js?id=5"
Adding a search string to any downloaded resource is a GET, not a POST-
and though the fetched file has no idea what you are doing,
the server and the client can use it.
Last edited by mrhoo; 01-29-2013 at
07:46 PM
.. Reason: spelling
mrhoo
View Public Profile
Find More Posts by mrhoo