Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connection to secure web site
Message
From
18/03/2003 16:30:37
 
 
To
18/03/2003 15:55:25
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00767222
Message ID:
00767265
Views:
9
I am not sure but you can try something like that...

First, try to find the name of fields (userid and password)...
loField=goWeb.document.all
if type('loField.length')="N"
for lnI=0 to loField.length-1
?loField.item(lnI).name
endfor
endif

Second, send value (userid and password) to both fields...
loField.item(?).value=userid
loField.item(?).value=password
* where ? is the corresponding lnI

Third, tell me if it works.
Marc Levesque
La Prairie, Quebec (CANADA)
marc.levesque@videotron.ca
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform