MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Auto login function?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg36154] Auto login function?
  • From: "ng" <georgakopoulos at mindspring.com>
  • Date: Fri, 23 Aug 2002 21:34:44 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

How can I create a Mathematica thing (function? program?) that would
automatically open a browser page, and give my username and pwd to log me
into a https:\\.... site? The server's login page has a script resetting
fields:

  <script language="javascript">
  function ResetFormFields() {
   document.Login.username.value = "";
   document.SearchUserForm.search.value = "";
   document.FindCourseForm.searchText.value = "";
  }
  </script>
 <body . . . ONLOAD="ResetFormFields(); document.Login.username.select();
document.Login.username.focus();">

and the relevant input cells are

<input type="text" name="username" . . . >
<input type="password" name="password" . . . >
<input type="submit" name="login" value="Login">

Thanks!

Nicholas





  • Prev by Date: a question about pattern replacements
  • Next by Date: FindRoot on fn with vble num of vbles
  • Previous by thread: Re: a question about pattern replacements
  • Next by thread: FindRoot on fn with vble num of vbles