chromeless window_back button

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
mesz
Forum Contributor
Posts: 216
Joined: Fri May 23, 2003 8:11 am
Location: M/cr

chromeless window_back button

Post 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?
Post Reply