How would I go about creating a array that would save the last url
that was entered in the url edit field so if a new url is entered in
the edit field when the user clicks back it would go back to the old
edit field
dim saveurl() as string
saveurl = gofield.text
if gofield.text <> saveurl then
//saveurl = gofield.text
//gofield.text = saveurl
saveurl=Array(gofield.text)
viewer.htmlviewer1.loadurl saveurl
else
end if
The code above doesn't work
Brian
_______________________________________________
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>