Getting current URL

In web applications, how to get current URL using lotus script?

Thanks in advance

Subject: Getting current URL

put a field on the form which gets the CGI Variable (e.g. Path_info) and read the field by lotusscript.

Subject: RE: Getting current URL

ok thanks for your response