Changes between Version 1 and Version 2 of HowTo/JavaScriptTutorial
- Timestamp:
- Jun 16, 2010, 9:05:42 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/JavaScriptTutorial
v1 v2 33 33 34 34 <form> 35 <input type="button" value="hoge" onclick="alert('hoge');">35 <input type="button" value="hoge" onclick="alert('hoge');"> 36 36 </form> 37 38 <div style="position: absolute; left: 0; top: 0;" id="hoge_place"></div>39 37 40 38 </body>