I saw the yy function, I'd like to do somthing similar without allowing the password to be seen.  Maybe it's not possible, but I appriciate any help.

-Ryan

-------------- Original message --------------

> Hi Ryan,
>
> > I'd like to write a search that will allow you to login
> > to password protected sites (email, banking). Problem
> > is, I can't seem to figure out how to make a password-type
> > input and pull that information into the form. I posted
> > a first attempt below, would anyone care to give me ideas?
>
> Look at the yy.xml search that I committed several months ago. It does
> what you're looking for, and also provides 'aliasing' to make it
> possible to handle several logins using stored parameters as variables
> in the format:
> yy myvar
> ...where "myvar" is a variable assigned to an array of parameters that
> would otherwise be passed to the yy search. Anyway... it's a good
> sample of what you're looking for.
>
> Also, remove this section if you want to be able to run the search
> without passing a parameter:
>
> if( nullArgs("l",email) )
> return false;
>
> Regards,
>
> Shawn K. Hall
> http://ReliableAnswers.com/
>
> '// ========================================================
> "People who never get carried away should be."
> -- Malcolm Forbes
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
> Project Admins to receive an Apple iPod Mini FREE for your judgement on
> who ports your project to Linux PPC the best. Sponsored by IBM.
> Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
> _______________________________________________
> To unsubscribe visit:
> https://lists.sourceforge.net/lists/listinfo/dqsd-users
> [EMAIL PROTECTED]
> http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to