Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Community Forums
 Community Discussions (All other subjects)
 Javascript ?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
JJenson Posted - 21 October 2009 : 21:54:44
Alright I am trying to swap an image out and for the life of me I think this should work but it doesn't and I cannto figure out why can anyone else spot it?


<script language="javascript" type="text/javascript">

function gup(name) { name = name.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]"); var regexS = "[\\?&]" + name + "=([^#]*)"; var regex = new RegExp(regexS); var results = regex.exec(window.location.href); if (results == null) return ""; else return results[1]; }


function setimg() {

adclicked = gup('ad');
if (adclicked == 'Oil')
document.getElementById('CouponPicture').src = 'images/OilAd.png';
if (adclicked == 'Radiator')
document.getElementById('CouponPicture').src = 'images/Radiator.gif';
if (adclicked == 'Windshield')
document.getElementById('CouponPicture').src = 'images/Windshield.gif';
if (adclicked == 'Headlights')
document.getElementById('CouponPicture').src = 'images/Headlights.gif';
}

</script>


This is the image in the page its supposed to be updating:

<img src="images/OilAd.png" id="CouponPicture" alt="Click to Print Special!" /></a>

Thanks for the help.

Jeff
1   L A T E S T    R E P L I E S    (Newest First)
JJenson Posted - 21 October 2009 : 22:56:01
Dumb me nevermind forgot to add onload to the body tag. I need sleep.

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.06 seconds. Powered By: Snitz Forums 2000 Version 3.4.07