
Hi,
What does `Print `{<SCRIPT LANGUAGE="JavaScript"> location.replace("} & urlpop & {","BOTTOM") </SCRIPT>}
this mean as this is written in an Lotus Script agent and I didnt understand the meaning of this?
Could you pls explain? awaiting for ur reply..
Thanks, Pratyusha

Hi friend
JavaScript method location.replace(URL) immediately redirects to the specified URL location. After calling replace() method ,you cannot go back to the previous URL using browser's "Back" button.
For more details click here
The Print{} method is the method of Lotus Script agent, used to print.