The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Just adapt the script that they use for the stats windows.
Just view source and search for 'myopen.'
> No, I mean use a JS function() to do it. Declare the function once
> with the right variables and use it multiple times, as below.
Aha. getcha. It's been a hell of a while since I used javascript. It's leaked out my ears.
> monkey_man wrote:
> Javascript functions, man!
>
> Give me a second to write it up...
>
> I know, they suck bolls, but it's a requirement. :/
No, I mean use a JS function() to do it. Declare the function once with the right variables and use it multiple times, as below.
e.g.:

becomes:

Just makes it a little clearer.
> Javascript functions, man!
>
> Give me a second to write it up...
I know, they suck bolls, but it's a requirement. :/
Give me a second to write it up...