Subheader script

Hi there,

I want to use this script in the subheader

 <FORM METHOD="post">  <INPUT TYPE="button"        VALUE="BACK"      OnClick="history.go( -1 );return true;">  <INPUT TYPE="button"        VALUE="FORWARD"      OnClick="history.go(  1 );return true;">  </FORM>


The code shows a back and forward button. i want to show this where the title now is in the subheader.

Comments

Sign In or Register to comment.