On the edit profile page there are buttons
HTML Code:
<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />
<input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />
After hitting submit you are taken from profile.php to usercp.php.
I would like to go to a custom page,
newthread.php?do=hpde.
One site I found recommended
HTML Code:
onclick="document.location = '/index.php';"
Well that didn't work or I did do it correctly.
Any hints?