View Single Post
Old 01-29-2013, 08:15 PM   PM User | #6
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,172
Thanks: 59
Thanked 3,993 Times in 3,962 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
And you *COULD* use
Code:
<script src="test.js?id=5" language="javascript" ></script>
if you used URL-rewriting on the server.

That is, the server would see "test.js?id=5" and know that, for this specific file request, it should rewrite that into "zamboni/frambot.php?zam=117&requested=5"

We do something like that with some ".css" files on one server I work on.

It's easy to do that with Linux or Windows servers.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote