search for: hellobtn

Displaying 1 result from an estimated 1 matches for "hellobtn".

2007 Oct 25
4
""throw $continue" is deprecated, use "return" instead"
...width: 180px; height: 200px; padding: 2px; margin: 3px; float: left; } </style> <script type=''text/javascript''> window.onload = function() { debugger; $(''helloBtn'').onclick = function() { var name=$(''helloTxt'').value; new Ajax.Request( "Default3.aspx?name = "+encodeURI(name), { method:"get", onComplete:function(...