Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need a Login Page to work OUTSIDE of MRE

Status
Not open for further replies.

LeonelSanchezJr

Programmer
Jan 26, 2001
522
0
0
US
I am using the following code to try and authenticate a user, but not user the MRE licenses (as per the vendor).

<HTML>
<HEAD>
<TITLE>HtmlPage
</TITLE>
</HEAD>
<BODY>
<FORM name=f1 action=/ibi_apps/WFServlet method=post>Userid:
<INPUT name=IBIC_user>
<BR>Password:
<INPUT type=password name=IBIC_pass>
<BR>
<INPUT type=hidden value="/ibi_apps/WFServlet?IBIF_ex=app/test.fex" name=WF_SIGNON_MESSAGE>
<INPUT type=hidden ?WF_SIGNON? ?name="IBIWF_action">
<INPUT onclick=document.f1.submit() type=button value=Login name=btn1 ; requests_list="0">
<INPUT onclick=document.f1.reset() type=button value=Clear name=btn2 ;>
</FORM>
</BODY>
</HTML>


This code gives me an error which reads:
WebFOCUS was called with an invalid request.


Thanks,

Leo ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top