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...
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")...
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...
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...
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...
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...
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...
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]+'...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.