Thanks. I tried that and it still broke out and became the page. Here is the whole thing.
Code:
<ul id="countrytabs" class="shadetabs">
<li><a href="#" rel="#default" class="selected">Introduction</a></li>
<li><a href="instantrapport.php" rel="countrycontainer">Instant Rapport</a></li>
<li><a href="messagemagic.php" rel="countrycontainer">Message Magic</a></li>
<li><a href="frictionfreeforms.php" rel="countrycontainer">Friction-Free Forms</a></li>
<li><a href="turboconfirmation.php" rel="#iframe">Turbo Confirmation</a></li><br><br>
<li><a href="affiliatebullseye.php" rel="countrycontainer">Affiliate Bullseye</a></li>
<li><a href="bonuses.php" rel="countrycontainer">Bonuses</a></li>
<li><a href="mysterybonuses.php" rel="countrycontainer">Mystery Bonuses</a></li>
<li><a href="monthlymembership.php" rel="countrycontainer">Conversion Elite Platinum Monthly Membership</a></li>
</ul>
<div id="countrydivcontainer" style="border:1px solid gray; width:660px; margin-bottom: 1em; padding: 10px">
Introduction
</div>
<script type="text/javascript">
var countries=new ddajaxtabs("countrytabs", "countrydivcontainer")
countries.setpersist(true)
countries.setselectedClassTarget("link") //"link" or "linkparent"
countries.init()
</script>
Everything else works fine. Here is the form code from turboconfirmation.php if that helps
Code:
<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<input name="fromaddress" type="text" value="" size="25">
<br>
<br>
<input value="Use The Force" type="submit" />
</form>
thanks
Bookmarks