I was trying this but I get no input into our web site but I don't know if I am doing something wrong or its a secure site and won't allow this to work.
I am not expert on html and this is what some people said might work.
ok it opens the page and just sits there.
can anyone tell me what I need to do to get it to work?
when I run this its sitting with focus on Username but it passes nothing to the page.
<html>
<head>
<script>
<!--
function login() {
document.form1.action="https://base.uams.edu/redcap/";
document.form1.submit();
}
//-->
</script>
</HEAD>
<BODY onLoad="login()">
<form NAME="form1" id=form1 method="POST" >
<input type=hidden name="username" value="YOUR USER NAME GOES HERE">
<input type=hidden name="password" value="YOUR PASSWORD GOES HERE">
</form>
</body>
</html>
I am not expert on html and this is what some people said might work.
ok it opens the page and just sits there.
can anyone tell me what I need to do to get it to work?
when I run this its sitting with focus on Username but it passes nothing to the page.
<html>
<head>
<script>
<!--
function login() {
document.form1.action="https://base.uams.edu/redcap/";
document.form1.submit();
}
//-->
</script>
</HEAD>
<BODY onLoad="login()">
<form NAME="form1" id=form1 method="POST" >
<input type=hidden name="username" value="YOUR USER NAME GOES HERE">
<input type=hidden name="password" value="YOUR PASSWORD GOES HERE">
</form>
</body>
</html>
Last edited: