Changes between Version 1 and Version 2 of HowTo/JavaScriptTutorial


Ignore:
Timestamp:
Jun 16, 2010, 9:05:42 AM (14 years ago)
Author:
村山 俊之
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/JavaScriptTutorial

    v1 v2  
    3333
    3434<form>
    35 <input type="button" value="hoge" onclick="alert('hoge');">
     35  <input type="button" value="hoge" onclick="alert('hoge');">
    3636</form>
    37 
    38 <div style="position: absolute; left: 0; top: 0;" id="hoge_place"></div>
    3937
    4038</body>