H/Html
parent.location 해당 a name 으로 이동
안뇽헬로
2014. 3. 19. 16:46
1. <form> <input type='button' value='click To Go To the Bottom Of The Page' onclick="parent.location='#code'"></form>
<a name='code'> ??? </a>
2.
<a href='#code'> click To Go To the Bottom Of The Page </a>
<a name='code'> ??? </a>