getting a html link to work like this?

Fatal_Error

New member
<a href=blah/example.html?>play</a>

so after the .html there would be a random code.
var url = "Buddy.html?" + "&ms=" + new Date().getTime();

puts the code to the time,
I cant get it working,
should work in theory.
var url = "Buddy.html?" + "&ms=" + new Date().getTime();

puts the code to the time,
I cant get it working,
should work in theory.
 
Back
Top