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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Nebooaw

  1. Nebooaw

    Save source to file

    Thanks for the example, will try it out this morning and let you know how i get on. Kindest regards.
  2. Nebooaw

    Save source to file

    Still having problems with this. Can anyone post an example as im out of ideas? Kindest regards.
  3. Nebooaw

    Save source to file

    Thanks for replying, i want to be able to do this automatically and save it to a file - all with vbscript or javascript. Should of been a bit clearer in my post. Regards.
  4. Nebooaw

    Save source to file

    Hi, does anyone know if it is possible to select a button on a webpage to create a new page with the current pages source and save it to a new file? Kindest Regards.
  5. Nebooaw

    Show image preview from form list

    Hi i have a dynamic list of parts in a form, each part has a drawing name attached. When i select a part i want a little preview of the image to be displayed on the screen instantly in a layer or somthing. When the form is submitted i wan the part name to be passed to the next page not the...
  6. Nebooaw

    Multiple select list without a keyboard

    Hi, i have a list/menu where i need to be able to select/deselect and multiple select items only by using a mouse, does anyone know how i can do this without using the "Ctrl" key on the keyboard? Kindest thanks.
  7. Nebooaw

    String Manipulation

    Perfect, thanks for your example - all is clear now. Have got it sorted - works a treat! Kindest thanks,
  8. Nebooaw

    String Manipulation

    Thanks for replying, have you an example script which can split a string, add quotes before and after the value and rejoin the string? kindest thanks.
  9. Nebooaw

    String Manipulation

    Hi, if i have a sring containing values like... Black, Green, Blue how can i manipulate the string so it now reads... Def1 = ''Black'' or Def1 = ''Green'' or Def1 = ''Blue'' and if the string only contains one value... Def1 = ''Black'' Kindest regards
  10. Nebooaw

    Compile all selections to a string

    Hmmm, do you have an example in asp? I could look at? Would prefer to use asp as the rest of the project is all asp. kindest thanks.
  11. Nebooaw

    Compile all selections to a string

    Hi, i want to be able to display the text on the screen / alert also write the entire string to an asp session variable. hope this helps. how would it work with multiple selections from several different selection boxes? regards.
  12. Nebooaw

    Compile all selections to a string

    Hi, how can i make a selection from a form field (or multiple selections) create a string of all the values seperated with an "or", then display it? Kindest regards.
  13. Nebooaw

    Populate Form selections from database

    Im not sure, i want the value i select to act as a filter like a where claus in an sql statement but without running the sql query again. Dont know if its possible to do this but im thinking that when the query is first run, all the values are kept in multiple arrays or somthing, when an item is...
  14. Nebooaw

    Populate Form selections from database

    Hi, can anyone help me/point me in the right direction.. I want to run a query against a database, and populate form values dynamically. If i select an item out of any of the lists, the values on the rest of the form will automatically adjust to what is selected? Hope this makes scence...
  15. Nebooaw

    Hide / Show Layers

    Thanks vbkris, think this is what im after. Kindest regards, Alan

Part and Inventory Search

Back
Top