controlling dropdown boxes in forms...

M

Mike Dean

Hi,
In FP2002 can I somehow control a sequence of dropdown boxes in a form so
the selection in the first box changes the options available in the next box
etc etc?
Is this outside the realm of what FP can do and into the arcane art of some
sort of scripting (about which I know less than I do about FP).
Any & all comments appreciated.

Virtually,

Mike D
 
S

Stefan B Rusynko

JavaScript
See http://www.developer.irt.org/script/form.htm#4




| Hi,
| In FP2002 can I somehow control a sequence of dropdown boxes in a form so
| the selection in the first box changes the options available in the next box
| etc etc?
| Is this outside the realm of what FP can do and into the arcane art of some
| sort of scripting (about which I know less than I do about FP).
| Any & all comments appreciated.
|
| Virtually,
|
| Mike D
|
|
 
M

Mike D

Fast work, thanks Stefan.
But tell me...

I need all values selected to be printed to a formatted text email result,
ie the logical train of the dropdowns structure retained in the 'printout'.
Will this be possible?
Basically I want to provide a multiple of options without confronting the
viewer with an endless form, hence reusing as much screen real estate as
possible.
Again, your advice greatly appreciated.

Best Regards,

Mike D
PS This irt.org looks like a good place for the scripting challenged like
myself, know any others off the top of your head?;-)
 
M

MD Websunlimited

Hi Mike,

Take a look at J-Bots CataJump
http://www.websunlimited.com/order/Product/navigation/Category.htm
--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
Our latest products "At Your Command" and IncludeASP
http://www.websunlimited.com/order/Product/AYC/ayc.htm
http://www.websunlimited.com/order/product/includeASP/includeASP.htm


--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Need to have an Ad Banner that allow individual links?
http://www.websunlimited.com/order/Product/navigation/adbanner.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
 
S

Stefan B Rusynko

Your form can send any or all of the values of fields since the field names don't change using most of the scripts in the link




| Fast work, thanks Stefan.
| But tell me...
|
| I need all values selected to be printed to a formatted text email result,
| ie the logical train of the dropdowns structure retained in the 'printout'.
| Will this be possible?
| Basically I want to provide a multiple of options without confronting the
| viewer with an endless form, hence reusing as much screen real estate as
| possible.
| Again, your advice greatly appreciated.
|
| Best Regards,
|
| Mike D
| PS This irt.org looks like a good place for the scripting challenged like
| myself, know any others off the top of your head?;-)
|
| | > JavaScript
| > See http://www.developer.irt.org/script/form.htm#4
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| | > | Hi,
| > | In FP2002 can I somehow control a sequence of dropdown boxes in a form
| so
| > | the selection in the first box changes the options available in the next
| box
| > | etc etc?
| > | Is this outside the realm of what FP can do and into the arcane art of
| some
| > | sort of scripting (about which I know less than I do about FP).
| > | Any & all comments appreciated.
| > |
| > | Virtually,
| > |
| > | Mike D
| > |
| > |
| >
| >
|
|
 
Top