<........................>
<!--
/*HackerLand */
function winopen(){
var targeturl="http://أكتب اسم موقعك هنا"
newwin=window.open("","","scrollbars")
if (document.all){
newwin.moveTo(0,0)
newwin.resizeTo(screen.width,screen.height)
}
newwin.location=targeturl
}
//-->
//Hackers land !!
</........................>
<form>
<input type="button" onClick="winopen()" value="دخول الموقع"style="background-color: rgb(255,255,255); color: rgb(0,0,0)">
</form>