is it possible to open a new browser in php without using java?
i am trying to do this with php, by having a new page pop up when the user clicks on a checkbox. but my html may be wrong as well. here is my code, when i run it it shows everything, but nothing happens when i click on the checkbox. nothing at all. well, except for a check appearing in the checkbox.
print "Student <a href=studentcheckout.php target=_new>";
print "<input type = 'checkbox' name = \"stu\" value=\"checked\"></a>";