?? flash.htm
字號(hào):
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>插入FLASH動(dòng)畫(huà)</title>
<link href="../../css.css" rel="stylesheet" type="text/css">
</head>
<SCRIPT event=onclick for=Ok language=JavaScript>
window.returnValue = path.value+"*"+selrow.value+"*"+selcol.value
window.close();
</SCRIPT>
<body bgcolor="#eeeeee" topmargin="0">
<div align="center"><br>
<table width="95%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td width="13%">路徑: </td>
<td width="87%"><input id=path size=25 value="http://"> <input type=button value='本地FLASH,不上傳' onClick='filesck()'></td>
</tr>
<tr>
<td>寬度:</td>
<td><input id=selrow size=7 value=500></td>
</tr>
<tr>
<td>高度:</td>
<td><input id=selcol size=7 value=300></td>
</tr>
<tr align="center">
<td colspan="2">
<input type="submit" name="Submit" id="Ok" value="確定">
<input type="button" name="Submit" value="取消" onclick=window.close();>
</td>
</tr>
</table>
<input type=file id=files style='display:none'>
<script>
function filesck(){
files.click();
aaa=document.all("files").value
if(aaa!=""){
str1=aaa.lastIndexOf('.')
str2=aaa.substr(str1+1,aaa.length)
if(str2=="swf"){path.value="file:///"+aaa.replace(/\\/g,"/")}
else{alert('此文件非常規(guī)FLASH文件,正確FLASH文件格式應(yīng)為swf格式')}
}}
</script>
</div>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -