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 SkipVought 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: *

  • Users: ishikha
  • Order by date
  1. ishikha

    urgent help on slide down menu in javascript

    hi, yah i go through that site also but on that site there is no sliding down menu.All the menus given on that site will shows the options all of a sudden not slowly like in my script. ishikha
  2. ishikha

    urgent help on slide down menu in javascript

    hi, That script is not going to solve my problem.yah it is working in that way what i want.but i want that functionality in my script.i want to show the menu sliding.that is it open the options by sliding down like it is showing in my script not all of sudden.if anybody is having any other...
  3. ishikha

    urgent help on slide down menu in javascript

    hi frens, I want to show the slide down menu on my page.for this i am using the script given at this link.but i want some modifications in this script. http://javascript.internet.com/navi...-down-menu.html Is there is any way in this script by which i am able to show only the options of one...
  4. ishikha

    check file

    hi friends, i want to check whether particular file exists on client pc or not.in vbscript.how can i do it.Can anyone tell me thanx in advance ishikha
  5. ishikha

    selecting a item in drop down list

    I have done by this way.but is there any other way by which i can do this.actually i have to implement this logic in jsp and if i use this code then it is difficult to implement this code in jsp. i want some simpler way. <html> <head> <script> function select_item( selc, item) { for ( x=0...
  6. ishikha

    selecting a item in drop down list

    hi friends, i want to select the particular item in the drop down list corresponding to the string sent by clicking on some button. suppose when i click on check button it sents the string &quot;abc&quot; to the function which then select the item in the drop down list having value...
  7. ishikha

    check whether file exists on client pc

    hi friends, I want to know how i can check whether the particular file exists on client pc or not in javascript Thanx in advance regards shikha
  8. ishikha

    adding a new record

    hi, i am able to add new record at the end.but not in between also tell me how to enter data in flexgrid ishikha
  9. ishikha

    adding a new record

    hi friends, i am having one problem.i want to add new record the flex grid i.e when i click on add button which is on my form its add the new row to the flex grid also i want to add the new record in between the flex grid suppose user puts the record pointer on some record and click on add...
  10. ishikha

    finding the record

    hi sunaj, i use the query ans = InputBox(&quot;Enter the name of the object&quot;, &quot;FIND&quot;) strtable1 = &quot;SELECT name FROM mmiscellaneous1 WHERE name LIKE '%&quot; & Left(ans, 3) & &quot;%'&quot; adoconn.Execute (strtable1) in this query i am matching the first three...
  11. ishikha

    finding the record

    hi friends, i am having one problem.i have to make a find button such that it search the database is having the searched record with the similar name or there is some diff in name. i.e i mean to say that if the user wants to search for ZIPDRIVE or ZIPDRIVE or zipdrive but in the database...
  12. ishikha

    create database

    hi friends, can u tell me how to create database and tables using coding in vb.i am using ado. the database i need is access ishikha
  13. ishikha

    data report in vb

    hi friends, i am having one problem in data report. i want to show the data of two tables in one data report .how can i do it. the two tables are having no relation. i am using data environment as a data source and doing coding through adodb my two tables are having fields: first table...
  14. ishikha

    check for numeric values

    hi, i want to check whether the data entered in the text box is numeric or not how i will check it.if it is not numeric it should give the error to the user ishikha
  15. ishikha

    sql query

    hi, i want the output as: name total a 17 b 2 c 4 ishikha
  16. ishikha

    sql query

    hi friends, how i can write the sql query for this my table &quot;document&quot; is like this name description total a abc 5 b df 2 c jb 4 a dfg 12 now i want that it gives me the ans name total a...
  17. ishikha

    data report in vb

    hi webspy, i am sending my code in 10 min actually there is a problem in my account ishikha
  18. ishikha

    data report in vb

    hi webspy, i could not able to understand ur code can u give me ur mail id so i mail my report and form to u can write the code in them.in that i also explain exactly what i want regards ishikha
  19. ishikha

    data report in vb

    hi webspy, there is one more problem.i am having one table &quot;object&quot; .in this table there is one field called &quot;name&quot;.In this field i am having diffrent entries like modem,telephone,stablizer etc.now i want that when i write the code as u told me in the form it will...
  20. ishikha

    data report in vb

    hi webspy, thank u very much my problem is solved. there is one more problem that how i will write the sql query if i want the sql query on two fields belonging to one tables. for one field &quot;name&quot; i will write this(given below) query now i want this similar query for another field...

Part and Inventory Search

Back
Top