Neena
01-24-2003, 10:56 AM
Hello,
I'm new to HTML and Javascript.I need some help here.
I developed a html form for login.
The user has to input Username,password,database.
with this info i'm making a url for connecting to the database in oracle to access reports.
i can't pass username,password,database fields seperate.
i have to make a field userid=username/password@database and i want to hide this from user.
i did this using javascript but for some reason it's not working for the first time,it activates oracle's default login and i have to enter username,password,database in that screen and cancel it and again if i enter in my html form it opens the report.
but if i get input from user as userid=username/password@database it works fine.
i know something wrong with my javascript and calling in the form.can somebody help me to figure out what's wrong and what is the best way to do it.i have attached my file and name of the file is login1.txt
Thanks in advance,
Neena.
I'm new to HTML and Javascript.I need some help here.
I developed a html form for login.
The user has to input Username,password,database.
with this info i'm making a url for connecting to the database in oracle to access reports.
i can't pass username,password,database fields seperate.
i have to make a field userid=username/password@database and i want to hide this from user.
i did this using javascript but for some reason it's not working for the first time,it activates oracle's default login and i have to enter username,password,database in that screen and cancel it and again if i enter in my html form it opens the report.
but if i get input from user as userid=username/password@database it works fine.
i know something wrong with my javascript and calling in the form.can somebody help me to figure out what's wrong and what is the best way to do it.i have attached my file and name of the file is login1.txt
Thanks in advance,
Neena.