Hi,
Can I write like this.
var doc = new Array();
doc[0]="abc.jsp";
doc[1]="xyz.jsp";
for(var i=0;i < doc.length;i++){
if (doc.getElementById != null){
//do some thing here like reading tags
}
}
thanks in advance
Hi,
Can I write like this.
var doc = new Array();
doc[0]="abc.jsp";
doc[1]="xyz.jsp";
for(var i=0;i < doc.length;i++){
if (doc[i].getElementById != null){
//do some thing here like reading tags
}
}
thanks in advance
Hai,
here i am using some function to validate special characters like single quotes given in input.
it is not working.please help me .But it is working fine when i put every thing in one function.
here code is given below
my Java Script file is
testscript.JS
function validate(formObject) {...
Hai,
i want to select value for drop down box dynamically when it is loading the page.for example ,there are three drop down menus for date ,month and year.when page is loading it has to take system date,month and year as default.
please help me.
thank u
hai
i want to display the result set in multiple pages and have to navigate next and back.i.e 10 records per page.i am new to jsp.please give any idea.if you send the sample code it is appreciated.
thank you in advance.
Hai here i want to get confirm message before delte.here i wrote two java script functions .but it is not working.it is deleting directly without asking confirmation.confirm Action function is not working.
please help me.
<html>
<head>
<title>hello</title>
<SCRIPT...
hai,
how can i select the dynamic value for drop down box.
ex:
<SELECT NAME="expr">
<OPTION VALUE="0" selected>Select
<OPTION VALUE="1">1+
<OPTION VALUE="2">2+
<OPTION VALUE="3">3+
<OPTION...
hai,
when i am sending any text which contains single quotes in to the field type text.it is giving error.what type of data type i has to take when i am passing text which contains single quotes.
please help me
thank u
Hai,
I had a small problem in choosing data type.
i want to store large text data.
i tried for this with image,text,ntext types.i failed.this problem is coming when i am copying the content of word document .but it is taking when i copy few lines.
when copying content from .txt it is taking with...
hai,
i am trying this i am getting null pointer exception at Db.insertData();
<jsp:useBean id="Db" scope="session" class="DataBaseConnect">
</jsp:useBean>
<%...
hai,
i want to export and import a ms- word file to sql server database.i.e it is a like a attachment in e-mial.what datatype has to choose for that coloumn.please suggest me how can i do this.
thank u in advance.
Hai,
i had two radio buttons.i would like to open jsp page depending upon selection of radio button.i.e i had two jsp pages.depending upon selelction i have to open one page from those two.How can i do this.if possible please give an simple ex.
please help me
thank u in advance
Hai,
I had one html page.that page contain two frames.
in one frame i had a form.when i submit the form ,i want to open a new html page and
the
data has to move to new page.
when i am...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.