The Artima Developer Community
Sponsored Link

Java Answers Forum
Get current URL from Internet explorer

1 reply on 1 page. Most recent reply: Nov 9, 2005 9:45 PM by Kondwani Mkandawire

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Steve Cha

Posts: 2
Nickname: mcha
Registered: Nov, 2005

Get current URL from Internet explorer Posted: Nov 9, 2005 8:01 PM
Reply to this message Reply
Advertisement
hi,
I'm trying to get URL from IE which is currently opened. Is there any way to get it? I want to store that address and use it later for something useful. Is it possible with
java or any other languages?


Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

Re: Get current URL from Internet explorer Posted: Nov 9, 2005 9:45 PM
Reply to this message Reply
> hi,
> I'm trying to get URL from IE which is currently opened.
> Is there any way to get it? I want to store that address
> s and use it later for something useful. Is it possible
> with
> java or any other languages?

I'm confused... IE (the browser) acts as a client controlled
by you via that little address text field. So you want to
perform some sort of getText off a request sent to a Server
by you?? I'm not sure IE supplies a library to do that.

Flat View: This topic has 1 reply on 1 page
Topic: own urlclassloader Previous Topic   Next Topic Topic: dinamiclly loaded class method calling

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use