Web Browser
BlitzMax Forums/BlitzMax Beginners Area/Web Browser| 
 | ||
| Has anyone made a Web Browser with blitz. I am playing around with the MaxGui Example "Big Search". I guess my biggest question is how do you keep track of links so a back and forward button can be invoked. Thanks, Eric | 
| 
 | ||
| Beaker has one in the code archives.  It looks like Blitz handles back/forward automatically with HtmlViewBack and HtmlViewForward. | 
| 
 | ||
| Beakers code archive entry: http://www.blitzmax.com/codearcs/codearcs.php?code=1533 | 
| 
 | ||
| Thanks that is a big help. :) |