I am trying using Terrys method bu i cant get it to go to the URL i want, im pretty sure it finds the browser but i think its sending a bogus address.
the code im using is;
Code:
NetRemote.ExecuteAction(-2,1,32,"surf"..tostring(i), Dan.Menu.Web.URL)
where i and Dan.Menu.Web.URL are both Lua vars.
i have also tried;
Code:
NetRemote.ExecuteAction(-2,1,32,"surf"..tostring(i), "http://www.yahoo.com")
with the same result and;
Code:
NetRemote.ExecuteAction(-2,1,32,"surf2 , http://www.yahoo.com")
but that doesnt find the browser name
any help would be great.
Dan