| View previous topic :: View next topic |
| Author |
Message |
netvision Light Frequent Poster

Joined: 10 Oct 2006 Posts: 7
|
Posted: Tue Oct 10, 2006 9:43 am Post subject: Compatibility Problem with IE |
|
|
Hai Every One
I had written events for tree node click which is working fine in Firefox and Flock. But iam facing problem with IE. Can anyone Please help me on this issue as soon as possible.
Thanks and Regards
Hema Malini
Edit/Delete Message
________
Mazda B platform specifications
Last edited by netvision on Mon Jan 31, 2011 9:08 pm; edited 1 time in total |
|
| Back to top |
|
 |
Snyke Forum Assistant

Joined: 20 Jun 2006 Posts: 87 Location: Zurich
|
Posted: Tue Oct 10, 2006 2:55 pm Post subject: |
|
|
How do you add the eventlistener to the node? Code? _________________ [::[ Snyke.net ]::] |
|
| Back to top |
|
 |
netvision Light Frequent Poster

Joined: 10 Oct 2006 Posts: 7
|
Posted: Wed Oct 11, 2006 4:17 am Post subject: |
|
|
Thanks for quick reply. The following is the code iam working on.
<form action=".">
<b:tree b:label="RSS Feeds" b:open="true">
<b:tree b:label="RSS-Cat1" b:open="true">
<? $i=0; while($arr=mysql_fetch_array($rslt)){?>
<b:tree id="my-div<? echo $arr['id'];?>" b:myatt="<? echo $arr['id'];?>" b:label="<? echo $arr['name'];?>" b:scope="global" >
<s:event b : on="construct">
<s:variable b:name="myTag<? echo $arr['id'];?>" b:scope="global" b:select="@b:myatt" />
</s:event>
<s:event b : on="command">
<s:variable b:name="val" b:scope="global" b:select="<? echo $arr['id'];?>"/>
<s:task b:action="hide" b:target="id('urls')"/>
<s:task b:action="show" b:target="id('articles')"/>
</s:event>
<s:event b : on="command" b:action="load" b:url="{concat('next.php?film=',$val)}" b:destination="id('articles')"/>
</b:tree>
<? $i++;}?>
</b:tree>
<b:tree b:label="RSS-Cat2" b:open="true">
<b:tree b:label="RSS-Cat2-Fd1"/>
<b:tree b:label="RSS-Cat2-Fd2"/>
</b:tree>
<b:tree b:label="RSS-Cat3" b:open="true">
<b:tree b:label="RSS-Cat3-Fd1"/>
<b:tree b:label="RSS-Cat3-Fd2"/>
</b:tree>
<b:tree b:label="RSS-Cat4" b:open="true">
<b:tree b:label="RSS-Cat4-Fd1"/>
</b:tree>
</b:tree>
</form>
thats not working in IE plz help
Thanks and Regards
Hema Malini
________
universal health
Last edited by netvision on Mon Jan 31, 2011 9:08 pm; edited 1 time in total |
|
| Back to top |
|
 |
Snyke Forum Assistant

Joined: 20 Jun 2006 Posts: 87 Location: Zurich
|
Posted: Wed Oct 11, 2006 11:41 am Post subject: |
|
|
What does <form action="."> stand for? _________________ [::[ Snyke.net ]::] |
|
| Back to top |
|
 |
netvision Light Frequent Poster

Joined: 10 Oct 2006 Posts: 7
|
Posted: Wed Oct 11, 2006 11:51 am Post subject: |
|
|
Thats nothing but no action thats it . Thanks for your response I got the Compatibility problem resolved.
Thanks and Regards
Hema Malini
________
vapir one vaporizer |
|
| Back to top |
|
 |
|