|
Posted by Tyno Gendo on 09/25/07 12:49
The Natural Philosopher wrote:
> Phil Latio wrote:
>> "macca" <ptmcnally@googlemail.com> wrote in message
>> news:1190604955.609879.41570@57g2000hsv.googlegroups.com...
>>> I dont think you need AJAX for this, just plain javascript.
>>>
>>> try comp.lang.javascript
>>>
>>>
>>> Regards,
>>>
>>> Paul
>>
>> Thanks. I shall have look at Javascript. I've never been too keen on
>> client side scripting, especially since finding IE and Firefox
>> browsers use different Javascript standards.
>>
>
> Yes,indeed.
>
> However its not TOO hard to achieve what you want.
>
> Just make sure you have every browser imaginable at your fingerrtips to
> test with.
>
>> Cheers
>>
>> Phil
>>
>>
when dabbling in the dark side (javascript) i find it better to use a
wrapper library and let them do the cross-browser stuff, try:
Prototype http://www.prototypejs.org/
MooFX http://moofx.mad4milk.net/
There are many others.
This blog article looks quite good on validation using Prototype, will
have to read that myself ;-)
http://www.tetlaw.id.au/view/javascript/really-easy-field-validation
Hope that helps.
[Back to original message]
|