I have the following code in an html file:
<html>
<head>
</head>
<body>
<form method="GET" name="RSPcliForm">
<table>
<tr>
<td><input TYPE="Button" VALUE="Dial" NAME="btnDial"></td><td><input TYPE="text" VALUE="tel" NAME="telNum"></td>
<td><input TYPE="Button" VALUE="Disconnect" NAME="btnDisconnect"></td>
</tr>
</table>
<OBJECT ID="RSPclient" NAME="RSPclient" CLASSID="CLSID:24B4E4FA-5E05-4800-BBCC-20B8D5F8A811" height=8415 Width=10575></OBJECT>
<script language=vbscript>
Dim RSPserver As RemoteComponent.RSPServer
Set RSPserver=CreateObject("RemoteComponent.RSPServer","10.1.1.200"
</script>
</form>
</body>
</html>
I get the error: 'Line 15: expected end of statement'
this line points to the first script tag. What's wrong??? I am going nuts!!
Thanks,
alej
<html>
<head>
</head>
<body>
<form method="GET" name="RSPcliForm">
<table>
<tr>
<td><input TYPE="Button" VALUE="Dial" NAME="btnDial"></td><td><input TYPE="text" VALUE="tel" NAME="telNum"></td>
<td><input TYPE="Button" VALUE="Disconnect" NAME="btnDisconnect"></td>
</tr>
</table>
<OBJECT ID="RSPclient" NAME="RSPclient" CLASSID="CLSID:24B4E4FA-5E05-4800-BBCC-20B8D5F8A811" height=8415 Width=10575></OBJECT>
<script language=vbscript>
Dim RSPserver As RemoteComponent.RSPServer
Set RSPserver=CreateObject("RemoteComponent.RSPServer","10.1.1.200"
</script>
</form>
</body>
</html>
I get the error: 'Line 15: expected end of statement'
this line points to the first script tag. What's wrong??? I am going nuts!!
Thanks,
alej