Comments

  • x February 20, 2008 12:07 PM a

    d

  • Monstars99 October 1, 2007 2:14 PM How to read HTML page source code using JavaScript or VBScript?

    hi did u find a way? im looking for the same stuff

  • Daniel September 15, 2007 9:55 AM Cookies in JavaScript

    To remove a cookie, you would set the expirey date to a time in the past (it's self-explanitory) new Date(new Date().getTime() - (3600))

    Need any more help? email me. digimonfan851@gmail.com

  • jason December 13, 2006 5:22 PM Hello

    This forum used to be very popular many years ago, but things died down a little during my university escapades :(

    I will create a separate forum for general chat at some point, but for now you're welcome to post anything on here...

  • Vishant Patil December 12, 2006 3:08 PM Cookies in JavaScript

    To delete the we need to reload the browser... Is there any option that will delete/remove cookie without refreshing the browser?

  • high_jinks++ November 28, 2006 11:21 PM Hello

    ooh can't spell, "learn" a little

  • high_jinks++ November 28, 2006 11:20 PM Hello

    tee hee

    surely Don't Panic is only written on THHGTTG? My computer certaintly doesn't say that... yet!

    So I'm not big on geekery ^-^ though perhaps I might like to be! Maybe if I hang out here I might lean a little. Is there a forum where we can meet other people and chat, or is this purely an information based site?

  • DarlersPT November 24, 2006 10:29 PM regarding implement java applet

    I'm looking for any information about <b>XRUMER software</b>. Can you help me? Or give me a link to the official site with this sofware.

    Thanks

  • jason November 22, 2006 3:56 PM Cookies in JavaScript

    You'll want to use an expiry date of something like:

    new Date(new Date().getTime() + (30*24*60*1000))
    

    to make the cookie expire 30 days in the future.

  • Tom November 22, 2006 1:16 PM Cookies in JavaScript

    Hi there,

    I've built a form for peolpe to submit a vote and I thought the best way to restrict people voting twice would be to create a cookie called "voted" and set the value to 1 when they vote.

    When the page loads I want it to check for the cookie to see if that person has voted or not.

    I copied your script and it works great. I can create a cookie called Voted with a value of 1, but how can I set an expiry date of say.. December on the cookie? I can't seem to work it out. Thanks a lot! Tom

  • Daniel November 22, 2006 5:34 AM Cookies in JavaScript

    Really helpful!

  • murali mohan rao November 18, 2006 2:30 PM Cookies in JavaScript

    It is very nice to share knowledge

  • jason November 15, 2006 3:36 PM

    test

  • jessicca HIll August 25, 2006 9:24 PM korean letters in html

    Hi my boyfriend is half korean and loves the phrase "To hell with hereos" we both have appointments to get tattoos tomorrow saterday the 26th and he wants that phrase tattooed in korean lettering. I have been looking every where to try and find a translation and have been quite unsucessful, could you at all possible e-mail me the translation? It would be much appreciated, thank you for your time.

                      Sincerely,
                       Jessicca
    
  • Binod Kumar Suman June 26, 2006 11:39 AM JNI question!

    Step 1. Complie your java source code
    like C:\JNITest\test>javac test.java
    then you check in your test folder,
    one class i.e. test.class is created.

    Step 2. C:\JNITest\test>javah -jni test
    execute this command then you check your test folder, you will get test.h file there.

    Setp 3.C:\JNITest\test>cl -Ic:\jdk\include -Ic:\jdk\include\win32 -LD Sample1.c -FeSample1.dll

    Then you will get Sample1.dll in your folder.

    Step 4. Run the Java code
    C:\JNITest\test>java test

1 to 15 of 1053

  1. 1
  2. ...
  3. 71
  4. Next »