how do i write a method statement

M

Murray

Why wouldn't it be something like this?

"The method used is to carefully rub my head and pat my tummy
simultaneously."
 
T

Tom [Pepper] Willett

Darn, Murray. That was so obvious, I don't know how I missed it ;-)
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| Why wouldn't it be something like this?
|
| "The method used is to carefully rub my head and pat my tummy
| simultaneously."
|
| --
| Murray
| --------------
| MVP FrontPage
|
|
| | > What is a "method" statement, and how does this relate to FrontPage?
| > --
| > ===
| > Tom [Pepper] Willett
| > Microsoft MVP - FrontPage
| > ---
| > FrontPage Support:
| > http://www.frontpagemvps.com/
| > ===
| > | > | can anyone help please
| > |
| > | ginge
| >
| >
|
|
 
M

Mark Fitzpatrick

Don't know exactly what you're referring to. There's a method attribute for
forms. In this case the method must be either Get (where form values are
passed as a querystring in the URL, or as Post where they're sent directly
to the web server and hidden from normal view.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP- FrontPage
 
Top