Zap
06-01-2003, 10:19 PM
My site comes up as a pop-up, so it doesn't have the toolbar with back and forward buttons. Is there a code I can use so people can just click a link and go back?
|
View Full Version : back & forward buttons Zap 06-01-2003, 10:19 PM My site comes up as a pop-up, so it doesn't have the toolbar with back and forward buttons. Is there a code I can use so people can just click a link and go back? Alcy 06-01-2003, 11:54 PM <a href="javascript:history.back(1);">back</a> <a href="javascript:history.forward(1);">forward</a> |