Hi,
Is it right that the following code will create a button, which being
pressed causes loading a new page (some type of hyper link).
<form actioni=new_pag e.php>
<input type="submit" value="Cancel">
</form>
I expected it is true. But it is not. So how then can one create
button-hyperlink?
Is it right that the following code will create a button, which being
pressed causes loading a new page (some type of hyper link).
<form actioni=new_pag e.php>
<input type="submit" value="Cancel">
</form>
I expected it is true. But it is not. So how then can one create
button-hyperlink?
Comment