smachez
Technical User
- May 19, 2008
- 1
This should be pretty straightforward. Basically I just need to set a "default" link and then have it clear as each link is clicked, for example:
the current code that I have is simply:
function change_pic(val) {
document.getElementById('map_text_item').innerHTML = "<p align=\"center\" span class=\"caption\">"+val+"</p>";
but as you'll see on the page there is a problem
thx
the current code that I have is simply:
function change_pic(val) {
document.getElementById('map_text_item').innerHTML = "<p align=\"center\" span class=\"caption\">"+val+"</p>";
but as you'll see on the page there is a problem
thx