javascript link tb insert
javascript link tb insert
Out of context: Reply #10
- Started
- Last post
- 10 Responses
- mitsu0
here. replace square brackets where needed: (i didn't test this, but it's pretty basic, so you should be able to figure it out)
[script]
function setdisplay()
{
if(div1.style.display=="none")
{
div1.style.display="";
}else{
div1.style.display="none";
}
}
[/script][img src='blah.gif'
onclick='setdisplay()'][div style='display:none;' id='div1']text n' stuff[/div]