下面为JS代码:
<script>
function openNewWindow(URLtoOpen, windowName, windowFeatures)
{
window.open(URLtoOpen, windowName, windowFeatures);
}
</script>
FLASH试例里调用;
_btn.onPress=fucntion(){
getURL("javascript:openNewWindow('"+url+"','show','toolbar=0,scrollbars=0 height=350')")
}
<script>
function openNewWindow(URLtoOpen, windowName, windowFeatures)
{
window.open(URLtoOpen, windowName, windowFeatures);
}
</script>
FLASH试例里调用;
_btn.onPress=fucntion(){
getURL("javascript:openNewWindow('"+url+"','show','toolbar=0,scrollbars=0 height=350')")
}
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}