Hi,
I am trying to make back & forward buttons for my project
I am using the HTMLViewer control
Here's what I have so far
dim saveurl as string
saveurl = gofield.text
if gofield.text <> saveurl then
//saveurl = gofield.text
gofield.text = saveurl
viewer.htmlviewer1.loadurl gofield.text
else
end if
It doesn't work I want to be able to save the last address entered in
the gofield (edit field)
and go back to that address if the back button was pressed
Any comments, suggestions, ideas welcome
Thankyou,
Brian Heibert
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>