<html> <HEAD> <title>http://www.happycgi.com</title>
<script> function selectCode(f){ document.forms[f].elements[0].focus(); document.forms[f].elements[0].select(); } </script>
<script language="JavaScript"> var isReady = false;
function showAddress(What){ if (isReady){ document.Which.Where.value = What; document.Which.Where.focus(); document.Which.Where.select(); }else{ alert("This page is not fully loaded yet...\nPlease wait for the page to finish loading."); } }
function clearAddress(){ if (isReady){ document.Which.Where.value = ''; }else{ alert("This page is not fully loaded yet...\nPlease wait for the page to finish loading."); } } </script>
</HEAD>
<BODY onLoad="isReady=true">
<img src="http://demo.happycgi.com/jini/pick1.jpg" width=120 border="0" onMouseDown="showAddress(this.src)" style=cursor:hand> <img src="http://demo.happycgi.com/jini/pick2.jpg" width=120 border="0" onMouseDown="showAddress(this.src)" style=cursor:hand> <img src="http://demo.happycgi.com/jini/pick3.jpg" width=120 border="0" onMouseDown="showAddress(this.src)" style=cursor:hand>
<p> Image URL: <form name="Which"> <input type="text" size="60" name="Where"> </form>
<a href="#" onClick="clearAddress()" class="js">Clear</a>
</body> </html>
Ãâó : http://www.blueb.co.kr/
|