OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
changing image src using dom
This page's ID:
23831
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
The DOM way is :[code]document.getElementById( idOfYouImage ).src = 'new/source';[/code]Or even better :[code]document.getElementById( idOfYouImage ).setAttribute( 'src', 'new/source' );[/code]Hope that helps, [url=http://www.p01.org/][img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_love.gif[/img][/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »