JavaScript Button
This article shows you how to create dynamic buttons using JavaScript. Coding a JavaScript button by yourself JavaScript buttons can give nice effects to your web page. If done properly, JavaScript buttons give very impressive look and feel. This article shows you the creation of a JavaScript button in simple steps.
Tagged as:
beginner,
javascript button,
mouseover button
Read the full article →
HTML Forms
It is often required that you need to send the data in the same form to different server-side scripts depending one certain criteria. JavaScript allows you to modify the action field of an HTML form dynamically. This article shows you how to do it.
Tagged as:
advanced,
html form action
Read the full article →