General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
Scrpting/Macro question
Posted by: Scott Morrison
Date: January 17, 2003 04:39AM

Like most secure web pages (ie. banks) you are unable to save your card number as part of a form.

I thought an easy way around this would be to to create a macro and attach a key sequence to an accelorator so that when pressed it would echo said number to where ever my cursor was on the page.

Is that not a good idea or what!?

Now, any ideas how I'd do it? I just don't know what commands I'd use in the macro to echo a number to the console.

I appreciate any help you could offer.

Thanks!

Scott

Options: ReplyQuote
Re: Scrpting/Macro question
Posted by: Rayven
Date: January 17, 2003 06:02AM

Try this and see if it does what you want, very basic, but it seems to work like you want.
-replace password with your password smiling smiley

enter_password {
menu = "Paste Password";
$tmp = getclipboard();
setclipboard("password");
id(ID_EDIT_PASTE);
setclipboard($tmp);
}

Options: ReplyQuote


K-Meleon forum is powered by Phorum.