accmail  

Re: forms in www4mail

Taras
Mon, 03 Feb 2003 22:14:27 -0800

The form is the html sintax structure, than describes the
some "action" - what the browser must do, when you press one
or more submit button. Actually it's URL, e.g.

<FORM METHOD="POST" ACTION="mailto:[EMAIL PROTECTED]?subject=get%20";>

this form called "form"
it's action - mail to address

There is two methods: get and post. I was not carefully
read MSDN, so I see no difference.

Another subject is parameters - text strings (string variables),
numbers (numeric variables), checboxes ans options, lists.
All this parameters described ad "input" in  form.
I show example of textbox:

<INPUT NAME="URL" TYPE="text" SIZE="60"><br>

And now the submit button.

<INPUT TYPE="submit" VALUE="Get Document" NAME="ACTION">

When you type some value and clic submit button,
the result will be:

mailto:[EMAIL PROTECTED]?URL=word+of+your+text


This is the form from [EMAIL PROTECTED] - pages via email
server. It's do not work, but when you retrieve source of
search page of yahoo, and send some requests like

http://search.yahoo.com/search/search?h=w&fr=op&va=form+description&vl=lang_en

you'll be ready to analyse www4mail forms and it's keywords.

Taras.

----- Исходное сообщение -----
От: "jesus" <[EMAIL PROTECTED]>
Отправлено: вторник, 4 февраля 2003 г. 04:14
Тема: forms in www4mail


Dear Friends:

I dont know to work with the forms in the servers www4mail.
Can anyone help me ? If possible send me an example.
In any case I woul like to find more information about this.
Thanks in advance.

Jes?s.

~~~~~~~~~~~~~~~ ACCMAIL Info (automatically generated) ~~~~~~~~~~~~~~
To UNSUBscribe: Send UNSUBSCRIBE ACCMAIL to [EMAIL PROTECTED]
To get the ACCMAIL FAQ: Send e-mail to "[EMAIL PROTECTED]"
and enter only this line in the BODY of the note:
send usenet/news.answers/internet-services/access-via-email
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~