chromeless window_back button
Posted: Tue Aug 19, 2003 7:21 am
Using chromeless windows.
Javascript back button not working.
Is there any way of using http_referrer so that it works with chromeless windows?
Javascript back button not working.
Code: Select all
<FORM>
<INPUT TYPE="Button" VALUE="Back" class="button"
onClick="history.go(-1)">
</FORM>