Login aspx in iphone app

cherylcerise

New Member
I have some experiance in php and html but none with ASP.Its my first app that i am building after 6 months of learning objective-c/x-code.. I want to parse the data from the website but first i need to log in to see the data..The login part is the first thing where i am stuck at, i dont know how to login...this is what i get if i inspect the website sourceAnyone have a clue ?\[code\]<fieldset id="popupLoginForm" class="wnSignIn"><div><h3>Login</h3><a id="lnkForgotPassword" class="wnForgotPassword wnPopupTrigger" href="http://stackoverflow.com/Popups/ForgotPasswordPopup.aspx?parentSecure=false&parentUrl=/wwf.aspx">Forgot password ?</a></div><div><input name="txtLoginPopup" type="text" id="txtLoginPopup" title="RegNr" class="wnTextField autoTextInit"></div><div><span id="rfvLogin" class="validation" style="color:Red;display:none;">Fill in the regNR</span><span id="revLogin" class="validation" style="color:Red;display:none;">Reg NR not correct.</span></div><div><input name="txtPasswordPopup" type="password" id="txtPasswordPopup" title="Pass" class="wnTextField autoTextInitPassword" style="display: none; "><input style="" value="http://stackoverflow.com/questions/12583071/Pass" class="wnTextField autoTextInitPasswordLabel"><span id="revPassword" class="validation" style="color:Red;display:none;">Fill in password</span></div><div id="divbtnPopupLogin"><a id="btnPopupLogin" class="wnButton"><span>Login</span></a></div></fieldset>\[/code\]
 
Back
Top