Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how do you make a java applet?
#6
Veneni Wrote:Whoops ya I didn't really search for applets Tongue They seem a lot of work. Are there any other options?
The javascript form looks promising, I'll look a bit into that.

And I don't know php only java Tongue1
Well javascript is kind of very similar to java syntax-wise... the functions you can use are sort of limited and i dont think you can import libraries, but the main difference is that you code it into the HTML. for example:
<script language="JavaScript" type="text/javascript">
function solve()
{
//get input from the text boxes using getElementById, output it either using alert() or through another text box.
}
</script>
<input type="submit" value="Solve" onclick="solve()">


also @kajiti, i have no idea how the stage works (in fact, i never did a GPQ), but considering the little options you have you can always just brute force it if nothing else succeeds.
Reply


Messages In This Thread
how do you make a java applet? - by Veneni - 2009-06-13, 03:46 PM
how do you make a java applet? - by Kortestanov - 2009-06-13, 05:15 PM
how do you make a java applet? - by Spaz - 2009-06-13, 05:54 PM
how do you make a java applet? - by Veneni - 2009-06-14, 03:56 AM
how do you make a java applet? - by KajitiSouls - 2009-06-14, 04:18 AM
how do you make a java applet? - by Kortestanov - 2009-06-14, 09:04 AM
how do you make a java applet? - by Stereo - 2009-06-14, 10:34 AM
how do you make a java applet? - by Dusk - 2009-06-14, 11:00 AM
how do you make a java applet? - by Nikkey - 2009-06-14, 01:17 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)