From: SourceForge.net <no...@so...> - 2003-07-23 17:27:38
|
Bugs item #744381, was opened at 2003-05-27 12:53 Message generated for change (Comment added) made by mbowler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448266&aid=744381&group_id=47038 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Vera Mickael (mvera) >Assigned to: Mike Bowler (mbowler) Summary: Another form submition problem Initial Comment: from W3C : *************************** When a pointing device is used to click on the image, the form is submitted and the click coordinates passed to the server. The x value is measured in pixels from the left of the image, and the y value in pixels from the top of the image. The submitted data includes name.x=x-value and name.y=y-value where "name" is the value of the name attribute, and x-value and y-value are the x and y coordinate values, respectively. *************************** I've also read in a non standard document that if the name is not provided only x-value and y-value are passed to the server. HtmlUnit passes name name.x-value name.y-value, I think name shouldn't be passed as a parameter. Mickael ---------------------------------------------------------------------- >Comment By: Mike Bowler (mbowler) Date: 2003-07-23 13:27 Message: Logged In: YES user_id=46756 Changed as above. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448266&aid=744381&group_id=47038 |