Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
Introduction
» MetaProducts Inquiry
» Features
» Getting Started
» Enhance Web Browser
Options Dialog
» General
» Integration
» Save
» User Interface
» Plugins
» Page Icons
» Citation Styles
» IQLS.exe File
Inquiry Plugins
» Plugins
» IQ Object
» FileIO Object
» Saver Object
» Elements Object
» MetaData Object
» Options Object
» Session Object
» Folder Object
» Page Object
» File Object
 

Session Object

Contains the same set of functions as Options (except Save). It is created for each of MS IE windows and for each of plugins. It can be used to pass data by plugin to itself.

data recovery download directories system usb monitor data recovery download
freeware Keylogger Free keystroke recorder cracking email password
data recovery prices best software faqs data recovery download website

Example:
function MP_Load() {
if (IQ.InMain) {
URLs = IQ.Session.GetOrdList('URLs');
URLs.Set(URLs.Count.toString(), document.URL);
}
};

function MP_Button() {
URLs = IQ.Session.GetOrdList('URLs');
s = '';
for (i = 0; i < URLs.Count; i++)
s = s + URLs.Get(i.toString()) + '\n';
window.alert(s);
};
//This plugin keeps addresses of all visited pages and shows them on the user request

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals