nsISupports
Last changed in Gecko 1.7 void addPage(in string aURL); |
boolean isVisited(in string aURL); |
Add a page to the history.
void addPage( in string aURL );
aURL
Checks to see if the given page is in history.
boolean isVisited( in string aURL );
aURL
true
if a page has been passed into addPage()
.