koki142
04-20-2007, 05:37 AM
1) Script Title:
Ajax Tab Content
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm
3) Describe problem:
I have one version of jscheuer1's problem, and the solutions don't work for me. It works perfect in Opera and Firefox, but not with IE.
The code is this:
<div id="content">
<ul class="shadetabs" id="maintab">
<li>
<a class="selected" rel="ajaxcontentarea" href="/app?wicket:interface=wicket-7:0:tabs:0:link::ILinkListener"><span>User</span></a>
</li><li>
<a rel="ajaxcontentarea" href="/app?wicket:interface=wicket-7:0:tabs:1:link::ILinkListener"><span>Personal</span></a>
</li><li>
<a rel="ajaxcontentarea" href="/app?wicket:interface=wicket-7:0:tabs:2:link::ILinkListener"><span>Profile</span></a>
</li>
</ul>
<div id="ajaxcontentarea" class="contentstyle">
</div>
</div> <!-- content -->
If I remove the rel="ajaxcontentarea" I get the content without problems. By the way it is generated with Wicket, a Java framework, and here is an example of the generated HTML code:
<form id="userInformationForm" action="/app?wicket:interface=:15:userInformationForm::IFormSubmitListener" method="post"><div style="display:none"><input type="hidden" name="userInformationForm:hf:0" id="userInformationForm:hf:0" /></div>
<table>
<tr>
<td>Username:</td>
<td><input name="username" value="" type="text"/></td>
</tr>
<tr>
<td>Password:</td>
<td><input name="password" value="" type="password"/></td>
</tr>
/table>
</form>
I don't get any javascript error, it simply shows "Requesting content.." but nothing happens.
Thank you very very much for your help,
Oskar
Ajax Tab Content
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm
3) Describe problem:
I have one version of jscheuer1's problem, and the solutions don't work for me. It works perfect in Opera and Firefox, but not with IE.
The code is this:
<div id="content">
<ul class="shadetabs" id="maintab">
<li>
<a class="selected" rel="ajaxcontentarea" href="/app?wicket:interface=wicket-7:0:tabs:0:link::ILinkListener"><span>User</span></a>
</li><li>
<a rel="ajaxcontentarea" href="/app?wicket:interface=wicket-7:0:tabs:1:link::ILinkListener"><span>Personal</span></a>
</li><li>
<a rel="ajaxcontentarea" href="/app?wicket:interface=wicket-7:0:tabs:2:link::ILinkListener"><span>Profile</span></a>
</li>
</ul>
<div id="ajaxcontentarea" class="contentstyle">
</div>
</div> <!-- content -->
If I remove the rel="ajaxcontentarea" I get the content without problems. By the way it is generated with Wicket, a Java framework, and here is an example of the generated HTML code:
<form id="userInformationForm" action="/app?wicket:interface=:15:userInformationForm::IFormSubmitListener" method="post"><div style="display:none"><input type="hidden" name="userInformationForm:hf:0" id="userInformationForm:hf:0" /></div>
<table>
<tr>
<td>Username:</td>
<td><input name="username" value="" type="text"/></td>
</tr>
<tr>
<td>Password:</td>
<td><input name="password" value="" type="password"/></td>
</tr>
/table>
</form>
I don't get any javascript error, it simply shows "Requesting content.." but nothing happens.
Thank you very very much for your help,
Oskar