Here is a patch I whipped up to add forward/back navigation with xprop. I use it to put <back forward> buttons on the fvwm windows title bar of all surf instances.
https://github.com/rabbitear/my-patches Patched 0.4.1 and also the hg repo.. xprop -id <window id> -f _SURF_NAV 8s -set _SURF_NAV <navigation> -1 goes back one page. -5 goes back five pages. 1 goes forward one, etc... Jon.