From: "Gregory McCann" <[EMAIL PROTECTED]>
Subject: Re: VB script help
On 8/2/99 at 10:31 AM RealForum wrote:
>If it wouldn't be too much trouble, could you post the code showing how=
you
>got JavaScript working on IE for the start, stop, and pause functions?
<a href=3D"#" OnClick=3D"document.video.DoPlay();return false"><img=
src=3D"play.gif" ...></a><br>
<a href=3D"#" OnClick=3D"document.video.DoStop();return false"><img=
src=3D"stop.gif" ...></a><br>
<a href=3D"#" OnClick=3D"document.video.DoPause();return false"><img=
src=3D"pause.gif" ...></a><br>
(The "..." indicates where I left out some irrelevant stuff like height,=
width, and alt tags.)
Greg