[jQuery] Is jqModal not support aspx in IE6?

[jQuery] Is jqModal not support aspx in IE6?


I use the jqModal's Current Version: 2007.02.25 +r9 in asp.net
1.1,some code is like this:
<a id="DataGridResult__ctl3_aHyperLink"
class="DivEnumerationQISelectorToCollectiontrigger"
href="EQISelector.aspx?SampleID=fdce15dcc67b473a980aa8ced8500a6f">Go1</
a>
<a id="DataGridResult__ctl6_aHyperLink"
class="DivEnumerationQISelectorToCollectiontrigger"
href="EQISelector.aspx?SampleID=cc3698f707d4442e85bdcc7ee5fb73d5">Go2</
a>
<div class="jqmWindow" id="DivEnumerationQISelectorToCollection">
                Please wait...
</div>
$
('div.jqmWindow').jqm({ajax:'@href',trigger:'a.DivEnumerationQISelectorToCollectiontrigger'});
It works well in Firefox2 & Opera9.1,but in IE6 the page '@href' is
not display.
And the worse thing is :there is no error info I IE6,just line 1,code
1,unkown runtime error.
Is any body else use in asp.net,and have this question too?
thanks