D
Dave
Is it possible to disable the something like below? I dont see an
enabled property...
////////////////////////////////////////////////
<a id="FurtherActionHyperlink" href="#"
onclick="window.open('SORFollup.aspx?SORID=<%# Eval("SORID") %>', '',
'toolbar=0, height=320,width=375,resizable=0,scrollbars=0');return
false">
Further Action</a>
//////////////////////////////////////////////
if not, any suggestions on how to try launching a popup in the same
manner?
Thanks
enabled property...
////////////////////////////////////////////////
<a id="FurtherActionHyperlink" href="#"
onclick="window.open('SORFollup.aspx?SORID=<%# Eval("SORID") %>', '',
'toolbar=0, height=320,width=375,resizable=0,scrollbars=0');return
false">
Further Action</a>
//////////////////////////////////////////////
if not, any suggestions on how to try launching a popup in the same
manner?
Thanks