Hi !
I'm making a project similar to MyBase. This program will have a feature to grab current document from webbrowsers.
For this, I've made an IE extension that can pass the document to my main application. Infact it wasn't very hard at all. Only 20 lines of VBScript code and an OCX.
Now I want to make a Firefox extension for my project. But, unfortunetly I don't know JavaScript. (I know very little VBScript)
Can any one please help me :
1. Need a 'Complete Idiot's Guide To Developing Firefox Extensions' tutorial. I've found some by googling, but most of them are not idiot-friendly.
2. How to get the document HTML from a Firefox tab ?
3. How can I get files from Firefox cache using VB ? (like WinInet APIs for IE)
4. How do I call a function (inside COM OCX) from Firefox ?
Please help.





Reply With Quote