<div>Dear Jeremy,</div>
<div> </div>
<div>The TembeddedWB component now housed on <a href="http://bsalsa.com/">http://bsalsa.com/</a> handles things in this area very well.</div>
<div> </div>
<div>At worst you can first supress the SUBMIT and use a direct Navigate procedure supplying the POSTDATA </div>
<div> </div>
<div>Check extensive information <a href="http://bsalsa.com/ewb_methods2.html">http://bsalsa.com/ewb_methods2.html</a></div>
<div> </div>
<div>Among other available methds is the following (<strong><font size="2">FillForm)</font></strong> under :</div>
<div> </div>
<div> <a href="http://bsalsa.com/ewb_methods1.html">http://bsalsa.com/ewb_methods1.html</a> (shown below)</div>
<div> </div>
<div>Paul</div>
<div>
<p><b><font size="2">FillForm</font></b><font size="2">(FieldName: string; Value: string):This function allow you to auto insert details into a web page<br> </font><b><font color="#0000cc" size="2">procedure</font></b><font color="#0000cc" size="2">
TfrmMain.FillFormWithPersonalDetails1Click(Sender: TObject);<br><b>begin</b><br> EmbeddedWB1.Navigate('<a href="http://edit.yahoo.com/config/eval_register">http://edit.yahoo.com/config/eval_register</a>?.<br>done=<a href="http://groups.yahoo.com%2fgroup%2fdelphi-webbrowser%2f&.src=ygrp&.intl=us'">
http://groups.yahoo.com%2fgroup%2fdelphi-webbrowser%2f&.src=ygrp&.intl=us'</a>);<br><b>while</b> EmbeddedWB1.ReadyState <> READYSTATE_COMPLETE <b>do</b><br> <b>begin</b><br> Forms.Application.ProcessMessages
;<br> <b>end;</b><br> <b>with </b>EmbeddedWB1<b> do</b><br> <b>begin</b><br> FillForm('login', 'Mozart');<br> FillForm('passwd', 'Bethoven');<br> FillForm('.fn', 'lol1');<br> FillForm('.ln', 'lol2');<br>
FillForm('.ln', 'lol2');<br> FillForm('.pw', 'lol3333');<br> FillForm('.pw2', 'lol444');<br> FillForm('.pw_a', 'lolypop');<br> FillForm('.pwqa_a', 'lolypop');<br> FillForm('.em', '<a href="mailto:loly@pop.com">
loly@pop.com</a>');<br> FillForm('.pc', '123456');<br> FillForm('.secword', ':)');<br> </font><b><font color="#0000cc" size="2"> end;<br>end;</font></b><font size="2"></font></p><br><br> </div>
<div><span class="gmail_quote">On 24/05/06, <b class="gmail_sendername">Jeremy Coulter</b> <<a href="mailto:vss@vss.co.nz">vss@vss.co.nz</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div><font style="FONT-SIZE: 10pt; FONT-FAMILY: tahoma">
<div> </div>
<div> Hi All.</div>
<div>I am using an embedded TWebBrowser in an app, and I need to append some data to the data about to be posted.</div>
<div>So, in the BeforeNavigate2 event, the POSTDATA is a VAR variable, and so I decode the PostData, add my extra bit of data, then re-encode it (back to a var array) but it seems to me that the PostData variable is NOT being updated with my new data, as when the page posts the data to a webpage, the new bit of data I add is not there.
</div>
<div> </div>
<div>Anyone else tried to do this and found the same problem, and/or is there a solution?</div>
<div> </div>
<div>Jeremy</div></font></div><br>_______________________________________________<br>Delphi mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Delphi@ns3.123.co.nz">Delphi@ns3.123.co.nz
</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://ns3.123.co.nz/mailman/listinfo/delphi" target="_blank">http://ns3.123.co.nz/mailman/listinfo/delphi</a><br><br><br></blockquote></div><br>