From: Mike B. <mb...@Ga...> - 2004-02-20 12:04:04
|
pascal NICOLAS wrote: > To explain what I want to do : > load page 1 => simulate click => load result html page > after my click => change forms value => submit the > form of my second page => collect the third page => > ../.. If the first page and the second page are the same physical object (ie page1 === page2) then there was some javascript executed during the click and the page didn't actually get sent to the server. If the two pages contain the same data but are different java objects then that means you made two requests to the server. Can you identify which one was the case here? -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : mb...@Ga... Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com |