Click here to Skip to main content
15,899,314 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am writing a project to automate input of data into a website with VB2010. Everything works great up to a point. After launching a particular page, the internal source of the webpage is not what is being displayed on the screen. In other words, because I can't see the code which contains the fields that I need to pass data to, my code can't move forward. Because the actual site is secure, I am posting the source from another sites login screen. On this site, you see the files for the User, Password and a Login button. However, revealing the source shows none of those items. Hopefully someone here in this forum can give me the vb code to be able to display the actual login fields for the login that I have posted below and then I can figure out my actual project.

Source code is as follows:

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">

<title>Federated National - Agent Portal</title>

<script type="text/javascript" src="./js/rsa.js"></script>
<script type="text/javascript" src="./js/aes-enc.js"></script>
<script type="text/javascript" src="./js/base64.js"></script>
<script type="text/javascript" src="./js/mouse.js"></script>
<script type="text/javascript" src="./js/PGencode.js"></script>

<script type="text/javascript" language="javascript" src="agentui/agentui.nocache.js"></script>

<!-- FOR DEBUGGING IE7 ONLY, DO NOT RELEASE
<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>
-->

</head>

<body style="background: url('images/background-fednat.png') repeat scroll left top transparent;">

<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>



   




   


<noscript>


<img src="images/federated-national-logo.png" />

Your browser does not support Javascript




The most likely reason you are seeing this message is because your web browser has Javascript turned off. You need to enable Javascript
in order to use this interface. Below are instructions to enable it in Internet Explorer 8 and 9.





Internet Explorer 8/9


Step 1: Open Internet Explorer

Step 2: Click the gear icon in the upper right hand corner for IE9 (below the close box), "Tools" in IE8, select "Internet options"
IE9
<img src="images/enableJS/step2ie9.png" />

IE8
<img src="images/enableJS/step2ie8.gif" />

Step 3: Select the "Security" tab <img src="images/enableJS/step3.png" />
Step 4: Click the "Custom level..." button <img src="images/enableJS/step4.png" />
Step 5: Scroll down and look for the "Scripting" section <img src="images/enableJS/step5.png" />
Step 6: Select "Enable" under "Active scripting", then hit "OK". (The image does have "Disable" circled. You need to select "Enable".) <img src="images/enableJS/step6.png" />
Finish Up:




  • Click "Yes" to the "Are you sure you want to change the settings for this zone?"
  • Click "OK" to close the "Internet Options" window
  • Close and restart Internet Explorer
  • Reload this website, you should see the login screen



</noscript>

</body>
</html>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900