Javascript error in Internet explorer

Upload core product.
Post Reply
kkoehler
Posts: 6
Joined: Mon May 03, 2010 12:12 pm

Javascript error in Internet explorer

Post by kkoehler »

On this line for Internet explorer in the javascript to launch the applet:

document.writeln('<PARAM NAME="url" VALUE="http://localhost:55908/upload.aspx">');

I get this:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8)
Timestamp: Wed, 12 May 2010 13:53:23 UTC


Message: Object expected
Line: 1
Char: 1
Code: 0
URI: http://localhost:55908/transformer.aspx


Message: Object expected
Line: 1
Char: 1
Code: 0
URI: http://localhost:55908/transformer.aspx


It is not a problem in firefox, etc. The application works. Just want to get rid of the error.

Any ideas? Something in the upload.aspx?

Kathy

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Javascript error in Internet explorer

Post by support »

The line seems correct.

Post Reply