Tải bản đầy đủ (.doc) (2 trang)

Gián án Code tạo hộp game online (nhiều game) trên violet

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (75.79 KB, 2 trang )

CODE T O H P GAME ONLINE CÓ NHI U GAME L AẠ Ộ Ề ĐỂ Ự
CH NỌ
Demo: xin m i nh p chu t vào nh minh ho d i đâyờ ấ ộ ả ạ ướ
Code:
<style type="text/css">
.highlighttext{
background-color:yellow;
font-weight:bold;
}
</style>
<p align="center"></p>
<form name="jumpy2"><select name="example2" size="1" onchange=
"gone2()"><!-- CHANGE THE BELOW URLS TO YOUR OWN-->
<option value=
" />selected="selected">-----------------------------------Mời bạn
nhấp vào đây để chọn
game-----------------------------------</option>
<option value=
" />Mèo con đại chiến</option>
<option value=
" />Táo quân mèo</option>
<option value=
" />đào vàng</option>
<option value=
" ">
Sút bóng kỹ thuật</option>
<option value=
" ">
AFF suzuki cup</option>
<option value=
" ">


Xếp kim cương</option>
<option value=
" ">
Ghép cặp pikachu</option>
<option value=
" ">
Đặt bom tốc độ</option>
</select></form>
<script language="Javascript" type="text/javascript">
<!--
/*
Select and Copy form element script- Bytrongbang-studio
For full source, Terms of service, and 100s DTHML scripts
Visit
*/
//specify whether contents should be auto copied to clipboard (memory)
//Applies only to IE 4+
//0=no, 1=yes
var copytoclip=1
function HighlightAll(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
if (document.all&&copytoclip==1){
therange=tempval.createTextRange()
therange.execCommand("Copy")
window.status="Contents highlighted and copied to clipboard!"
setTimeout("window.status=''",1800)
}
}

//-->
</script><script language="javascript" type="text/javascript">
<!--
//Drop-down Document Viewer- trongbang-sudio
//For full source code, 100's more DHTML scripts, and TOS,
//visit />//Specify display mode (0 or 1)
//0 causes document to be displayed in an inline frame, while 1 in a new browser window
var displaymode=0
//if displaymode=0, configure inline frame attributes (ie: dimensions, intial document shown
var iframecode='<iframe id="external2" style="width:100%;height:450px" src=" />01/1270112250_bejeweled.swf"><\/iframe>'
/////NO NEED TO EDIT BELOW HERE////////////
if (displaymode==0)
document.write(iframecode)
function gone2(){
var selectedurl=document.jumpy2.example2.options[document.jumpy2.example2.selectedIndex].value
if (document.getElementById&&displaymode==0)
document.getElementById("external2").src=selectedurl
else if (document.all&&displaymode==0)
document.all.external2.src=selectedurl
else{
if (!window.win2||win2.closed)
win2=window.open(selectedurl)
//else if win2 already exists
else{
win2.location=selectedurl
win2.focus()
}
}
}
//-->

</script>

×