javascript thread: AW: Professional JavaScript - auto redirect in IE no t working
try the following tag in your <head> tag
<HTTP-EQUIV="refresh" CONTENT="0; URL=MyOtherPage.asp">
where "MyOtherPage.asp" is the url of the page you want to redirect to.
dirk
> -----Urspr=FCngliche Nachricht-----
> Von: Mark Carr [SMTP:markc@w...]
> Gesendet am: Monday, October 02, 2000 12:31 PM
> An: javascript
> Betreff: [javascript] Professional JavaScript - auto redirect in IE
> not working
>
> -----Original Message-----
> From: ITZHAK JAKOBSON [mailto:jakobson@i...]
> Sent: 01 October 2000 17:13
> To: support@w...
> Subject: Professional JavaScript
>
> To Whom It May Concern:
>
> I've just purchased the book: "Professional JavaScript"
> (ISBN:1-861002-70-x), among other Wrox books, and I find it to be an
> excellent ref. book.
> I do have a question that I can't find in the book: I am presently
> developing a website. I wrote a piece of code that after displaying
the
> home page for 10 seconds it closes it and, automatically, enters the
> website. When I use netscape, the code works perfectly, ie., the home
page
> closes and the next page is displayed across the whole screen. My
problem
> occurs when I use MS Internet Explorer. After 10 seconds IE prompts
me to
> close the home page window manually, which defeats the purpose of the
> exercise. After closing the window manually, the next page appears.
> However, it only covers part of the screen rather than the whole
screen. I
> have to expand it manually.
> I'd appreciate it if you could provide me with some information on
how to
> solve this problem.
>
> Many thanks,
> Isaac Jakobson
>
>
>