How i can run robrowser?

luizragna

New member
Messages
114
Points
0
Location
In their hearts
Emulator
Hello guys. I'm trying run the roBrowser. but I don't understand anything about Api and js

i followed the tutorial Getting Started, but which program do I use to run?

Even in this simple example, there are a few things to note:

  • We declare the application as HTML5 using the <!DOCTYPE html> declaration.
  • We include the roBrowser API JavaScript using a script tag.
  • We create a div element named "robrowser" to hold the result.
  • We create a JavaScript object literal to hold a number of properties.
  • We create a JavaScript "RO" object, passing it the properties.
  • We use an event listener to load roBrowser after the page has loaded
I can use the WampServer?

 
Back
Top