Below is the way to do debugging in Javascript to get typeof objForm, forms.elements and form value.
Related Articles
PHP Radio Button Example With Mysql DB
Simple PHP Radio button enable and disable textarea textbox example in php using Mysql
Print Window Page Using Javascript
Below script prints the window page by simple javascript function. See below :
Open a Url onload of a Website or Pagee
You can able to load a webpage while accessing a particular Website using Javascript, see below for code. <script> function openWindow() { window.open(‘http://www.google.com‘,’a’,’height=300,width=600′); } </script> <body onload=”openWindow();”> </body>
