Microsoft Vbscript Compilation Error '800a03f2'

RegisterLogin
Microsoft Vbscript Compilation Error '800a03f2'
Post Description: Running A Script In Asp Iis Microsoft Windows 2003 Server On My Script I Get This Message On My Browser
Tags: Microsoft, Vbscript, Compilation, Error, \'800a03f2\'
This Post Was Posted On Dec 08, 2009 By Jarish #2862
this is what my error says:

microsoft VBScript compilation error '800a03f2'

expected indentifier

/default.asp line 6


this is how line 6 looks like:
response.write("Link: ". & request.querystring("link"))


how to solve this problem: i had to remove the dot i had included in line 6, i am so used to programming in php that i must have put i there to connect both executions so i changed line 6 to look like this instead and it worked, not getting the error no more:
response.write("Link: " & request.querystring("link"))
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
©2012 Webune Forums - Thu Dec 13, 2012 7:44 pm
Powered by: Webune Forums V3