Submitting a HTML form in Javascript can be done by just one line.
Continue reading Javascript – HTML Form Submission
Tag Archives: Javascript
Ajax – Simple Ajax POST Request
Ajax is very popular in websites nowadays. You can make a simple Ajax POST Request with only 2 files as shown as below.
Continue reading Ajax – Simple Ajax POST Request
Javascript – Drop Down Menu
As requested by Andrew. Here is an example on creating a Drop Down Menu using Javascript and CSS.
Reference: Simple Drop-Down Menu v2.0
Continue reading Javascript – Drop Down Menu
Javascript – Get a value from a pop up window
The following example shows u how to open a pop up window and get a value from it by using javascript. You can use it as the starting point of creating a more complex feature.
Continue reading Javascript – Get a value from a pop up window