Click to See Complete Forum and Search --> : Clicking a button and getting information to a webpage using jscript


Ihsan
December 9th, 2003, 12:26 PM
I have a button and a textbox what i have to do is click on the button after entering some number say student registration number(primary key) and i want to get all the information in the databse(db) to say another window or so. plz help me out with this i am urgently in need of this

Satishpp
December 9th, 2003, 03:30 PM
A few questions...

Do you have any experience working on web technology? (ASP / JSP / PHP / ColdFusion...)

In what technology / scripting language do you want to accomplish this?


Link that will help
http://www.w3schools.com/ado/default.asp

A comment...
Your question is too broad to be answered properly in a forum. Specific technology questions will probably get specific answers

Satish

cjard
December 18th, 2003, 01:50 PM
qualifying what satish said: your problem cannot be solved by scripting alone. it lacks the power and security to effectively create an enterpris application. use something like j2ee/servlets/jsp instead .. it should be easier to learn if you are familiar with javascript...
if vbscript is your bag, do ASP, as it is virtually identical