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 Rhinorhino 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: neetu
  • Content: Threads
  • Order by date
  1. neetu

    dynamic text field generation

    I want the text field to be generated dynamically on the click of a button and the values enterd in the form previously should be preserved every time.
  2. neetu

    reflecting a 2nd select box based on the option chosen for the 1st

    hi if anyone could help me it would be great i hv an asp page which has a combo box depending on the options chosen in the combo box ....it should refresh or reload the page & display another combo box by the side of it with a set of values ex: the 1st combo box values could be 1.fruits...
  3. neetu

    reflection of combo box values from one to another.

    hi if anyone could help me it would be great i hv an asp page which has a combo box depending on the options chosen in the combo box ....it should refresh or reload the page & display another combo box by the side of it with a set of values ex: the 1st combo box values could be 1.fruits...
  4. neetu

    defaultStatus works with IE but not netscape

    i hv a timer function code ...which displays the time taken by the user on visiting this page.... the time-taken status is displayed in the status bar of IE but not Netscape. is there anyother way where i can display in the status bar... kindly help var here = new Date(); function timer() { var...
  5. neetu

    bug in the date validation code with IE

    There is an error in the below mentioned code which is used to check for the date i. e when the date is entered ....the js code written checks if its a valid date or not. it works fine with netscape ..but gives an error icon on the status bar for IE. function checkdate(date_a) { var...
  6. neetu

    how to make a variable global only to a set of asp pages????

    1.i have a varaible say "A" which i retrive in a select box in an htm file which connects to asp file number 1 2.then i check for some condition in the asp file number 1...the conditon is based on a sql query which redirects(by including files) to the respective asp file number 3 or...

Part and Inventory Search

Back
Top