A simple GUI'd 3 button program

BadNewsBears

Diamond Member
Dec 14, 2000
3,426
0
0
It will be for updating server status displayed on a web page. I will have a table explaining what each level is and then a box saying. "Current status:Level X" I can do all that html stuff, but can somoene think of a way for each button to make different text appear. Maybe have a simple configuration page to enter in file to change and an ftp login/pass? The utility needes to Have 3 buttons when it loads LEVEL 1 LEVEL 2 LEVEL 3

How complicated is this?
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
onClick(document.write("LEVEL 3"));

Something like that... it's simple javascript.