I got 2 documents, read_settings.html in the air application that has a iframe that connects to settings.asp that is located on my server.
In read_settings.html I have a select dropdown, and I want to get the values from settings.asp on my server.
I guess that I have to have a bridge between thoose two pages, but how?
Can somebody please show a simple example of what the 2 docs should look like to get it to work.
Thanks.