Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. daka94

    Hi can i a create Document object array like this?

    Hi, Can I write like this. var doc = new Array(); doc[0]=&quot;abc.jsp&quot;; doc[1]=&quot;xyz.jsp&quot;; for(var i=0;i < doc.length;i++){ if (doc.getElementById != null){ //do some thing here like reading tags } } thanks in advance
  2. daka94

    Hi can i a create Document object array like this?

    Hi, Can I write like this. var doc = new Array(); doc[0]=&quot;abc.jsp&quot;; doc[1]=&quot;xyz.jsp&quot;; for(var i=0;i < doc.length;i++){ if (doc[i].getElementById != null){ //do some thing here like reading tags } } thanks in advance
  3. daka94

    Hi can i a create Document object array like this?

    Document d = new Array[2]; d[0] =&quot;abc.html&quot;; d[1] =&quot;xyz.html&quot;; can i do like this.Please help me. thanks in advance.
  4. daka94

    browser back button

    hi, when i pressed browser back button some event has to be triggerd. plese help me, thanks in advance
  5. daka94

    How to display a select box in a same page when a button pressed press

    Hi can u explain it with sample code. thank u
  6. daka94

    How to display a select box in a same page when a button pressed press

    HI, I want to display a select box in same page beside the button when user press the button.how can i do this. thank u in advance.
  7. daka94

    executing a method while form submit

    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) {...
  8. daka94

    selecting value in drop down box when page is loading

    hai i am using java script for client side and jsp for server side.i appriciate you if u send answer. tha
  9. daka94

    selecting value in drop down box when page is loading

    i did not get u.can u please give details. i am using this in jsp.it has to select value when page is loading from drop down options.
  10. daka94

    selecting value in drop down box when page is loading

    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
  11. daka94

    displaying the result set in multiple pages

    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.
  12. daka94

    with two java script functions

    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...
  13. daka94

    select value for drop down box

    hai, how can i select the dynamic value for drop down box. ex: <SELECT NAME=&quot;expr&quot;> <OPTION VALUE=&quot;0&quot; selected>Select <OPTION VALUE=&quot;1&quot;>1+ <OPTION VALUE=&quot;2&quot;>2+ <OPTION VALUE=&quot;3&quot;>3+ <OPTION...
  14. daka94

    problem with single quote

    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
  15. daka94

    small problem in choosing data type.

    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...
  16. daka94

    database connection bean to jsp

    hai, i am trying this i am getting null pointer exception at Db.insertData(); <jsp:useBean id=&quot;Db&quot; scope=&quot;session&quot; class=&quot;DataBaseConnect&quot;> </jsp:useBean> <%...
  17. daka94

    hai, i want to export and import a

    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.
  18. daka94

    simple problem

    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
  19. daka94

    sending data from frame to another html page

    it is working thank u.
  20. daka94

    sending data from frame to another html page

    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...

Part and Inventory Search

Back
Top