Problem opening links direct to .WAV files in IE7

A

Alexey

I am getting a strange one here. When I click on a link like the one
below, that points directly to a .WAV file, I get a blank page with a
JS error. Never used to happen in IE6. The link works fine in
FireFox. My security settings for IE7 are default. I can right-click
and choose "Save Target As..." - that works fine, but not the standard
left-click.
Can anyone point out what I am missing here?

Example of link:
<a id="gridMessages__ctl3_hyperlinkPlay1" href="http://
www.coanetwork.com/voswaves/8886584921/msgs/504774070122085510.wav"
target="_blank">(202) 555-8200</a>

JS Error:
Line 1, Char 1, Error: Object expected.

Source of the page that opens:
<html><head><script src="res://mshtml.dll/objectembed.js"></script>
<script language="javascript">var objectSource="http://
www.coanetwork.com/voswaves/8886584921/msgs/504774070122085510.wav"; </
script> </head><body onload="ObjectLoad();" leftmargin=0 topmargin=0
scroll=no> <form id="objectDestination"></form> </body></html>
 
F

Frank Saunders, MS-MVP OE/WM

Alexey said:
I am getting a strange one here. When I click on a link like the one
below, that points directly to a .WAV file, I get a blank page with a
JS error. Never used to happen in IE6. The link works fine in
FireFox. My security settings for IE7 are default. I can right-click
and choose "Save Target As..." - that works fine, but not the standard
left-click.
Can anyone point out what I am missing here?


If you want better answers for IE7 questions please see:

In a newsreader:
news://msnews.microsoft.com/microsoft.public.internetexplorer.general

On the web:
http://www.microsoft.com/communitie...?dg=microsoft.public.internetexplorer.general
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top