Connecting Tech Pros Worldwide Forums | Help | Site Map

Dynamic forms ???

Phil Latio
Guest
 
Posts: n/a
#1: Sep 24 '07
Has anyone got any good advice on how to create dynamic forms?

I am creating a subscription form where the subscriber selects which level
of service they will have and depending on the selection they made,
additional boxes to appear. If they go for a more expensive service, they
can enter more details. It is basically a directory application.

Am I right thinking this is AJAX because I am not pressing refresh for the
boxes to appear? If so, which is the best newsgroup for AJAX (since I can't
find a dedicated group), this one or the comp.lang.javascript instead?

Any tips or links appreciated.

Cheers

Phil




macca
Guest
 
Posts: n/a
#2: Sep 24 '07

re: Dynamic forms ???


I dont think you need AJAX for this, just plain javascript.

try comp.lang.javascript


Regards,

Paul

Phil Latio
Guest
 
Posts: n/a
#3: Sep 24 '07

re: Dynamic forms ???



"macca" <ptmcnally@googlemail.comwrote in message
news:1190604955.609879.41570@57g2000hsv.googlegrou ps.com...
Quote:
>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.

Cheers

Phil


The Natural Philosopher
Guest
 
Posts: n/a
#4: Sep 24 '07

re: Dynamic forms ???


Phil Latio wrote:
Quote:
"macca" <ptmcnally@googlemail.comwrote in message
news:1190604955.609879.41570@57g2000hsv.googlegrou ps.com...
Quote:
>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.
Quote:
Cheers
>
Phil
>
>
Tyno Gendo
Guest
 
Posts: n/a
#5: Sep 25 '07

re: Dynamic forms ???


The Natural Philosopher wrote:
Quote:
Phil Latio wrote:
Quote:
>"macca" <ptmcnally@googlemail.comwrote in message
>news:1190604955.609879.41570@57g2000hsv.googlegro ups.com...
Quote:
>>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.
>
Quote:
>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/javascr...eld-validation

Hope that helps.
Captain Paralytic
Guest
 
Posts: n/a
#6: Sep 25 '07

re: Dynamic forms ???


On 24 Sep, 06:55, "Phil Latio" <phil.la...@f-in-stupid.co.ukwrote:
Quote:
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.
Err, how do you think AJAX is achieved then!

Closed Thread


Similar PHP bytes