Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
informaticatec #1
Seend value to a form
Hellow to everybody i would like to know how can i send a value,
from one html to other, to get it late on a form page and inserted on
a hideen camp.
Thaks, to anyone who can help me
David
informaticatec Guest
-
file upload form enctype="multipart/form-data
I'm upload a file using cffile upload and that seems to work fine except I need to use enctype="multipart/form-data on the form side. This isn't a... -
#25676 [Opn->Bgs]: Form hidden input ouput when any form=* is in url_rewriter.tags
ID: 25676 Updated by: sniper@php.net Reported By: davey@php.net -Status: Open +Status: Bogus Bug... -
#25676 [Opn]: Form hidden input ouput when any form=* is in url_rewriter.tags
ID: 25676 Updated by: davey@php.net Reported By: davey@php.net Status: Open Bug Type: Session related... -
#25676 [Bgs->Opn]: Form hidden input ouput when any form=* is in url_rewriter.tags
ID: 25676 Updated by: davey@php.net Reported By: davey@php.net -Status: Bogus +Status: Open Bug... -
#25676 [NEW]: Form hidden input ouput when any form=* is in url_rewriter.tags
From: davey@php.net Operating system: WinXP/FreeBSD PHP version: 4CVS-2003-09-26 (stable) PHP Bug Type: Session related Bug... -
Murray *ACE* #2
Re: Seend value to a form
Please don't repost the same question when you already have a response to
your previous one.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"informaticatec" <informaticatec@ya.com> wrote in message
news:ei3coc$5ru$1@forums.macromedia.com...> Hellow to everybody i would like to know how can i send a value,
> from one html to other, to get it late on a form page and inserted on
> a hideen camp.
>
> Thaks, to anyone who can help me
> David
>
>
>
Murray *ACE* Guest
-
informaticatec #3
Re: Seend value to a form
Ok Murray, but i didnt get ansewr i have been locking trough internet,
an showed diffent samples of forms,
But the point is that i am locking to find a page sources, made with html
that seends a value, example:
Page 1) This page contains some kind of link button that contains a hidden
value,
for example an aleatory number "001234" or "001235".
Page 2) this is a form page that get this value so that the person who
seends this
form, seend the form with this value inserted, so when the email is recived,
the email contains all the information, typed or created on the form page,
and this value that where in first place on the page 1.
Thanks for help, i am dont know to much of this subjets.
David
"Murray *ACE*" <forums@HAHAgreat-web-sights.com> escribió en el mensaje
news:ei535k$5rn$1@forums.macromedia.com...> Please don't repost the same question when you already have a response to
> your previous one.
>
> --
> Murray --- ICQ 71997575
> Adobe Community Expert
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
> [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
> [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
> [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
> ==================
>
>
> "informaticatec" <informaticatec@ya.com> wrote in message
> news:ei3coc$5ru$1@forums.macromedia.com...>> > Hellow to everybody i would like to know how can i send a value,
> > from one html to other, to get it late on a form page and inserted on
> > a hideen camp.
> >
> > Thaks, to anyone who can help me
> > David
> >
> >
> >
>
>
informaticatec Guest
-
Murray *ACE* #4
Re: Seend value to a form
This is not something that HTML can do. It would require custom javascripts
on the receiving page to parse the value from the URL.
Page 1 would send the value like this -
<a href="page2.html?value=012345"
and page2 would need to parse that value.
The problem with this method is that the value itself will appear in the
address bar of the browser, and can be seen, read, and perhaps even modified
by the visitor.
Alternatively, page1 could have a form with a hidden field, the value of
which is POSTed to page2 when the form is submitted. Unfortunately, HTML
has no provision for getting at the value. To do that, you would need
either custom javascript or server-side scripting.
Another alternative is that page1 could write that value to a cookie, pass
control to page2, which would read that value from the cookie.
I believe that those are your only options, and I am not sure that any of
them are suitable for you.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"informaticatec" <informaticatec@ya.com> wrote in message
news:ei69os$kl5$1@forums.macromedia.com...> Ok Murray, but i didnt get ansewr i have been locking trough internet,
> an showed diffent samples of forms,
>
> But the point is that i am locking to find a page sources, made with html
> that seends a value, example:
>
> Page 1) This page contains some kind of link button that contains a
> hidden
> value,
> for example an aleatory number "001234" or "001235".
>
> Page 2) this is a form page that get this value so that the person who
> seends this
> form, seend the form with this value inserted, so when the email is
> recived,
> the email contains all the information, typed or created on the form page,
> and this value that where in first place on the page 1.
>
> Thanks for help, i am dont know to much of this subjets.
> David
>
>
>
> "Murray *ACE*" <forums@HAHAgreat-web-sights.com> escribió en el mensaje
> news:ei535k$5rn$1@forums.macromedia.com...>>> Please don't repost the same question when you already have a response to
>> your previous one.
>>
>> --
>> Murray --- ICQ 71997575
>> Adobe Community Expert
>> (If you *MUST* email me, don't LAUGH when you do so!)
>> ==================
>> [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
>> [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
>> [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
>> [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
>> ==================
>>
>>
>> "informaticatec" <informaticatec@ya.com> wrote in message
>> news:ei3coc$5ru$1@forums.macromedia.com...>>>> > Hellow to everybody i would like to know how can i send a value,
>> > from one html to other, to get it late on a form page and inserted on
>> > a hideen camp.
>> >
>> > Thaks, to anyone who can help me
>> > David
>> >
>> >
>> >
>>
>>
>
>
Murray *ACE* Guest



Reply With Quote

