Hi;

you could use:

document.location.href = 'jumpage.asp'; to redirect to that page

or
alternatively to close after loading the pop up you should use;

<script language="Javascript">
    window.open
('JumpPage.asp', 'PageName', 'toolbar=yes,location=no,directories=yes
,status=yes,menubar=no,scrollbars=yes,resizable=yes')

window.close();


</script>



hope it helps...


Hi,

My ASP/HTML page starts with this:
<script language="Javascript">
    window.open
('JumpPage.asp', 'PageName', 'toolbar=yes,location=no,directories=yes
,status=yes,menubar=no,scrollbars=yes,resizable=yes')
</script>

But after jumping to JumpPage.asp, my start page is still 
existed ... how can I close it?

Thanks



----- Original Message -----
From: saxena arun <[EMAIL PROTECTED]>
Date: Mon, 9 Aug 2004 21:59:53 -0700 (PDT)
Subject: Re: [AspClassicAnyQuestionIsOk] Can I close the ASP/HTML start page?
To: [EMAIL PROTECTED]

hi dear
in this statement u r using pop up,and this the
property of pop up page that it automatically loaded
when the page is loaded in which you mentioned this
page. so the page could not closed.


--- anhtruong52 <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> My ASP/HTML page starts with this:
> <script language="Javascript">
>     window.open
> ('JumpPage.asp', 'PageName',
> 'toolbar=yes,location=no,directories=yes
>
,status=yes,menubar=no,scrollbars=yes,resizable=yes')
> </script>
> 
> But after jumping to JumpPage.asp, my start page is
> still 
> existed ... how can I close it?
> 
> Thanks
> 
> 
> 



      
            
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 




Yahoo! Groups Sponsor

ADVERTISEMENT


________________________________
Yahoo! Groups Links

To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
  
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to