Search found 3 matches

by Bernd
Tue Jun 07, 2011 8:09 pm
Forum: Internet
Topic: How can I emulate a Javascript dopostback in Livecode?
Replies: 5
Views: 8442

Re: How can I emulate a Javascript dopostback in Livecode?

Sorry, the code snippet is:
ask "Wie ist die URL für die Webseite?"
put it into tWebSite
put URL tWebSite into Field "Resultate"
by Bernd
Tue Jun 07, 2011 8:08 pm
Forum: Internet
Topic: How can I emulate a Javascript dopostback in Livecode?
Replies: 5
Views: 8442

Re: How can I emulate a Javascript dopostback in Livecode?

SoapDog Thanks a lot for your reply. I don't want to "emulate" the whole Javascript stuff. For my "naive" viewpoint the "only thing I have to do is to generate this form.onsubmit thing passing the parameter "ctl01$rpLigen$ctl01$lbRunde" as the event target so the server (it is an ASP server, right)....
by Bernd
Sun Jun 05, 2011 9:53 pm
Forum: Internet
Topic: How can I emulate a Javascript dopostback in Livecode?
Replies: 5
Views: 8442

How can I emulate a Javascript dopostback in Livecode?

Hi Folks I am a newbie and fighting my way thru the learning curve of Livecode. I have set up a private project in order to dig into the details. I want to capture data from a web site. In order to do so my script reads a HTML page (works) and capture some variable data(works as well). Now, not all ...