Requires scripting either server or client side. HTML cannot
do it by itself, and FP does not have an out-of-box form
handler for this
"DJ" <jones.dallas at gmail.com> wrote in message
news:(E-Mail Removed)...
:I am crossposting this from
microsoft.public.frontpage.programming. I am
: looking for a Frontpage-only solution, no PHP. Thanks in
advance for your
: thoughts...
:
: --------------------------------------------------------------
:
: Hello:
:
: I want to be able to pass a value to a FrontPage form via
the URL. I have an
: application that collects some user data, for example, the
user's first
: name. I want them to complete an online form later; since
they've already
: typed the data in, I'd prefer to recycle it. Is there a
way to construct a
: URL that includes the value for one or more of the form
fields? Something
: like this...
:
:
http://www.mydomain.com/form.html?uname=john
:
: Is this possible?
:
: Thanks in advance for your replies...
:
: -Dallas
:
: