Forum: JavaScript / DHTML / AJAX Dec 5th, 2008 |
| Replies: 1 Views: 796 Load the div contents into a javascript variable and set the contents when the tab is changed using
tab4Contents = '<this is the normal html code for the tab # 4><img... |
Forum: JavaScript / DHTML / AJAX Dec 5th, 2008 |
| Replies: 2 Views: 762 What you can do is have a javascript onload on the body of the forum pages. Use something like this:
function calledOnLoad() {
window.top.getElementById('myiframe').style.height =... |