Hello,
I am fairly new (let's say a novice) with javascript. I have, what I think is an easy task, in making a url on my home page turn into a different url when clicked. Right now the url is delivered to the page as
http://www.mixnob.com/defaul.html and am wanting it to just change to be a link to my home page
http://www.mixnob.com.
The original link can't be changed as it is being created dynamically. So I figured javascript could solve the issue. I'm just a little unclear on how to do it. I have read up on many options for changing something in dom to become something else, but don't know the actual code to accomplish it.
Any help would be appreciated.