1.在FLASH的按牛上添加
on (release) {
getURL("javascript:MM_openBrWindow('a.html','','width=200,height=200')", "_self");
}
2.在网页的<head></head>标签里面添加
<script language="javascript" type="text/javascript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
on (release) {
getURL("javascript:MM_openBrWindow('a.html','','width=200,height=200')", "_self");
}
2.在网页的<head></head>标签里面添加
<script language="javascript" type="text/javascript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}