PHP Classes

Javascript

Recommend this page to a friend!

      PHP HTTP protocol client  >  All threads  >  Javascript  >  (Un) Subscribe thread alerts  
Subject:Javascript
Summary:What happen with javascript
Messages:3
Author:Jose
Date:2007-02-01 03:08:58
Update:2007-02-02 21:29:43
 

  1. Javascript   Reply   Report abuse  
Picture of Jose Jose - 2007-02-01 03:08:58
Hi, I try login in a portal but it have many java script code, and some forms are submited with javascript, and some inputs (texts) the aren't in the HTML code, can you help me with a guide to how login in the portal:

porta.net/68.html or http://www.porta.net/

In two pages are logins forms.

Thanks

  2. Re: Javascript   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-02-02 06:59:23 - In reply to message 1 from Jose
I suggest that you use analyze the form values that are sent to the server.

If you use Firefox, there is an extension named LiveHTTPHeaders that you can use to figure the form input names and values. Once you do that, it will be easier to emulate a login form submission with this class.

  3. Re: Javascript   Reply   Report abuse  
Picture of Jose Jose - 2007-02-02 21:29:43 - In reply to message 2 from Manuel Lemos
Thak you very much!!! Witout LiveHTTPHeader I can't solve my issue.... now I only have the problem of mantain the session open (or the user logged)....

Thanks!