woot3
|
  |
| Joined: 10 Nov 2008 |
| Total Posts: 3599 |
|
|
| 26 Mar 2013 11:59 AM |
A while ago, I made this test (with another users help) to launch ROBLOX games from a different website.
webstudios. webs. com/ rbxlaunch. htm
(Sorry about the link) Well, we couldn't get it to invoke a click, we believed it was due to it being an iframe across a website. Today however, I tried this on the actual ROBLOX website.
document.getElementById("#ctl00_cphRoblox_VisitButtons_MultiplayerVisitButton").click()
Now, as far as I know, that should of worked (I have to say, I'm not great with JavaScript at all, so I could be horribly wrong.) But it did not....
Anybody have more luck than me? |
|
|
| Report Abuse |
|
|
mourir
|
  |
| Joined: 31 Jan 2013 |
| Total Posts: 878 |
|
|
| 26 Mar 2013 12:26 PM |
Have you tried removing the pound sign?
document.getElementById("ctl00_cphRoblox_VisitButtons_MultiplayerVisitButton").click();
That seems to work for me. |
|
|
| Report Abuse |
|
|
woot3
|
  |
| Joined: 10 Nov 2008 |
| Total Posts: 3599 |
|
|
| 26 Mar 2013 12:28 PM |
Well, that's got to be the most stupid thing I've ever done. Thanks though, helps quite a lot. |
|
|
| Report Abuse |
|
|
|
| 26 Mar 2013 12:29 PM |
Even the best of us make mistakes, it proves that we are all human.
Certified Troll |
|
|
| Report Abuse |
|
|
|
| 26 Mar 2013 12:34 PM |
^ What happens if I'm a sub-human?
☜▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬☞ |
|
|
| Report Abuse |
|
|
|
| 26 Mar 2013 12:39 PM |
| Then you make submistakes. |
|
|
| Report Abuse |
|
|
Tenal
|
  |
| Joined: 15 May 2011 |
| Total Posts: 18684 |
|
|
| 26 Mar 2013 12:40 PM |
| Really, they should have a feature allowing people to join Roblox games from different websites. It's quite a given and back when I first joined in 2009 I thought there'd be a feature like this. |
|
|
| Report Abuse |
|
|
woot3
|
  |
| Joined: 10 Nov 2008 |
| Total Posts: 3599 |
|
|
| 26 Mar 2013 12:46 PM |
| I really wish they would make it, I think what I may do is make a program that launches it for me. |
|
|
| Report Abuse |
|
|
|
| 26 Mar 2013 03:10 PM |
"Even the best of us make mistakes, it proves that we are all human."
> implying that living beings that aren't humans cannot make mistakes |
|
|
| Report Abuse |
|
|
|
| 26 Mar 2013 03:16 PM |
You won't be able to launch it by invoking a click from another site on any decently secure browser. It's a basic violation of Cross Origin policy. Not sure about any other cleverer things, although they would all probably pose a security risk to anyone who uses them. |
|
|
| Report Abuse |
|
|
|
| 26 Mar 2013 03:22 PM |
| Can't you just use the RobloxLauncher plugin and call StartGame or whatever the function is? |
|
|
| Report Abuse |
|
|