Variable
Out of context: Reply #13
- Started
- Last post
- 20 Responses
- stewart0
oh shit, is my english so Wendell-is?!
attempt 3:
• when i click on a hyperlink in a html website a new html file loads.
right?• that loaded html file is stored in the browser cache, together with that file name, say file.html.
okay?• what i want is that everytime that file.html is loaded by clicking the hyperlink, a variable number is added behind the document name, say
href=file.html+date+time
so the cached name is always unique.• so, when i click the hyperlink to load file.html, this document isn't loaded from the cache, because the filename in the cache is different, because the added variable.
holy shit, i think when i type more and more, my story gets blurrier and blurrier.
i got this first posted actionscript from Unfit to do the same in flash with .swf files, everytimie a swf file is loaded a random number is added to the cached .swf file, and that works great!