![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
form action="mailto:xxx (AT) xxx (DOT) xx?subject=book" method="post" enctype="text/plain" |
#3
| |||
| |||
|
|
"Ikkeboeken" <ikkeboeken (AT) hotmail (DOT) com> wrote: form action="mailto:xxx (AT) xxx (DOT) xx?subject=book" method="post" enctype="text/plain" Anything that results from that is implementation-dependent - the construct is _guaranteed_ to cause huge amounts of lost form submissions. When it happens to cause something to appear in someone's mailbox, it is guaranteed to be in a rather messy format. Please learn the basics of forms: http://www.cs.tut.fi/~jkorpela/forms/ -- Yucca, http://www.cs.tut.fi/~jkorpela/ Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html |
#4
| |||
| |||
|
|
i appreciate your refeence to the use of the mailto: code. however, it's a 'better than a kick to the head' temporary solution to not having any server to host any other for the short term. but regarding the question. is it possible to concatenate the result of the three lists to one? |
#5
| |||
| |||
|
|
Ikkeboeken wrote: http://www.allmyfaqs.com/faq.pl?How_to_post i appreciate your refeence to the use of the mailto: code. however, it's a 'better than a kick to the head' temporary solution to not having any server to host any other for the short term. but regarding the question. is it possible to concatenate the result of the three lists to one? Easily - just do it in the server side script you aren't using. $combo = $list1 . $list2 . $list3; -- David Dorward <http://dorward.me.uk/ |
#6
| |||
| |||
|
|
Easily - just do it in the server side script you aren't using. but not possible using the html, or some little bit of java? |
#7
| |||
| |||
|
|
Ikkeboeken wrote: Easily - just do it in the server side script you aren't using. but not possible using the html, or some little bit of java? With HTML - no. With Java? Easily ... if you are using JSP to process your form. I expect you mean JavaScript though, and while I think it might be possible, its reduces the reliability of your form even further. -- David Dorward <http://dorward.me.uk/ |
#8
| |||
| |||
|
|
"David Dorward" <dorward (AT) yahoo (DOT) com> wrote in message news:c05ios$hfh$1$8302bc10 (AT) news (DOT) demon.co.uk... Ikkeboeken wrote: Easily - just do it in the server side script you aren't using. but not possible using the html, or some little bit of java? With HTML - no. With Java? Easily ... if you are using JSP to process your form. I expect you mean JavaScript though, and while I think it might be possible, its reduces the reliability of your form even further. -- David Dorward <http://dorward.me.uk/ jep... java 'script' for now. something more server sided later. i realize it will not be the best solution. could you perhaps steer me, however, to a script or site where i might find something to use as a temporary tool? |
![]() |
| Thread Tools | |
| Display Modes | |
| |