hi, I am new to javascript my problem is i want to search student information from the database by entering student name.. the problem is there can be more than one name with the same name. so if search for john then it should popup a window and it must display the name with his registration no example :
john 10003
john 10012
john 10004
so that here the user can select the student according to his reg. number.
please anybody help me.
A = HARDWORK B = LUCK/FATE If C=(A+B) then C=SUCCESSFUL IN LIFE else C=FAILURE IN LIFE
SCJP 1.4
you write a jsp which selects the information from the database. A jsp ultimately translates to html content. so you have a html page which has all the information in tabular form. now the problem is to open in a new window. so you can call the jsp to open in a new window.
window.open(PAGENAME,.....) or window.showModalDialog(PAGENAME,....)
This will popup a new window. You close this window using window.close();
Life called,so here I am.<br />Cheers<br />Niki.:-)
Originally posted by Niki Nono: you write a jsp which selects the information from the database. A jsp ultimately translates to html content. so you have a html page which has all the information in tabular form. now the problem is to open in a new window. so you can call the jsp to open in a new window.
window.open(PAGENAME,.....) or window.showModalDialog(PAGENAME,....)
This will popup a new window. You close this window using window.close();
hello boss i am using servlet for retiving th data from servlet not jsp file.. can i write this window.open in servlet like i write it in jsp file
A = HARDWORK B = LUCK/FATE If C=(A+B) then C=SUCCESSFUL IN LIFE else C=FAILURE IN LIFE
SCJP 1.4
jsp translates to servlet. then servlet translates to html. this is how jsp works. so if you dot no do database activity in jsp which i agree you should not, you do it in the servlet. So the servlet will translate to html. So it will work.
The flow is to be clear JSP - SERVLET - HTML.
Life called,so here I am.<br />Cheers<br />Niki.:-)
Villains always have antidotes. They're funny that way. Here's an antidote disguised as a tiny ad:
Gift giving made easy with the permaculture playing cards