Hi !

in the anchor element....you should have a target attribute....
target="_top" is for same page full size
target="_blank" is for full page but another window.
target="_self" for own frame
<a target="_self" href="/.....">same frame</a>

Gautam
----- Original Message -----
From: Yogesh Agarwal <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 11, 1999 3:46 AM
Subject: Frame Set problem .. urgent !!


> Hi all,
>  this problem may sound a bit off topic but I deparately need guidance.
> I wrote a servlet which keeps on displaying some dynamic HTML page within
a
> frame in an HTML page.
> Now I want to reload the Parent page from within the servlet which is
sending
> HTML to the Iframe. How do I do that because when I attempted, I loaded
the
> entire page in the frame itself.
> Please help me as I have wasted quite some time now on this.
>
> Thx in advance,
> Yogesh Agarwal
>
>
> Sigurpall Johannsson <[EMAIL PROTECTED]> wrote:
> Hi all.
> I have this site that has huge traffic(specially when you people in USA
are
> awake)
> And our customers sometimes get Internal Server error.  But people using
> doPost submit form only get this error while others who are using doGet
> functions can do their business.  So there is nothing wrong with my JDBC
> connection or the database.  Has anybody had this problem?
>
> best regards and thanks
>
> Palli
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
>
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to