• Passing variables

    From Chronos@VERT/THETIMEM to All on Thu Mar 3 20:26:00 2005
    Ok, I need some help here... I have a NES java emulator and I am trying to passãthe variable of the romname in the url. I have successfully done this and canãuse the document.write to display it to see if it works. And it does. Myãproblem is being able plug the variable into a applet. Here's the applet..ãã<applet code=NEScafeAppletã archive="nescafe057.jar"ã codebase="."ã width=256ã height=240ã name=nescafe>ãã <param name=ROMFILE value="roms/zelda.zip">ã <param name=SOUND value="true">ã <param name=LIGHTGUN value="false">ãã</applet>ããWhere I am trying to plug the variable into is the ROMFILE value section. I amãpassing just the name of the rom itself (i.e. zelda). Using something likeã<a href="zelda.html?name=zelda">Legend of Zelda</a> ãto pass the variable. Can this be done? I just wanted to not have to have 20ãhtml files for the different games. ããThanks,ããChronosãã---ã þ Synchronet þ The Time Machine BBS - telnet://tmachine.bbs.usã