Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running JScript from FoxPro
Message
From
26/08/2001 18:36:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Running JScript from FoxPro
Miscellaneous
Thread ID:
00549292
Message ID:
00549292
Views:
49
Okay, let's say that I have loaded an HTML document, how can I access (execute) functions written in the HTML page. I just want to programmically add rows to a table defined in an HTML page, populate the cells and display the page.

oie = CREATEOBJECT([InternetExplorer.Application])

oie.Navigate2([InternetTest2.html])

Inkey(2)

************************************************

How can I execute the function stored in the page?

oie.Document.Forms(0).AddNewRow()
does not work, get error about Unknown name.

Took the form code out and tried,
oie.Document.AddNewRow()

Still get the error.

Ideas?
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Next
Reply
Map
View

Click here to load this message in the networking platform