any late night help out there?

I'm working in Director and communicating with a perl script to do 
login and database stuff (using dbman from 
http://www.gossamer-threads.com/)

I've been able to customize some of it to work with Director but I am 
stuck on one simple thing and I don't know html form stuff or Perl 
all that well.

So...

  here's the login stuff from the html page (stripped of the 
formatting, etc). I am needing to replicate the data that gets sent 
using postNetText in Director- and I think I am not getting all the 
name/value pairs


<form action="http://roypardi.com/bin/dbman/db.cgi" method="post" name="form1">
<input type=hidden name="db" value="default">
<input type=hidden name="uid" value="">
  <td><input type="TEXT" name="userid"></td></tr>
  <td><input type="PASSWORD" name="pw"></td></tr>
  <input type="SUBMIT" name="login" value="Logon">


and through Director I am sending a property list using postNetText:

[#method: "post", #name: "form1", #name: "login", #db: "default", 
#uid: "", #pw: "admin", #userID: "admin"]


I am hitting the CGI and getting a return value but it is not 
validating the pw.

Am I missing something with what I am sending??

Thanks

-Roy




-- 

     Roy Pardi
--------------------------------------------------------------------
Multimedia Developer   +  Lingo Programming Consultant
                                 [EMAIL PROTECTED]
--------------------------------------------------------------------



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to