The Artima Developer Community
Sponsored Link

C# Answers Forum
get current URL from Internet Explorer

3 replies on 1 page. Most recent reply: Sep 24, 2008 11:12 AM by rhett herring

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 3 replies on 1 page
Steve Cha

Posts: 2
Nickname: mcha
Registered: Nov, 2005

get current URL from Internet Explorer Posted: Nov 9, 2005 8:00 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 C# or any other languages?


Reji Oommen

Posts: 1
Nickname: rejipo
Registered: Apr, 2007

Re: get current URL from Internet Explorer Posted: Apr 4, 2007 10:10 PM
Reply to this message Reply
Use Response.Write(Request.Url.ToString());

rhett herring

Posts: 2
Nickname: sayitfast
Registered: Sep, 2008

Re: get current URL from Internet Explorer Posted: Sep 24, 2008 11:11 AM
Reply to this message Reply
Response.Redirect(Request.URL.ToString());

Works for me...

rhett herring

Posts: 2
Nickname: sayitfast
Registered: Sep, 2008

Re: get current URL from Internet Explorer Posted: Sep 24, 2008 11:12 AM
Reply to this message Reply
Wrong topic ... sorry

Flat View: This topic has 3 replies on 1 page
Topic: Change Cell Color in DataGridView NOT based on value Previous Topic   Next Topic Topic: DataGridView Selections

Sponsored Links



Google
  Web Artima.com   

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