|
|
Feedback on: irt.org FAQ Knowledge Base Q191
irt.org | About | Feedback | 1371 [ previous next ] Feedback on: Sent by Worth: Comments: Well, the follow stop statement seems not to work, IE doesn't recognize objSound.Stop (nor objSound.stop() ): <INPUT TYPE="BUTTON" VALUE="Stop" onClick="if (navigator.appVersion.indexOf('MSIE') !=-1) objSound.Stop(); else document.embeds['sound'].stop();"> So I slightly changed it: <INPUT TYPE="BUTTON" VALUE="Stop" onClick="if (navigator.appVersion.indexOf('MSIE') !=-1) objSound.src=''; else document.embeds['sound'].stop();"> And then, as you can see, there is an amount of adjustements to do in comma-types. Greetings, Marco
Other feedback on 'irt.org FAQ Knowledge Base Q191' - show all
|
-- div -->
|