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
hi, i just started creating .asp pages on my windows 2008 server, when i run my script on my browser it says:

microsoft VBScript runtime error '800a01a8'

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
Related Pages: [Add Your Website]
Post New Topic
©2012 Webune Forums - Wed Dec 12, 2012 8:43 pm
Powered by: Webune Forums V3