|
Posted by bunch92 on 08/03/05 15:49
Hi guys,
Following your advice on a previous post, I coded the following to play
a WAV sound :
<a href="http://site/file.wav">listen</a>
It behaves differently om my 2 PCs.
On PC1 (GOOD) , it opens my sound application, plays the sound, and the
HTML page stays the same
On PC2,(BAD) it uses Quicktime, plays the sound, but my HTML page is
changed to a Quicktime player !!!
I tried :
<a href="http://site/file.wav" target="blank">listen</a>
On PC1 (BAD), it opens a new blank page (annoying), plays the sound, and
the original HTML page stays the same
On PC2 (GOOD), it opens a new page with Quicktime, plays the sound, and
my original HTML page stays the same
Is there a way to code the above so that both PCs have consistent
results ? I don't want to change the PC configs as my site could be
accessed with PC1 type users or PC2 type users.
Thank you for your help.
[Back to original message]
|