I am not sure if this is the right forum to ask for help for this, but ill try.. 🙂
I need to open a new window when the user clicks on the submit button from a form, i also need to ensure all the variables get passed also:
<form method=post action=textchoices.php>
<select name=text_choice><? echo $text_select; ?>
</select>
<input type=hidden name=artistname value=<? echo "$artist_lastname"; ?> >
<input type=submit name=submit value="View Text">
if i use the onclick function, a new window opens but my variables do not get passed. Thanks for any help