Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

automatically login: javascript

Status
Not open for further replies.

mhamed

Advanced Member level 4
Joined
Jul 28, 2004
Messages
114
Helped
10
Reputation
20
Reaction score
2
Trophy points
1,298
Activity points
827
I have asked this question in Network section but no reply was sent. So I decided to ask it here that may some javascript programmer see this:

The question is how to submit a form (especially username/password forms) when the web has used javascript.

In simple HTML programming you can send the information of a box using “?” mark after the address. For example you can fill out mail.yahoo.com form using:

https://login.yahoo.com/config/login?login=username&passwd=password

just substitute username and password with your Y! account. But I have noticed that some page has used javascript for form submittion. They has written something like this:

<script>
function callme(){
document.forms.frm1.submit();
}

Unfortunately what I have mentioned above does not work with these web pages. Is there any idea to fill their forms automatically.
 

AJAX may fit to your question, for furture information goto:

**broken link removed**
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top