Thank you for your fast response.
>From the given solutions only JavaScript is applicable to my project, as it
requires support for version-4-browsers. I hoped that I had not to use
JavaScript for this job. Isn't this a standard problem ?

> You have at least three options to update "foreign" frames:
>
> client-side:
> - You can use JavaScript
> - You can use the target= parameter of <A href>'S or <FORM>'s

<a>-links are not applicable, as they require user interaction for
triggering the update.

>
> Server-side:
> - You can use the "Window-Target:" header at the server side
>   to specify the target window of the response. (Both Mozilla
>   and IE5* support this little-known feature)
>


Reply via email to