joannusa
10-23-2009, 04:07 PM
Hi All,
I always get "Object Required" error when using IE (all IEs). No error when using FF.
Message: Object required
Line: 62
Char: 178
Code: 0
URI:
I am using WebFXTabPane JS (http://webfx.eae.net/dhtml/tabpane/tabpane.html) and always get error on line 62 or 63. Below is the excerption for line 62 and 63:
}; WebFXTabPane.prototype.getSelectedIndex = function () { return this.selectedIndex;}; WebFXTabPane.prototype.addTabPage = function ( oElement ) { if ( !hasSupport() ) return; if ( oElement.tabPage == this )
return oElement.tabPage; var n = this.pages.length; var tp = this.pages[n] = new WebFXTabPage( oElement, this, n ); tp.tabPane = this; this.tabRow.appendChild( tp.tab ); if ( n == this.selectedIndex )
Thank you in advance for any help.
Cheers,
Jo
I always get "Object Required" error when using IE (all IEs). No error when using FF.
Message: Object required
Line: 62
Char: 178
Code: 0
URI:
I am using WebFXTabPane JS (http://webfx.eae.net/dhtml/tabpane/tabpane.html) and always get error on line 62 or 63. Below is the excerption for line 62 and 63:
}; WebFXTabPane.prototype.getSelectedIndex = function () { return this.selectedIndex;}; WebFXTabPane.prototype.addTabPage = function ( oElement ) { if ( !hasSupport() ) return; if ( oElement.tabPage == this )
return oElement.tabPage; var n = this.pages.length; var tp = this.pages[n] = new WebFXTabPage( oElement, this, n ); tp.tabPane = this; this.tabRow.appendChild( tp.tab ); if ( n == this.selectedIndex )
Thank you in advance for any help.
Cheers,
Jo