Thanks German, but I think I wasn't clear enough in my question. I don't
need to know the order of elements, but their actual x,y coordinates on the
submitted page. I am trying to reproduce the form which was submitted.

steve



> From: German Rumyancev <[EMAIL PROTECTED]>
> Reply-To: [EMAIL 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.
> If you are using POST method, you will have to parse RAW_POST_DATA.
> But in PHP $_GET and $_POST array are populated in that order already.
> So you can just tarverse $_POST and $_GET arrays using foreach() - the
> order key=>value pairs will popup will be the order they are positioned on the
> original web-page.
> 
> Monday, February 03, 2003, 11:12:41 PM, you wrote:
> 
> SM> Does anyone know how to detect the position of submitted form elements on
> a
> SM> webpage? I know that submit buttons or images will send x,y coordinates,
> but
> SM> what about text boxes, checkboxes, etc? I am trying to extract this info
> SM> from submitted forms. Any thoughts would be helpful and appreciated.
> 
> SM> steve miller 
> 
> -- 
> Best regards,
> German                            mailto:[EMAIL PROTECTED]
> ICQ:48533867
> 



____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to