Jump to content

login website


Recommended Posts

Not enough information. Try again.

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

its a form here is the source:

<html>
<head>
<title>Support Center login</title>
<link rel="stylesheet" type="text/css" name="style" href="/sdccommon/inc/sprtui.css">
<style>
  .loginSmallText
  {
    font-family :  helvetica,verdana,arial;
    FONT-SIZE: 9pt;
  }
  .loginBigText
  {
    color : 003399;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    LINE-HEIGHT : 12px;
    font-family :  helvetica,verdana,arial;
  }
  .clsInputBox
  {
   width: 160px;
  }
</style>
</head>
<body onload="document.formlogin.login.focus();" style="margin:0px">
<!-- Begin header -->
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000" height="32px" width="100%">
  <tr height="32px">
    <td><img src="/sdchealtop/images/scbr_support_center.gif" border="0"></td>
    <td width="100%"></td>
    <td align="right"><img src="/sdccommon/images/cbr_title_poweredby.gif" border="0"></td>
  </tr>
</table>

<!-- Begin main table -->
<form method="POST" name="formlogin" action="/sdchealtop/asp/login.asp">
    <table align="center" border="0" cellpadding=0 cellspacing=0>
 <tr>
   <td align="center" valign="top"><img src="/sdchealtop/images/spacer.gif" width="1" height="25" border="0"></td>
 </tr>
 <tr>
   <td align="center" valign="top"><img src="/sdchealtop/images/scbr_welcome.gif" border="0"></td>
 </tr>
 <tr>
   <td align="center" valign="top">
<!-- Begin login table -->    
       <table border="0" cellpadding="0" cellspacing="0">
       <tr>
         <td class="sansmedblack" colspan="2" align="center"><br><font class="loginBigText">Login and get started</font><br><br></td>
       </tr>
       <tr>
         <td align=right class="sanssmallblack">&nbsp;&nbsp;&nbsp;&nbsp;<font class="loginSmallText">Username:</font>&nbsp;</td>
         <td class="sanssmallblack"><input type="text" class="clsInputBox" name="login" maxlength="100"></td>
       </tr>
       <tr>
         <td align=right class="sanssmallblack">&nbsp;&nbsp;&nbsp;&nbsp;<font class="loginSmallText">Password:&nbsp;</font></td>
         <td class="sanssmallblack"><input type="password" class="clsInputBox" name="password" maxlength="50"></td>
       </tr>
       <tr>
         <td colspan="2" align="center"><br><input type="submit" value="Login" class="clsTextButton1" border="0" alt="Login" name="sublogin"></td>
       </tr>
       <tr>
         <td colspan="2" valign="top" rowspan=3 class="sanssmallblack" align="center">
           <input type="hidden" name="showerr" value="yes">
           <table border="0" cellpadding="0" cellspacing="0" width="350">
             <tr>
               <td align="left" class="sanssmallblack"><br><font color="#cc0033"></font>
               <script language="javascript">
               if (!document.cookie) {
                 document.write('<br><font color="#cc0033"><img align=absbottom src="/sdchealtop/images/scic_bug.gif" width=16 height=16 border=0 alt=""><b>Cookies not enabled.  Please enable session cookies for full application functionality.</b></font>');
               }
               </script>
               </td>      
             </tr>
           </table>
         </td>
       </tr>
     </table>
<!-- End login table -->
   </td>
 </tr>
 <tr>
   <td><img src="/sdchealtop/images/spacer.gif" width="500" height="1" border="0"></td>
 </tr>
 </table>
</form>
<!-- End main table -->  
  
</body>
</html>
Edited by realkiller
Link to comment
Share on other sites

is there a way to login into this website

Yes. The form name is formlogin, now read about the _IEForm* functions in the helpfile.

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

that is not what iam looking for but can you please help me scripting this

Help, yes. Do, no.

Show some initiative and show your work or you'll get nothing but grief in this forum.

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...