Archive for the ‘JavaScript’ Category

Tooltips, Popups, Javascript, Dhtml - BoxOver

Tuesday, November 27th, 2007

This is a good tool to use for javascript tool tips. http://boxover.swazz.org/

How can we submit from without a submit button?

Saturday, April 14th, 2007

Using JavaScript we can submit a form with a submit button. Writing "document.formname.submit()" on any action as the action script.