AJAX Updating Related forms: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
m New page: Describe how to use input from to related DataDictionaries through Web Objects in a AJAX Web Form. =klaus' problem = we wish to show show two tables in one screen . these two tables a... |
mNo edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Describe how to use input from to related DataDictionaries | Describe how to use input from to related DataDictionaries [[Using AJAX Web Browser Objects]] in a AJAX Web Form. | ||
= | = Problem description from [[User:kb|Klaus Berthelsen]] = | ||
we wish to | *we wish to show two tables in one screen . | ||
these two tables are related | *these two tables are related | ||
*zip code is server for customer | |||
*customer information with related zip codes | |||
=Solving it= | |||
I think this problem can be solved by using the [[Javascript]] "MouseOver" event like in the sample from the AJAX training. --[[User:Jka|Jka]] 10:53, 14 September 2007 (CEST) | |||
[[Category:AJAX]] [[Category:Challenges]] |
Latest revision as of 15:58, 14 September 2007
Describe how to use input from to related DataDictionaries Using AJAX Web Browser Objects in a AJAX Web Form.
Problem description from Klaus Berthelsen
- we wish to show two tables in one screen .
- these two tables are related
- zip code is server for customer
- customer information with related zip codes
Solving it
I think this problem can be solved by using the Javascript "MouseOver" event like in the sample from the AJAX training. --Jka 10:53, 14 September 2007 (CEST)