Posts Tagged ‘Javascript’

Change form action based on 2 select option

Monday, February 9th, 2009

The tutorial explains on how to change form action based on the 2 select option. The use of this code is for loading different pages using the submit function of the javascript (this.form.submit();) when one of the select option changes its value ( onchange=”changeAction(this.form,this.name);”). In the example below, the first select named range will load [...]

>>read more

Adding Javascript, PHP, CSS in Joomla 1.5 content is made easy

Thursday, September 18th, 2008

To enable you to place Javascript, PHP and CSS right in to your content! Not only in your articles, but also in sections, categories, modules, components, META tags, etc. Click the link below to visit the Joomla plugins.

>>read more

How to Limit the Number of Characters in a Textarea witch Character Counter

Tuesday, February 27th, 2007

I found a good javascript to limit the character in a textarea and it is very cool because it has a character counter.
Here is the code:
put this between your <head>…. </head>:

>>read more