Shake Image
Advatages of POST &GET Methods.
GET method (VISIBLE).It is possible to bookmark the page.Because variables are displayed in the URL.
POST method(INVISIBLE).Variables are not displayed in URL.Not possible to bookmark the page.
Source Code
<div bgcolor="#FFFFCC"> <h1 align="center"><i id="h">Shake Image</i></h1> <div align="left" style="height:160; width:250;"> <ul style="list-style-type:none; display:inline;"> <li><img src="image/cute.gif" class="shakeimage" onMouseover="init(this) ;rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()"><h2 id="s">Advatages of POST &GET Methods. </h2></li></ul></div> <div align="center" style="height:160; width:550;"> <ul style="list-style-type:none; display:inline;"> <li><img src="image/cute.gif" class="shakeimage" onMouseover= "init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()"><h3 id="s">GET method (VISIBLE).</h3><h4 id="sa"> It is possible to bookmark the page.Because values are displayed in the URL.</h4> </li></ul></div> <div align="right" style="height:160; width:750;"> <ul style="list-style-type:none; display:inline;"> <li><img src="image/cute.gif" class="shakeimage" onMouseover= "init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()"><h3 id="s">POST method(INVISIBLE).</h3> <h4 id="sa">Values are not displayed in URL.Not possible to bookmark the page.</h4></li> </ul> </div> </div>
No comments:
Post a Comment