我想修改(n ASP.NET 2.0)页面上的JavaScript函数,以在第一个隐藏后显示另一个(不同的)灰箱。现有的片段: parent.parent.GB_hide(); /* we are done */
幻想增强: parent.parent.GB_hide(); /* we are done */
parent.parent.GB_showCenter ('Another One
在PHP脚本中弹出,在某一点上我需要出示了GreyBox弹出: <?php
if ($myvar==''){
?>
<script>
// I need to show mypage.php in a GreyBox popup when in here
GB_showCenter('Title', 'mypage.php' , 300, 620);