Page 1 of 1

Button click

Posted: Wed Mar 01, 2006 4:10 am
by Dark_AngeL
Hi

If i want the user to go to another page when he clicks on the button what should i do
will it be

Code: Select all

onclick =  " "

Code: Select all

<td class="style58"><div align="left" class="style62">Sender Name:
                <select name="select" size="0" class="style49">
                  <option value="1">Gerardo</option>
                  <option value="2">Waldemar</option>
                </select>
                <input name="Submit" type="submit" class="style49" value="New Sender">

Posted: Wed Mar 01, 2006 4:23 am
by shiznatix

Code: Select all

onclick="window.location = 'http://www.google.com'"
but this is not php, please post client side questions in the client side form next time

Posted: Wed Mar 01, 2006 4:24 am
by Dark_AngeL
sorry i didnt know :oops: