OK, forget the terminology for a second (although you both are obviously correct) - but I still need to do this dynamically. Is ASP the best way? I've experimented with ASP a little with an access database. Perhaps you can show me the ASP code and/or explain to me the javascript method of...
Hey all. I tried reading past posts and they were a little helpful, but could use a specific answer here. I want to detect how many files are in particular folders on the server using client-side javascript. My naming convention is "1.jpg, 2.jpg" etc...
I noticed advice to loop...
IDEA: I have a form that must have a radio box checked in each pair (3 pairs) as yes or no. If neither is choosen, I must alert and return flase (or something) for user to make sure to check one. I want to do this dynamically (as possible) so I create an array of the names of the radio buttons...
I changed the <form> part to <form name="cookieForm">...it seems that when the form was named "cookie" the document.cookie function was probably confused as you said...anyway, try it again for me to see if it works...thanks for all your help!
yes, yes, yes...it should be name="cookie" not name=cookie...
I have fixed it and now it works...I knew this was a simple oversight...check it out and thank you!!
No, that isn't it, but thank you for your response...if you went to the web page (http://www.whynotbuy.com/thunder/seasons/cookie.htm) you would see that you can call my (setCookie()) cookie function from either the form button element (as you noticed)
or
from the <a href="#"...
Sorry to ask the same question again, but I know someone has the answer...
I can set a cookie from www.(homepage).com, but I can't set it from www.(homepage).com/folder/folder2/page.htm. I have tried setting the "path=/", but the error in Microsoft Debugger remains the same...
Unfortunately the ";path=/" method isn't doing anything - although I think I understand it (for reading cookies from other pages in the hierarchy really, right?). Do I have to set my cookie in the home page area only??? This can't be because webmonkey.com has a tutorial that sets a...
Hi. I am having trouble trying to set a cookie from a page within the hierarchy of the domain. However, if I place the code to set a cookie within the home page (www.whatever.com) it works fine. Why am I having problems setting a cookie from a deeper page...
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.