Thread: Change url
View Single Post
  #2 (permalink)  
Old 12-08-07, 03:33 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
Perhaps...
HTML Code:
<sometag fileurl="http://www.here.com/file1" id="someid" />

<a href="#" onclick="document.getElementById('someid').fileurl='http://www.here.com/file1';">Change to file 1</a>
Reply With Quote