Microsoft Vbscript Runtime Error '800a01a8'
RegisterLogin
Microsoft Vbscript Runtime Error '800a01a8'
Post Description: Im Getting An Error On My Asp Page Script That I Am Creating And It Showing This Error Message I Don Tknow What To Do
Tags: Microsoft, Vbscript, Runtime, Error, \'800a01a8\'
This Post Was Posted On Dec 08, 2009 By Farlon #2861
Post Description: Im Getting An Error On My Asp Page Script That I Am Creating And It Showing This Error Message I Don Tknow What To Do
Tags: Microsoft, Vbscript, Runtime, Error, \'800a01a8\'
This Post Was Posted On Dec 08, 2009 By Farlon #2861
Microsoft Vbscript Runtime Error '800a01a8' by Farlon
microsoft VBScript runtime error '800a01a8'
Object required: '[string: "Link: "]"
/Default.asp, line 6
Object required: '[string: "Link: "]"
/Default.asp, line 6
and this is how line 6 looks like:
response.write("Link: " . request.querystring("link"))
ok, if you are also getting this error, my problem was the dot, i am so used to programming in php that i thot i could connect it by using the dot, but instead in asp i have to use the & sign so line 6 should look like this:
response.write("Link: " & request.querystring("link"))
Leave Your Comments
©2012 Webune Forums - Wed Dec 12, 2012 8:43 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3