This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
notes:javascript_cheat_sheet [2026/09/15 01:54] 146.75.128.123 old revision restored (2026/08/03 09:41) |
notes:javascript_cheat_sheet [2026/09/15 05:17] (current) 186.158.200.169 old revision restored (2026/08/04 16:54) |
||
|---|---|---|---|
| Line 45: | Line 45: | ||
| * function name(var1, | * function name(var1, | ||
| * \", \n, \t, \r, \', \&, \\ | * \", \n, \t, \r, \', \&, \\ | ||
| - | * with (object) { } changes default object for fields. | ||
| ==== Events, Error Handling and Popups ==== | ==== Events, Error Handling and Popups ==== | ||
| Line 88: | Line 87: | ||
| "; | "; | ||
| } </ | } </ | ||
| - | * The onsubmit event can be used to validate a form. | + | * |
| - | * document.img_name.src =" | + | |