Develop and Download Open Source Software

Back to Forum List
Back to this Forum

RSS feed of this forum [RSS]RSS for this Forum
RSS feed of this forum thread [RSS]RSS for this Thread

Discussion Forums: 質問フォーラム

Subject:[#57050] RE: ログインついて

Date:2011-04-26 14:41By:Anonymous
そうですか。それじゃあ<input name="text">に書き込みが出来ているのであれば、DOM使って・・・
var ipt = win.text(1); // DOMのElementが取れてるので、普通にDOMのメソッドが使える
ipt.value = '入力テキスト'; // 普通に書き込む
ipt.form.submit(); // 普通にformのsubmit()を呼ぶ
win.wait();// 読み込みが終わるまで待つ
とかでどうでしょう。
Thread Author Date
[#57034] ログインついて Anonymous 2011-04-25 16:03
      [#57070] RE: ログインついて Anonymous 2011-04-27 08:35
      [#57049] RE: ログインついて Anonymous 2011-04-26 14:36
            [#57050] RE: ログインついて Anonymous 2011-04-26 14:41
      [#57041] RE: ログインついて Anonymous 2011-04-26 10:34

Post a followup to message [#57050] RE: ログインついて:

Subject:



Non-login user's post can not identify who are you. If you want to display your name on the post, please input your name.
(If you leave this blank, your message's author will display as Anonymous.)
Message:

HTML tags will display in your post as text
You are posting anonymously because you are not [logged in]

SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.