Search:
Type: Posts; User: iecowboy
Search :
Search took 0.01 seconds.
Very Frustrated with an issue regarding FireFox (v18.0.2)
I have two sites using the same html5 video code and one works great on all three major browsers (ie ff ch) but the other will not work on...
http://www.worksafetech.com (site css video html5) is my latest.
I am a designer and developer.
Quidam,
Thank you, that worked wonderfully.
Question though, do you know how I could replace a different charector specific to it's location?
ie: MS8762HN needs to change to MS8761HN (change...
I have a string, say MS987232
I want to replace the last 2 (and only the last 2) with a 1
The result would be MS987231
any help?
Thx
Bad news is that still did not work..good new is that while I was waiting I decided to place everything into one function to see what happened and it worked! (so far).
Ended up doing the following...
ZeroKilled,
Thank you so much, I appreciate your time helping me with this.
I understand using split() but am having issues executing it.
I can call both changePicture() or changeText()...
ZeroKilled, thank you, I see where you are going..but forgive me..I've been working in php the past couple years but not needed to dive too deeply into javascript.
I generally get your resolution,...
I've always found answers to basic questions, but this one has me stumped.
All I need to do is have an <option> dropdown list do two things onChange:
1. change a picture
2. change some text...