i have an html question for you. i'm doing some html development here and knowledge is limited. i found a javascript to open a new popup window:
i have a form on a webpage that has the following call:
i forgot to mention that this website is a testing system
on the main webpage i have a list of tests using radio buttons in a form that opens up a newwindow for that specific test.
i am a c/c++ programmer and know a little html. the form on the html page calls executables that i've written.
i would like to disable the entire window while a test is being run on another window.
when that test is finished and the webpage is closed, i would like to enable that test window. assuming the test was finished completely, i need to disable the specific test that was used. if the user just closed the test window then i need to keep the test radio button enables so the user can select the test again.
2007-09-28
07:43:56 ·
update #1