Website auto login

Juls87

New Member
Joined
Nov 6, 2017
Messages
2
Hi I would like to seek assistance on how to write the codes to log into the website by inserting my user ID & password automatically.

Below is the current HTML codes for the website:

Log In to Your Account</p>
</div>
<div class="clearboth">
</div>
<div class="sidebar_content_body">
<div class="fields">
<p class="formlabel">
<span id="dnn_ctr11635_LoginDefault_NewLoginDefault1_SignIn_v2_lblUserName">QQID :</span>
</p>
<p class="formdata">
<input name="dnn$ctr11635$LoginDefault$NewLoginDefault1$SignIn_v2$txtUsername" type="text" size="9" id="dnn_ctr11635_LoginDefault_NewLoginDefault1_SignIn_v2_txtUsername" autocomplete="off" />
</p>
<p class="error" style="display: none;">
Error. Please try again.</p>
</div>
<div class="fields">
<p class="formlabel">
<span id="dnn_ctr11635_LoginDefault_NewLoginDefault1_SignIn_v2_lblPassword">Password:</span>
</p>
<p class="formdata">
<input name="dnn$ctr11635$LoginDefault$NewLoginDefault1$SignIn_v2$txtPassword" type="password" size="9" id="dnn_ctr11635_LoginDefault_NewLoginDefault1_SignIn_v2_txtPassword" autocomplete="off" style="text-decoration:none;" />
</p>
<p class="error">
<span id="dnn_ctr11635_LoginDefault_NewLoginDefault1_SignIn_v2_lblLoginErrorMsg"></span>
</p>
<p>

</p>
</div>


<div class="fields">
<p>
<input type="submit" name="dnn$ctr11635$LoginDefault$NewLoginDefault1$SignIn_v2$cmdLogin" value="Login" *******="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("dnn$ctr11635$LoginDefault$NewLoginDefault1$SignIn_v2$cmdLogin", "", true, "", "", false, false))" id="dnn_ctr11635_LoginDefault_NewLoginDefault1_SignIn_v2_cmdLogin" class="button primarybutton" />
</p>
<p>
</p>
</div>
<div class="fields">
<p>
<a id="dnn_ctr11635_LoginDefault_NewLoginDefault1_SignIn_v2_cmdPassword" title="Forgot your password ?" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("dnn$ctr11635$LoginDefault$NewLoginDefault1$SignIn_v2$cmdPassword", "", true, "", "", false, true))">Forgot your password ?</a>
</p>
</div>

</div>
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Log In to Your Account







QQID :



<input name="dnn$ctr11635$LoginDefault$NewLoginDefault1$SignIn_v2$txtUsername" type="text" size="9" id="dnn_ctr11635_LoginDefault_NewLoginDefault1_SignIn_v2_txtUsername" autocomplete="off">



Error. Please try again.





Password:



<input name="dnn$ctr11635$LoginDefault$NewLoginDefault1$SignIn_v2$txtPassword" type="password" size="9" id="dnn_ctr11635_LoginDefault_NewLoginDefault1_SignIn_v2_txtPassword" autocomplete="off" style="text-decoration:none;">
















<input type="submit" name="dnn$ctr11635$LoginDefault$NewLoginDefault1$SignIn_v2$cmdLogin" value="Login" *******="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("dnn$ctr11635$LoginDefault$NewLoginDefault1$SignIn_v2$cmdLogin", "", true, "", "", false, false))" id="dnn_ctr11635_LoginDefault_NewLoginDefault1_SignIn_v2_cmdLogin" class="button primarybutton">









Forgot your password ?
 
Upvote 0

Forum statistics

Threads
1,215,076
Messages
6,122,987
Members
449,093
Latest member
Mr Hughes

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top