Revision history of "Javascript"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 07:37, 3 January 2013Keegan talk contribs 175 bytes +175 Created page with "=onClick= <pre> <script type="text/javascript"> function showContent(id) { alert(id); } </script> <input type=submit value=Next onClick="showContent(1)"> </pre>"