The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with collapsable tables
Hi,
I have a collapsable table, with an iframe (like shoutbox). The iframe loads a new page which is a framset (left and right). Usually without collapsable tables, the left page loads the right page (body onload) through javascript. Now in firefox, when I collapse the table, and then uncollapse, it loads the left frame but not the right frame. I suspect because the body onload is not being called on uncollapse. Is there anyway through load the right page from the left page through javascript and still have it working with collapsable table? Thanks in advance, K |
#2
|
|||
|
|||
Quote:
|
#3
|
|||
|
|||
Quote:
if (leftpage.body.loaded()){ rightpage.location = blah; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|