hi friends...
i want to get the internet explorer address bar values to a textbox in .net..
(EX. www.ff.com)
after i got that IE values then i want to check that address with my coding..
i am doing my application in vb.net..
if that address is there means IE will be closed with a message.
how to do that...
i want coding for that..
its urgent..
thanx .
regards
gopal
Loading
harika mPosted Nov 22, 2008, 1:58 AM
use javascript to retrieve the current page url...
window.location or location.href...
by either of these two thing u wil get the url of the current page..
chk this below link, u may get som idea...
http://www.elated.com/articles/using-javascripts-location-object-to-work-with-urls/
http://javascript.about.com/library/blurl1.htm
http://www.comptechdoc.org/independent/web/cgi/javamanual/javalocation.html
all the best