|
First
|
Prev |
Next
|
Last
Pages: 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701
Delete cookie? How do I delete my cookie I made with: document.cookie = 'whichField=' + escape(formEl.name) +';' I want to do it with the same kind of code. Do I create it again with a negative date in order to delete it? jojowebdev(a)gmail.com wrote: Yay! I found a way to set my cookie. document.cookie = 'whichField... 14 Jul 2006 14:11
Get Cookie? Yay! I found a way to set my cookie. document.cookie = 'whichField=' + escape(formEl.name) +';' How do I "read" the cookie just as easy? I tried this but it did not work: var eatCookie = document.cookie("whichField"); alert(eatCookie); Help appreciated!~ jojowebdev(a)gmail.com wrote: Do javascript... 20 Jul 2006 02:25
Changing label Hello I was wondering if anyone could tell me how i can change a label dynamically with each click on the label?? Thanks Charly ... 14 Jul 2006 13:08
I/O Question Where can I find information about file I/O for my webpage? It does not have to be JavaScript necessarily, but it would be nice if it is, since it is my language of choice, next to Java, for Webpage Developtment. Thanks in advance. ... 14 Jul 2006 11:01
Troubleshoot script Please can someone help? What I am trying to do is to get an image that is called by one script to be actionable by another. The images are initialized in one <div> and the trash function is another <div> How can I get the intialized images draggable into the trash? I need to fix this for a client, so any help w... 13 Jul 2006 16:03
Show Hide Question i Have a table with two columns and a checkbox above it. when the box is checked, i like to show the two <TD>s i have: <TD ID=1000 style=display=none>APPLE</TD> <TD ID=1000 style=display=none>ORANGE</TD> how can i do this with JS ? i have used getElementById, but it only return one of the ids '1000' th... 11 Jul 2006 18:53
Formfield not updated Hi group, I'm trying to check file-extensions before allowing file-uploads. My script reads the value perfectly but can not update it. Firefox's Javascript Console even mentions the following: Error: uncaught exception: [Exception... "Security error" code: "1000" nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_E... 12 Jul 2006 19:36
get height of DIV Hi, To get the height of my DIV, I do : myDivElement.style.height, which returns "176px". I don't want that. I want to get 176. How could I do that, which property should I use? (I could do a string parsing, but what a pain....) Thanks ... 6 Jul 2006 09:40
google pop-up blocker.. my google toolbar (IE6, W2k) is no longer blocking unsolicited pop-ups.. most pages I visit now I get pop-up ads; on most of them it says "from Outerinfo" in title bar.. any thoughts? thank you very much.. ... 15 Jul 2006 22:46
Encoding & Decoding text I have a javascript variable set to the contents of a database comments field. To set the js variable I used the PHP addslashes function which encodes the apostrophe, double quotes and the backslash. I need to use the variable contents 3 times; - display on HTML page - pre-populate a text area with it -... 6 Jul 2006 19:11 |