| demo_url_1.as |
Goto an url |
| demo_url_2.as |
Goto an url, include window parameters:
_blank = new window
_self = current frame in the current window
_parent = parent of the current frame
_top = top-level frame in the current window |
| demo_url_3.as |
Goto an url silently without interfering with the users browsing experience. |
| demo_url_4.as |
Goto an url silently without interfering with the users browsing experience.
Pass GET variables. |
| demo_url_5.as |
Goto an url silently without interfering with the users browsing experience.
Pass POST variables. |
| demo_url_6.as |
Goto an url and pass GET variables. Show response string. |
| demo_url_7.as |
Goto an url and pass POST variables. Show response string. |
| demo_url_8.as |
Goto an url and pass GET variables. Show two response variables. |
| demo_url_9.as |
Goto an url and pass POST variables. Show two response variables. |
| demo_url_10.as |
Goto an url and return a list of variables. Loop thru this list and show the variables. |
Resources: