Tomasz Pyra wrote:
I took nsIDOMHTMLFormElement, and called method Submit(). Result was just like before - no data was sent to server.
What does the <form> tag look like?
-Boris
<form name="wyszukaj" action="/indeksik.php3?menu2=11&zapytanie=11,45" method="post">
So it is not clean post method, because "menu2=11&zapytanie=11,45" are part of url and it's send by get method.
You can see it on url: http://www.uml.lodz.pl/
At right side there is textfield, and submit button called 'szukaj', it is simple search engine.
You can try it by enter a word "wybory", and engine will find 2 records.
When you left textfield empty, and click this 'szukaj' button, engine will find 3671 records.
When I enter something (i.e. "wybory") into texfield, then I use one of three methods described earlier to send a form, I am always redirected to results page with 3671 records, so I think that the data from texfield are not send.
When I click that button simply by the mouse it works. _______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
