P
PiotreK
I've got an object (at the end of the post). Is it possible to pass an
URL to the object from C# code of the ASP.NET 2.0 with AJAX? I don't
want to set JScript events like OnClick with the command:
document.getElementById('Player').URL=
How to do it?
<object id="Player"
height="64"
classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6">
<param name="AutoStart" value="true" />
<param name="uiMode" value="full" />
</object>
PiotreK
URL to the object from C# code of the ASP.NET 2.0 with AJAX? I don't
want to set JScript events like OnClick with the command:
document.getElementById('Player').URL=
How to do it?
<object id="Player"
height="64"
classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6">
<param name="AutoStart" value="true" />
<param name="uiMode" value="full" />
</object>
PiotreK