The variable "name" is being passed into the function from a form. The value of this variable gives the cookie its name, however I also need to use it in the document.settings.variable.value string...
I have got it working, but only for one of the drop down list options and im a bit baffled as to why the others aren't working! If you click the image,...
I have created a piece of javascript that takes the coordinates of a users mouse click on an image and then stores them along with a message inside a cookie. The value of the cookie is the users...
I'm currently creating a set of web based applications and one of the main aims I have is to make them as useable as possible...funnily enough. One of the applications, a sunrise calculator, requires...
Thanks for the responses guys, I'm completely sorted now. Cheers for taking the time to explain the code aj_nsc. I've learnt something new today, which is always nice :)
Yesterday I had some great help from aj_nsc to create a text node to display the output of a function. Whilst it works perfectly, I lack a bit of understanding about how it actually works, which...
I have to admit that I'm now struggling to use this in the sunrise calculator i've created. In that document, I can now atleast display the output time of when the sun will indeed rise, but I am...
I have to admit that I'm now struggling to use this in the sunrise calculator i've created as I need to output the value of a variable which changes depending on...
Hi, thanks for getting back to me so quickly! The code below is is now working with a text node appended to the body, however there is still a small problem. Everytime I put a new number into the...
I've created a piece of javascript which calculates the sunrise/sunset time for any day inputted into a form. If I include the document.write() statement inside the function which performs the...
At the moment i can quite easily use the DOM to swap one image to another when it is either clicked, rolled over etc. However i want to be able to do this remotely by clicking another image which...