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 John Tel 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: SuperSal
  • Content: Threads
  • Order by date
  1. SuperSal

    Getting the value of form items when the page loads

    Hi everyone, I have got a form which opens when a user wants to edit a customers details. When the page initially loads the customers details are displyed in text boxes and the user can edit any of these details and press an update button. After this has been done as well as the details being...
  2. SuperSal

    Saving form data from a select box

    Hi everyone, for some reason the form data from the select boxes are not saving. The code is a bit strange (I apologise) but its just javascript creating the form elements dynamically. here's the code(cut down): function menu_list () { this.JPEGHighRes = new create_menu("JPEGHighRes")...
  3. SuperSal

    Replacing whitespace with a + character

    Hi everyone, I know this seems a really simple thing to do but I just can't get it working correctly. Basically the code is creating a URL CGI form submission. The code gathers all the form elements names and values and appends it to the pages URL. The problem is that I need to replace...
  4. SuperSal

    Looping through form elements + creating a URL for cgi form submission

    Hi everyone, I have a form which i need to loop through all of the elements in the form and display them as one long string (for cgi form submission). I have written the code below which loops through the different types and displays them into an alert box. How do I now get all the data in one...
  5. SuperSal

    getting the value of a form item

    Hi everyone, ok this is a bit strange the way its been done so bare with me! I am dynamically creating menu items and need to create a save function to save the values of form items on the server only I cannot seem to access the values of the dynamically created form items and I'm not sure why...
  6. SuperSal

    combobox list from array not working correctly

    Hi everyone, I have written some code to get the values from an array to populate a combobox(with help from monksnake) The code works, however it puts all the array values in for each list. eg like below High 2, High 3, High 4, High 5 High 2, High 3, High 4, High 5 High 2, High 3, High 4...
  7. SuperSal

    Stysheet not applying to code generated on onload event.

    Hi everyone, bit of a strange problem i have come across. I am creating a website where the html is auto generated by a number of javascript functions. The functions are called in the body onload event and the css is specified in an external css file. The problem is that when the page loads...
  8. SuperSal

    Accessing an array value from an external javascript file

    Hi everyone, Was wondering how i can access array values from an external javascript file to a html page. The code works if I have it altogether like below: var IPAddress = new Array("IPAddress", "SaveRequired();", "text", 40, 60, "txtNum") //text field <script><input name='+IPAddress[0]+'...
  9. SuperSal

    Getting the values of an array from a javascript file into a combobox.

    Hiya everyone, just wondered if anyone knows how to get the values from an array from an external javascript file into a combo/list box. The whole idea is that the javascript file will contain all the fields needed for all the comboboxes and this file will be used by a large number of...
  10. SuperSal

    importing settings from an ini file to a javascript file

    Hi everyone, I am currently trying to create an interface in Javascript. I have created an ini file which contains the text to be used for the options in comboboxes on a form. My problem is how to access items in the ini file from the javascript. Does anybody know if this can be done? Thanks...
  11. SuperSal

    Viewing an image from searching an archive using 2 webparts

    Hi Everyone, I'm currently attempting to create a webpart which opens up IE displaying the contents of tables and documents in an archive. The user would then select a document which would then open the scanned document via an image viewer. This all works fine by using the Page Viewer web part...

Part and Inventory Search

Back
Top