autoupdating webpage

H

Herbert Plass

Hi,

I intend to program a webpage containig a form for entering some number to
be multibplied with a factor. Depending on the number entered the result
should change.
I searched the web, but propably used wrong key-terms, the results weren't
what I expected.
Hence my question: Is it possoble to autoupdate a form (by leaving the
entry-field with 'tab' or 'enter' and if so how can I realise it?
Is it a good idea to place the result in another frame and update the
results-frame?
Or is it better in any case to fill the form and display the results after
pressing a potential 'calculate'-button in a new page?

Thanks
Herbert Plass
 
W

Weyoun the Dancing Borg

Herbert said:
Hi,

I intend to program a webpage containig a form for entering some number to
be multibplied with a factor. Depending on the number entered the result
should change.
I searched the web, but propably used wrong key-terms, the results weren't
what I expected.
Hence my question: Is it possoble to autoupdate a form (by leaving the
entry-field with 'tab' or 'enter' and if so how can I realise it?
Is it a good idea to place the result in another frame and update the
results-frame?
Or is it better in any case to fill the form and display the results after
pressing a potential 'calculate'-button in a new page?

Thanks
Herbert Plass


not in HTML - you'll need to use something like PHP or ASP to do this -
do you mean something that acts in a similar way to a message board?

--

Quiet, Pinky; I'm pondering.
_ _
/~\\ \ //~\
| \\ \ // |
[ || || ]
] Y || || Y [
| \_|l,------.l|_/ |
| >' `< |
\ (/~`--____--'~\) /
`-_>-__________-<_-'
/(_#(__)#_)\
\___/__\___/
/__`--'__\
/\(__,>-~~ __)
/\//\\( `--~~ )
'\/ <^\ /^>
_\ >-__-< /_
(___\ /___)
 
A

Andy Dingley

Herbert Plass said:
Is it possoble to autoupdate a form (by leaving the
entry-field with 'tab' or 'enter' and if so how can I realise it?

Yes, this is quite common.

You should read a good text on client-side JavaScript - I suggest the
two O'Reilly books, Dynamic HTML (Flamingo) and JavaScript (Rhino).


Unless you need to record these changes, or really do need to do
something on a server, then you don't need PHP, ASP or any server-side
scripting.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,276
Latest member
Sawatmakal

Latest Threads

Top