Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
QuestionHello Friends Help Needed for My Project [Automatic Login System] Pin
hackerzpark4-Jun-11 17:10
hackerzpark4-Jun-11 17:10 
AnswerRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
venomation4-Jun-11 17:24
venomation4-Jun-11 17:24 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
hackerzpark4-Jun-11 17:31
hackerzpark4-Jun-11 17:31 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
venomation4-Jun-11 17:42
venomation4-Jun-11 17:42 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
GenJerDan6-Jun-11 6:41
GenJerDan6-Jun-11 6:41 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
DaveyM694-Jun-11 23:03
professionalDaveyM694-Jun-11 23:03 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
hackerzpark6-Jun-11 6:16
hackerzpark6-Jun-11 6:16 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] [modified] Pin
DaveyM696-Jun-11 10:39
professionalDaveyM696-Jun-11 10:39 
This is a very simple example...
Notice there is only one inline javascript function that submits the form, the rest is plain html.
HTML
<html>
 <head>
 </head>
 <body>
  <!-- Use get instead of post if needed, but post is more common.
       Set the element names, target page and values. -->
  <form name="elementNameForm" action="targetPage.html" method="post">
   <input type="hidden" name="elementNameUserName" value="userName" />
   <input type="hidden" name="elementNamePassword" value="password" />
   <!-- include any other required form elements here -->
   <input type="hidden" name="elementNameSubmitButton" value="submitText" />
  </form>
  <script language="javascript" type="text/javascript">
<!--
document.forms[0].submit();
//-->
  </script>
 </body>
</html>

Dave

Binging is like googling, it just feels dirtier.
Please take your VB.NET out of our nice case sensitive forum.
Astonish us. Be exceptional. (Pete O'Hanlon)

BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)



QuestionHow to disable a panels vertical scroll to the mouse wheel Pin
venomation4-Jun-11 14:23
venomation4-Jun-11 14:23 
AnswerRe: How to disable a panels vertical scroll to the mouse wheel Pin
Mark Salsbery4-Jun-11 16:25
Mark Salsbery4-Jun-11 16:25 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
venomation4-Jun-11 16:38
venomation4-Jun-11 16:38 
AnswerRe: How to disable a panels vertical scroll to the mouse wheel Pin
Philippe Mori4-Jun-11 16:28
Philippe Mori4-Jun-11 16:28 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
venomation4-Jun-11 16:45
venomation4-Jun-11 16:45 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
Philippe Mori4-Jun-11 17:16
Philippe Mori4-Jun-11 17:16 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
venomation4-Jun-11 17:35
venomation4-Jun-11 17:35 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
gavindon5-Jun-11 4:17
gavindon5-Jun-11 4:17 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
venomation5-Jun-11 11:10
venomation5-Jun-11 11:10 
QuestionWCF Basics Pin
AmbiguousName4-Jun-11 3:27
AmbiguousName4-Jun-11 3:27 
AnswerRe: WCF Basics Pin
Abhinav S4-Jun-11 3:36
Abhinav S4-Jun-11 3:36 
AnswerRe: WCF Basics Pin
AmbiguousName4-Jun-11 3:48
AmbiguousName4-Jun-11 3:48 
GeneralRe: WCF Basics Pin
Richard MacCutchan4-Jun-11 4:05
mveRichard MacCutchan4-Jun-11 4:05 
GeneralRe: WCF Basics Pin
MicroVirus5-Jun-11 3:32
MicroVirus5-Jun-11 3:32 
AnswerRe: WCF Basics Pin
Ravi Bhavnani4-Jun-11 6:01
professionalRavi Bhavnani4-Jun-11 6:01 
QuestionIssue with StrCmpLogicalW (and doubles) [modified] Pin
SledgeHammer013-Jun-11 8:22
SledgeHammer013-Jun-11 8:22 
AnswerRe: Issue with StrCmpLogicalW (and doubles) Pin
SledgeHammer013-Jun-11 8:27
SledgeHammer013-Jun-11 8:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.