User Profile
Collapse
-
but my question has some more of jsp than javascript ok....n person who knows jsp will definetly know javascript and who know javascript rarely know jsp........
n am not insulting anyone.......bu t am asking to give reply not to waste their and my time.
in ur forum u ask people to replyto question....Leave a comment:
-
to go to another page by clicking a button in html
in html we go another page by
using this
<form action="one.htm l">
but i have to do go to another page after clciking a button....ie if i click different buttons the ni shuld go to different page. but in form tag we can go only to one form but i want to go to multiple form after a button click.
ie i want to insert in the backend, also update in backend delete etc...
... -
who are you and why u irritate me unnecesaary.... ...if u know give reply or dont waste my time unnecesary.say tht u dont knw answer am hereto see advice not to unecessary waste my time by seeing ur idiot replies...Leave a comment:
-
Retriving values from backend dependnig on selection made in choice box
i want to retrive values from backend depending on the selection made in choice box. i have two choice box and different values shuld be retrived depending on the selection made in this two different box. is it possible to do this in jsp using javascript becz i am not familiar with ajax.
Thanx in advance -
manishamca started a topic Find difference of values in two textboxes and display result in the third textboxin JavascriptFind difference of values in two textboxes and display result in the third textbox
can anyone say me how to find the difference of values present in two textbox and display the result in the third textbox.
for eg:
<input type=text name=t1 value=123>
<input type=text name=t2 value=20>
<input type=text name=t3 value=103>
in the t3 textbox the difference of tw otextbox shuld be displayed as soon as we focus in the third textbox.
can anyone... -
how to send mail suing jsp program
can anyone say me how to send a mail using jsp program..am very new to it n in my final project i need t osend mail using jsp program. will anyone say how to send mails using jsp prgram and wht more we have to include in the class path.
Thanx in advance -
thanx for ur reply....
but is there any way to create a vertical line by using css/html code....
if u knw plz reply....
thanx again...Leave a comment:
-
how to draw a vertical line in html
i want to draw vertical line in the designing of my web page can anyone help me to do ths......thanxi n advance....plz give me the code..... -
thanx for ur reply.....i will give u my javascript code plz help me.
[CODE=javascript]function refresh()
{
var indexOfcombobox = document.form1. drughid.value;
sel = document.form1. drug;
for (i=0; i<sel.options.l ength; i++) {
if (sel.options[i].text ==indexOfcombob ox ) {
sel.selectedInd ex = i;
}
}
}[/CODE]
Here drug is the name of the select...Leave a comment:
-
how to get the length of the choice box
i want to find the length of the choice box.....i,e to find how many options are present in the choice box...
for example if the number of options in the choice box is 4 then we have to find that the length of the choice box as 4 by using some javascript code....
Thanx in advance -
-
change the textbox value depending on selection made in dropdown
In dropdown i am retriving value from the backend.
For eg: in the dropdown list the value selected are employee id..then i want to disply the emp name,job etc in the textbox. If i select a optino in dropdown menu then that id name etc shuld come in the textbox without refreshing the page...
plz any help.......
<%@ page import="java.ut il.*" %>
<%@ page language="java"... -
manishamca replied to i want to make the dropdown list uneditable by using javascript on button clickin Javascripti want to make the dropdown list uneditable by using javascript on button click
i want to make the dropdown option uneditable on clciking a buttob. The code shuld be javascript or html....
thanx in advanceLeave a comment:
-
manishamca started a topic i want to make the dropdown list uneditable by using javascript on button clickin Javascripti want to make the dropdown list uneditable by using javascript on button click
i want to make the chociebox uneditable that is the option selected shuld not change after we click a button...
plz help me.
Thanx in advance -
make textbox readonly
how to make the textbox uneditable when we click a button.
I want to make the textbox uneditable when we click a button.plz help me.
thanks in advance.
No activity results to display
Show More
Leave a comment: