html - Fill textbox using variable error object required -



html - Fill textbox using variable error object required -

hi new vb , encountering problem when trying fill textbox variable keeps on going showing me object required. below please find code. search_for_vehicle mehtod scarreg beingness filled.

sub loadtest() response.write("sub"+scarreg) search_for_vehicle(scarreg) txtcarreg.text = scarreg end sub

loadtest

the problem is showing me next error

microsoft vbscript runtime error '800a01a8'

object required: 'scarreg'

i calling method @ bottom of method loadtest

html vbscript

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -