Click to See Complete Forum and Search --> : IE Script Error


ewdunn
10-05-2003, 11:57 AM
"An Error Has Occurred In The Script On This Page

Line: 48

Char: 1

Error: Object Expected

Code: 0

URL: //D:\Phillips\dunn_john_fred.html

Do you want to continue running scripts on this page?

All can see I'm the extreme "newbe". What does the abpve mean? what have I done wrong? I'm trying yo use "Remote Control".:(

S1L3NC3
10-05-2003, 12:01 PM
There is an error in your script, you need to debug it. It is probably a syntax error, such as a missing semi-colon or a wrong letter somewhere.

ewdunn
10-06-2003, 08:30 AM
First, I thank you hugely for taking the trouble to respond. The problem is I wouldn't recognize a script error if it hit me in the face.

<form>
<input type=button value="Open Remote Control" onClick="showRemote();">
</form>

The line in question is "<input type...." and I have no idea what kind of object is expected. My limited knowledge tells me there is nothing wrong with the line.

I tried adding the code to several other pages on my site with the same result

Respectfully,
Bill

ewdunn
10-06-2003, 08:58 AM
Thank you for your help. I got it working!

Bill