I am having some trouble.
Application.LoadValue() is not returning a value.
Here is my code.
In the "On Click" event of the button:
My program should then load the value and pass it to aCode:Application.SaveValue("Intro_To_AutoIT", "Lesson Data", "AutoPlay\Docs\BGUIS_1.html");
browser object on the next page.
In the "On Show" event of the page:
Shouldnt that work?Code:result = Application.LoadValue("Intro_To_AutoIT", "Lesson Data"); Web.LoadURL("Web1", result);

Reply With Quote