EricJerome
10-12-2007, 10:25 PM
1) Script Title: Tab Content Script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/tabcontent2.htm
3) Describe problem: Script works perfectly in every browser except firefox. In fire fox only rollover works. The links do not work and when clicked do nothing. i am including this script in a .cfm doc and it worls fine in IE7 but is useless in firefox. i have hunted every forum know to man and can't find any help. Please let me know if you have encountered this issue before. I CAN'T SEND YOU A LINK SINCE IT IS ON OUR CORP. INTRANET SITE WITHOUT OUTSIDE ACCESS. Thanks in advance. i will paste the link section of .cfm doc below. All other .js files have not been altered.
________________________________________________________
<BODY CLASS="bodyContent" STYLE="margin:0; " >
<TABLE WIDTH="100%" ALIGN="center" CELLPADDING="3" CELLSPACING="0" BORDER="0">
<cfinclude template="/Aims/Header.cfm">
<cfinclude template="/Aims/Menu.cfm">
<TR>
<td align="center">
<CFOUTPUT>
<CFFORM NAME="frmEdit" ACTION="/Aims/Cfc/com/vergedata/surity/applicationlogic/Power.cfc">
<CFINPUT TYPE="hidden" NAME="method" VALUE="EditPower">
<CFINPUT TYPE="hidden" NAME="PowerId" VALUE="#qryPower.PowerId#">
<br>
<br>
<br>
<!--- Power Tabs --->
<ul id="maintab" class="shadetabs">
<li class="selected"><a href="##" rel="General">General</a></li>
<li><a href="##" rel="Payments">Payments For Power</a></li>
<li><a href="##" rel="AssociatedDocuments">Associated Documents</a></li>
<li><a href="##" rel="ReportsContainingPower">Reports Containing Power</a></li>
<li><a href="##" rel="Collateral">Collateral For Power</a></li>
<li><a href="##" rel="PowerStatusTimeline">Power Status Timeline</a></li>
<cfif val(qryForfeiturePowers.RecordCount) gt 0 ><li><a href="##" rel="ForfeiturePowers">Forfeiture Powers</a></li></cfif>
<li><a href="##" rel="Comments">Comments </a></li>
</ul>
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/tabcontent2.htm
3) Describe problem: Script works perfectly in every browser except firefox. In fire fox only rollover works. The links do not work and when clicked do nothing. i am including this script in a .cfm doc and it worls fine in IE7 but is useless in firefox. i have hunted every forum know to man and can't find any help. Please let me know if you have encountered this issue before. I CAN'T SEND YOU A LINK SINCE IT IS ON OUR CORP. INTRANET SITE WITHOUT OUTSIDE ACCESS. Thanks in advance. i will paste the link section of .cfm doc below. All other .js files have not been altered.
________________________________________________________
<BODY CLASS="bodyContent" STYLE="margin:0; " >
<TABLE WIDTH="100%" ALIGN="center" CELLPADDING="3" CELLSPACING="0" BORDER="0">
<cfinclude template="/Aims/Header.cfm">
<cfinclude template="/Aims/Menu.cfm">
<TR>
<td align="center">
<CFOUTPUT>
<CFFORM NAME="frmEdit" ACTION="/Aims/Cfc/com/vergedata/surity/applicationlogic/Power.cfc">
<CFINPUT TYPE="hidden" NAME="method" VALUE="EditPower">
<CFINPUT TYPE="hidden" NAME="PowerId" VALUE="#qryPower.PowerId#">
<br>
<br>
<br>
<!--- Power Tabs --->
<ul id="maintab" class="shadetabs">
<li class="selected"><a href="##" rel="General">General</a></li>
<li><a href="##" rel="Payments">Payments For Power</a></li>
<li><a href="##" rel="AssociatedDocuments">Associated Documents</a></li>
<li><a href="##" rel="ReportsContainingPower">Reports Containing Power</a></li>
<li><a href="##" rel="Collateral">Collateral For Power</a></li>
<li><a href="##" rel="PowerStatusTimeline">Power Status Timeline</a></li>
<cfif val(qryForfeiturePowers.RecordCount) gt 0 ><li><a href="##" rel="ForfeiturePowers">Forfeiture Powers</a></li></cfif>
<li><a href="##" rel="Comments">Comments </a></li>
</ul>