Event handlers in Firefox

This is a discussion on "Event handlers in Firefox" within the JavaScript Forum section. This forum, and the thread "Event handlers in Firefox are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 29th, 2006, 13:33
New Member
Join Date: Sep 2006
Location: Ukraine
Age: 21
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Event handlers in Firefox

Hello all!
I have a problem: I'm writing script to validate maxlength in textarea, and I use
event.returnValue method (or just write return false), but it works only in IE.
What should I do in order to make it work in Firefox or other browser?
Thanks
Reply With Quote

  #2 (permalink)  
Old Sep 29th, 2006, 16:06
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Event handlers in Firefox

Despite what might be happening in IE, the problem is that the 'textarea' tag does not have a 'maxlength' attribute like the 'input' tag of type text does.

A solution is offered on this site though:
http://www.dynamicdrive.com/dynamici.../maxlength.htm
Reply With Quote
Reply

Tags
event handler, events, firefox

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
2 ondblclick handlers to zoom-in/zoom-out images benreynolds4 JavaScript Forum 4 May 23rd, 2008 19:39
Event cancelling in Firefox Kropotkin JavaScript Forum 2 Aug 13th, 2007 09:06
Event gateways for dummies tallgal2007 Other Programming Languages 1 Jul 18th, 2007 09:47
EVENT: SPARK - Flash Event Flasher Flash & Multimedia Forum 0 Nov 15th, 2005 10:08


All times are GMT. The time now is 19:40.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43