Announcement

Collapse
No announcement yet.

Grabbing actions from WebBrowser

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Grabbing actions from WebBrowser

    I know we can grab a A tag and use it I already do this

    PHP Code:
    GrabMe String.Find(e_URL"#user");


    if (
    GrabMe ~= -1then
        UserAddress 
    String.Mid(e_URLGrabMe+6, -1);
        
    UserAddress String.Replace(UserAddress'@''#'false);
        
    Dialog.Message('User''Found? ' ..UserAddress);
    end 
    But I would like to also grab hover actions and even maybe right click actions from the browser back in to AMS, also is it possible to run commands from the browser just seeing what my limits are for my html 5 user list I am creating at the moment
    Plugins or Sources MokoX
    BunnyHop Here
Working...
X