honestly.. I don't
I really don't know how to start a javacript.. I'm now trying find out the answer from textbook
I found that
1:
for media player play& stop
-- document.movieName.Play()
-- document.movieName.Stop()
the textbook offer a example → <A Href="javascript:mPlayer.Play()">Play</A>
2:
for Mouse Event
-- onClick
example: <IMG onClick="alert('oh!')">
-------------------------------------------------------------
that's what I found.. could you please help me?
(I'm not only a new learnner in ASP.NET but also new in JavaScript.. thank you again..)