Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
blacksmith77 #1
error message: Microsoft JScript compilation error '800a03ec'
Recieved following error message:
Microsoft JScript compilation error '800a03ec'
Expected ';'
/Machine_Service_Site/Pages/Quote_request3.ASP, line 384
Dim Form: Set Form = CreateObject("ScriptUtils.ASPForm")
----^
Here is part of the code that it is referring to the message.
<%
Dim Form: Set Form = CreateObject("ScriptUtils.ASPForm");
If Form.State = 0 Then
Form.Files.Save "C:\Uploads"
Description = Form("Description") 'Do something with <input
name=description>
Else
'Handle other form states, errors.
End If
%>
<input name="submit" type="submit" value="Upload the
files >>">
<br>
<br>
File 1 :
<input type="file" name="File1">
<br>
<br>
File 2 :
<input type="file" name="File2">
<br>
<br>
File 3 :
<input type="file" name="File3">
<br>
<br>
Description :
<input name="Description">
<br>
<br>
<br />
</Div></td>
<td width="15%"> </td>
<td width="13%"> </td>
<td> </td>
</tr>
<tr class="Custom_Service5">
<td colspan="6"><div align="center"><br>
<input name="Submit" type="submit"
onClick="MM_validateForm('txtcompany','','R','txtC ontact','','R','txtAdress1','','R','txtCity','','R ','txtstate','','R','txtZip','','R','txtPhone','', 'R','txtFax','','R','txtEmail,'','R','txtpartname1 ','','R','txtpartnumber1','','R','txtrev1','','R', 'txtquantity1','','R','txtdateneed1','','R','txtpa rtname2','','R','txtpartnumber2','','R','txtrev2', '','R','txtquantity2','','R','txtdateneed2','','R' ,'txtpartname3','','R','txtpartnumber3','','R','tx trev3','','R','txtquantity3','','R','txtPartDescri p','','R','txtspecapp','','R','file','','R','file2 ','','R','file3','','R','file4','','R','file5','', 'R');return
document.MM_returnValue" value="Submit Request">
<input name="reset" type="reset" id="reset"
value="Reset">
</div></td>
</tr>
</table>
</form></td>
blacksmith77 Guest
-
total newbie re compilation error message
:confused; trying an altered version of the small sample program in Flex, but I get the error message "Error /firstapp.mxml:3 The markup in the... -
Microsoft JScript runtime error '800a138f' either atline 392 or 390
Lately when I edit a web page from my website www.bookarcade.com http://www.bookarcade.com, I receive the following error Microsoft JScript runtime... -
Microsoft VBScript compilation (0x800A0401) error
Hi, please could anyone help me with a problem I am having with DW. I am doing a tutorial which comes with DW: Building a Master-Detail Page Set... -
Error message from Microsoft after PowerPoint upgrade
Ian and Jonathan, Thanks for the comments. The OS in question is Win 2k, 5.00.2195 service pack 3 (I should have known to include in original... -
Microsoft VBScript compilation error
Hi Gerry, In VBScript, you don't use square brackets for the parameter name. Try: If (Request.Form("reviews") <> "") Then Best regards,...



Reply With Quote

