Wypełnia pola elegancko, ale formularza to już nie wyśle. Tzn. strona się tak jakby odświeża, a nie wysyła.
$forma = _IEGetObjByName($oIE, "post") $tytul = _IEFormElementGetObjByName($forma, "subject") $post = _IEFormElementGetObjByName($forma, "message") $wpisz1 = _IEFormElementSetValue($tytul, "asd") $wpisz2 = _IEFormElementSetValue($post, "asd") $gooo = _IEFormSubmit($forma)
Być może to przez ukryte pola w formularzu?
<input type="hidden" name="mode" value="reply" /> <input type="hidden" name="sid" value="c02a52ebac55cd0f39ef5973d14ca794" /> <input type="hidden" name="t" value="3135030" /> <input type="submit" tabindex="5" name="preview" class="mainoption" value="Podgląd" /> <input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="Wyślij" id="postb" />
Lecz nie wiem co z tym zrobić. Proszę o pomoc.
Pozdrawiam!