Search code examples
javascriptfirefoxsteamjsbin

Steam Launcher via Javascript - Semi Operational


This is weird... The function works like a charm, but HTML is semi-operational. Firefox loads the program launcher, but it doesn't launch when I click OK.

Is this a programming issue? Or is it a Firefox problem? Code: http://output.jsbin.com/tutoje


Solution

  • You forgot put ID field:

    <input type="text" placeholder="steam game id" id="steamGameID">