Forum Moderators: open

Message Too Old, No Replies

iframe problem

         

abhilash0000

10:10 am on Mar 10, 2008 (gmt 0)

10+ Year Member



hi,
iframe is not working in ie its working well in mozilla.any idea wat could be the problem

<td>
<div id="pettabs" class="indentmenu">
<ul>
<li><a href="horizontaltab1.php?pg=1" rel="#iframe" class="selected">New videos</a></li>
<li><a href="horizontaltab2.php?pg=1" rel="#iframe">Top videos</a></li>
</ul>
<br class="c2" /></div>
<div id="petsdivcontainer" class="c3"></div>
<script type="text/javascript">
//<![CDATA[

var mypets=new ddajaxtabs("pettabs", "petsdivcontainer")
mypets.setpersist(false)
mypets.setselectedClassTarget("link")
mypets.init()

//]]>
</script></td>

just a small example
i have the changed the length of iframe (height and width in main javascript file its working well in mozilla)

abhilash0000

3:40 pm on Mar 10, 2008 (gmt 0)

10+ Year Member



any solution

abhilash0000

6:10 pm on Mar 12, 2008 (gmt 0)

10+ Year Member



any help on iframe

httpwebwitch

8:12 pm on Mar 12, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This snippet isn't sufficient to figure out what you're doing.

I figure "mypets" is some kind of tabbed panel widget, but I see no reference to any iframe in this code, aside from the "rel" attribute in the tab links.