Changes between Version 5 and Version 6 of AjaxDojoFormSub
- Timestamp:
- Jan 14, 2013, 1:36:34 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxDojoFormSub
v5 v6 213 213 214 214 == Updating the form HTML (details.html template) == 215 This time we put a submit type input inside the form instead of the button type in part 1.215 This time we put a submit type input inside the form instead of the button type in part 1 [http://www.repairpartstock.com/ iphone parts]. 216 216 type="submit" as indicates its name, submits the form to the server, we will need a way of stopping this behavior using javaScript. 217 217 … … 343 343 '''Note''' It might be completely wrong. 344 344 More questions / complaints: coulix@gmail.com 345