Hi,

You can use the meta refresh tag and put it after your <title>..</title>
tags.

just like this:

&lt;html&gt;
&lt;head&gt;
&lt;title&g;Main Page&lt;/title&gt;
&lt;META HTTP-EQUIV=REFRESH CONTENT="4;URL=home.jsp"&gt;
&lt;/head&gt;
&lt;body&gt;
....
&lt;/body&gt;
&lt;/html&gt;


sorry for sending this again...
<Marlon>



>
>>
>>Hi All ,
>>
>>I am using iPlanet 4.1 . The opening page of my
>>application is  a jsp page (home.jsp) .
>>If the user enters home.html , is there a way to
>>forward(or redirect) the user to home.jsp from
>>home.html?
>>
>>Any html or iPlanet feature can do this ??
>>
>>Thanks
>>Vivek
>>
>>
>>
>>__________________________________________________
>>Do You Yahoo!?
>>From homework help to love advice, Yahoo! Experts has your answer.
>>http://experts.yahoo.com/
>>
>>===========================================================================
>>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>>JSP-INTEREST".
>>Some relevant FAQs on JSP/Servlets can be found at:
>>
>>  http://java.sun.com/products/jsp/faq.html
>>  http://www.esperanto.org.nz/jsp/jspfaq.html
>>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>_________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>Share information about yourself, create your own public profile at
>http://profiles.msn.com.
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>http://java.sun.com/products/jsp/faq.html
>http://www.esperanto.org.nz/jsp/jspfaq.html
>http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to