Hi Nik...

Actually, this is in Director, not in HTML... that's where the "multi-page"
problem comes in...

Basically, it goes like this... I've developed a presentation for
distribution on CD. The screen size is limited to 800x600. Part of the
presentation is an application, which the user fills out and it gets passed
to a CGI script on our web server that populates it into a database. The CGI
part works...

Director includes several built-in Lingo scripts in Library > Internet >
Forms, among them "Form Post - Field" and "Form Post - Submit Button". These
work (ok, the "submit" button does the real work) by using the PostNetText
command. You drag these onto objects (fields for the "Field" one, and any
sprite for the "Submit" one), tell the "Submit" button the URL of the script
you want to POST to, and that's (supposed to be) that.

My problem arises in that my form is too long for one "page" within my
Director score, meaning all the items won't fit on the 800x600 screen at
once.

Sorry for any misdirection I may have caused with my previous message...
hopefully this'll clear thing up a bit?

Thanks!
-Ian

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of nik crosina
Sent: Thursday, July 19, 2001 7:05 AM
To: [EMAIL PROTECTED]
Subject: Re: <lingo-l> multi-page forms


Hi Ian,

are you talkingabout html pages?
maybe you can try coding your multiple pages as
one page with multple layers awitching from layer
to layer (visible / hidden) as you go from page to
page. you collect all your data in only one
form and post it all with one submitt button
visible only on the last layer.

let me know if that helps, or if i completely
misunderstood something here..
nik

On Thu, 19 Jul 2001 06:36:07 -0600 "Ian Lloyd" <[EMAIL PROTECTED]> wrote:
> Hi all! I'm trying to use Director's (8.0 on Win2k) built-in "Form Post"
> actions to process a multi-page form and send to a cgi script for database
> processing. Understandably, these are only built for single-page scripts,
> i.e. all form items on the same page as the "submit" button.
>
> My question is this... has anyone successfully modified these scripts, or
> know of others, that will let me accomplish this?
>
> Thanks!
> Ian
>
>
> [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!]
>

[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!]



[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