by Jay » Tue Oct 01, 2002 12:40 pm
I'm not going to do it for you, but I'll put you on the path!
Find a page which has the function that you require. In IE go to File, Save As, and choose the document type as a Web Archive (mht). This will save EVERYTHING into a single MIME file (when I mean everything, I mean pictures, external scripts, CSS, EVERYTHING).
Now that you have this one file containing everything, open it up in a web editor (not IE, because it'll display it normally, and you want the hidden code behind the scenes) and you'll see a series of files delimited by a special string (something like 654s6ad54s6d21sd - it'll be a garbage string). Anyway, each one of those chunks represents some information, like a picture or script. What you want to do is find the javascript function that's being run by looking at the code for the button you click on to activate the function, find the function elsewhere in the script (it'll all there), and then decipher it!