/[webpac2]/trunk/web/iwf/testers/iwfajax.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/web/iwf/testers/iwfajax.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 46 by dpavlin, Mon Nov 14 16:13:17 2005 UTC revision 69 by dpavlin, Sat Nov 19 23:48:19 2005 UTC
# Line 76  Line 76 
76                  <a href='javascript:iwfMoveTo("moveme", 0, 0, 20); iwfShowGently("moveme", 5)'>reset orange box</a><br />                  <a href='javascript:iwfMoveTo("moveme", 0, 0, 20); iwfShowGently("moveme", 5)'>reset orange box</a><br />
77                  <form action='iwfajaxpost.php' method='get' name='frmGet' iwfTarget='formSubmitResults'>                  <form action='iwfajaxpost.php' method='get' name='frmGet' iwfTarget='formSubmitResults'>
78                          <input type='hidden' value='hidden get value' name='hidValue' />                          <input type='hidden' value='hidden get value' name='hidValue' />
79                            <textarea name="textarea_content" cols="30" rows="2">sample text area content</textarea>
80                            <br/><input type="checkbox" name="checkbox_test" /> checkbox
81                            <br/><input type="radio" name="radio_test" value="first radio button"> first
82                            <br/><input type="radio" name="radio_test" value="second radio button"> second
83                            <br/>
84                          <input type='button' value='HTTP GET'  name='btnGet' onclick='javascript:iwfRequest(this);' />                          <input type='button' value='HTTP GET'  name='btnGet' onclick='javascript:iwfRequest(this);' />
85                          <a href='javascript:iwfRequest("frmGet")'> GET via anchor</a>                          <a href='javascript:iwfRequest("frmGet")'> GET via anchor</a>
86                  </form>                  </form>
87                  <form action='iwfajaxpost.php' method='post' id='frmPost' iwfTarget='formSubmitResults'>                  <form action='iwfajaxpost.php' method='post' id='frmPost' iwfTarget='formSubmitResults'>
88                          <input type='hidden' value='hidden post value' name='hidValue' />                          <input type='hidden' value='hidden post value' name='hidValue' />
89                            <textarea name="textarea_content" cols="30" rows="2">sample text area content</textarea>
90                            <br/><input type="checkbox" name="checkbox_test" /> checkbox
91                            <br/><input type="radio" name="radio_test" value="first radio button"> first
92                            <br/><input type="radio" name="radio_test" value="second radio button"> second
93                            <br/>
94                          <input type='button' value='HTTP POST'  name='btnPost' onclick='javascript:iwfRequest(this);' />                          <input type='button' value='HTTP POST'  name='btnPost' onclick='javascript:iwfRequest(this);' />
95                          <a href='javascript:iwfRequest("frmPost", "formSubmitResults")'> POST via anchor</a>                          <a href='javascript:iwfRequest("frmPost", "formSubmitResults")'> POST via anchor</a>
96                  </form>                  </form>
# Line 94  Line 104 
104                          If they show up here, there is problems!  iwfTarget is not being recognized...                          If they show up here, there is problems!  iwfTarget is not being recognized...
105                  </div>                  </div>
106          </body>          </body>
 </html>  
107    </html>

Legend:
Removed from v.46  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.26