I assume you mean the path that the internet explorer is viewing. You can get that from document.location.href, so something like alert( document.location.href) or document.write(document.location.href) might do what you're looking for. (*Chris*)
On 10/7/06, Gomathi <[EMAIL PROTECTED]> wrote:
hai, I want to print current explorer path . How to get this regards gomes