Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getting the function to work

Status
Not open for further replies.

biry

Technical User
Nov 5, 2004
127
0
0
CA
hi, i'm trying to use the tutorial here:

but i can't seem to return anything, infact no errors just hangs.

i'm tring to get column values, starting with "Form" from

i'm trying to get the scripts to work by calling the function like so:

Call GetCell("2","
how does this work? Thanks for the pointers!
 
as a test, this isn't working:

variable = GetCell(2,
error:
Microsoft VBScript runtime error '800a01a8'

Object required: 'www'

/todaysq3.asp, line 98


if i use without www. i still get object expected and if i use the http:// i get error of:
Microsoft VBScript compilation error '800a03ee'

Expected ')'

/todaysq3.asp, line 98

variable = GetCell(2,
I even tried to put quotes around the url and also tried with quotes around the cell number, still no luck

any thoughts on this? thanks
 
yes i've tried that with no luck - i get a blank screen. I thought maybe i'm calling a null cell number to i tried running the NumberCells function:

variable2 = NumberCells("
in which i also get a blank screen

when i view source of the blank screen i get:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>

not sure if the server is creating these tags, cause i don't know they are comming from...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top