Indigo Rose Software
  #1  
Old 11-13-2003
sferguson sferguson is offline
Indigo Rose Customer
 
Join Date: Oct 2003
Posts: 164
invalid key for 'next"

Working with submitting data to web form using AMS 5

Getting the following error:

invalid key for 'next"

some code: (not real username and password, obviously)

tabAuth={"username", "password"};
err = HTTP.testConnection("http://66.88.18.69/", 20, 80, tabAuth, nil);

The same happens when I'm trying to do HTTP.submit, which is why I went back to solve .testConnection first. Any ideas?
Reply With Quote
  #2  
Old 11-13-2003
Brett's Avatar
Brett Brett is offline
Indigo Rose Staff Member
 
Join Date: Jan 2000
Posts: 2,001
Try:

Code:
tabAuth={UserName="username",Password="password"}; 
err = HTTP.testConnection("http://66.88.18.69/", 20, 80, tabAuth, nil);
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -6. The time now is 03:20 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software