[wdvltalk] Re: form element positions

2003-02-03 Thread German Rumyancev
Hello Steve, AFAIK, form elements are sent in the order they appear on a page, meaning that the topmost will be sent first. When using GET method you can just parse QUERY_STRING. If you are using POST method, you will have to parse RAW_POST_DATA. But in PHP $_GET and $_POST array are populated

[wdvltalk] Re: form element positions

2003-02-03 Thread Steve Miller
PROTECTED] Date: Mon, 3 Feb 2003 23:31:36 +0200 To: [EMAIL PROTECTED] Subject: [wdvltalk] Re: form element positions Hello Steve, AFAIK, form elements are sent in the order they appear on a page, meaning that the topmost will be sent first. When using GET method you can just parse QUERY_STRING

[wdvltalk] Re: form element positions

2003-02-03 Thread German Rumyancev
Hello Steve, Well, there is no way you can find it out. coordinates are not transmitted with the data. coordinated are purely client side values. There are few tricks you can use, though. All I can think of are javascript-based. For example, you can catch form's onsubmit event, or Submit

[wdvltalk] Re: form element positions

2003-02-03 Thread Steve Miller
Thanks for the ideas! steve From: German Rumyancev [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Tue, 4 Feb 2003 00:40:31 +0200 To: [EMAIL PROTECTED] Subject: [wdvltalk] Re: form element positions Hello Steve, Well, there is no way you can find it out. coordinates