Current location: Hot Scripts Forums » General Web Coding » JavaScript » Change url


Change url

Reply
  #1 (permalink)  
Old 12-07-07, 03:16 PM
Deansatch Deansatch is offline
Coding Addict
 
Join Date: Jul 2006
Location: Northumberland
Posts: 375
Thanks: 0
Thanked 0 Times in 0 Posts
Change url

I am new to javascript. Is there a simple way or possible way to change the url of a filename using links?

e.g.
HTML Code:
<sometag fileurl="http://www.here.com/file1" />

<a href="#" onclick="change sometag url to \"http://www.here.com/file1\"">Change to file 1</a>

<a href="#" onclick="change sometag url to \"http://www.here.com/file2\"">Change to file 2</a>

<a href="#" onclick="change sometag url to \"http://www.here.com/file3\"">Change to file 3</a>
__________________
Aye!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 12-08-07, 04:33 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,074
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>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Change this AJAX script to accomidate dynamic url arandlett JavaScript 3 06-14-06 04:01 AM
Need help: Html script- url linking nyjumpman23 HTML/XHTML/XML 5 09-28-05 10:19 PM
The Reasons Why do you Need URL Rewriting MODULE to Enchance your Web? handry PHP 11 08-05-05 08:32 AM
change IE search URL or change window registry sma JavaScript 1 04-26-04 03:40 PM
change IE search URL or change window registry sma PHP 0 04-26-04 06:38 AM


All times are GMT -5. The time now is 09:51 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.