Page 1 of 1

chromeless window_back button

Posted: Tue Aug 19, 2003 7:21 am
by mesz
Using chromeless windows.
Javascript back button not working.

Code: Select all

<FORM> 
<INPUT TYPE="Button" VALUE="Back" class="button"
onClick="history.go(-1)"> 
</FORM>
Is there any way of using http_referrer so that it works with chromeless windows?