forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Address bar text (Chrome and FireFox)

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Tue Mar 29, 2016 2:02 pm    Post subject: Address bar text (Chrome and FireFox) Reply with quote

I am trying to get the URL from the address bar of the current tab in Chrome and FireFox but I am unable to drill down using @window() to get the elements. Does anyone have a way to get the url/text using VDS?
_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
DanTheMan
Contributor
Contributor


Joined: 15 Mar 2002
Posts: 56
Location: Sweden

PostPosted: Tue Mar 29, 2016 7:39 pm    Post subject: Reply with quote

This will work on IE browser , just use Windows Spy to navigate down the Windows ID . /Dan

title IE - Test
rem
%I = @winexists(#IEFrame)
if %I
%%ID = @window(%I,CHILD)
%%ID = @window(%%ID,NEXT)
%%ID = @window(%%ID,NEXT)
%%ID = @window(%%ID,CHILD)
%%ID = @window(%%ID,CHILD)
%%ID = @window(%%ID,NEXT)
%%ID = @window(%%ID,CHILD)
%%ID = @window(%%ID,NEXT)
%%AdrBar = @Wintext(%%ID)
Info %%AdrBar
else
Info Internet Explorer is not running
end
exit
Back to top
View user's profile Send private message
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Thu Mar 31, 2016 8:14 am    Post subject: Reply with quote

I know how to do that, and I have code fo it... ill see if I can find it.

Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Thu Mar 31, 2016 1:39 pm    Post subject: Reply with quote

Thanks Dan.

Rubes - That would be great if you have code for that! Smile

_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Sun Apr 24, 2016 7:37 am    Post subject: Reply with quote

Have you tried:

vdssurfx.dll

Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group