Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. silvamelo

    cookies in show/hide divs

    It's an open script!
  2. silvamelo

    cookies in show/hide divs

    Well, other guy wrote that... so I can't explain... but the only function I need for this script is show/hide with cookies, to make possible visitors ocult some informations of the site and remember them to the next visit... Can it be possible with this script?
  3. silvamelo

    cookies in show/hide divs

    I need it persists after I close and open the navigator again... Ok, that's what I do: function SetCookie (name, value, per, exp) { cstr = name + "=" + escape(value) + ";" if(per){ addtime=(exp*24*60*60*1000) expdate = new Date() expdate.setTime(expdate.getTime() + addtime)...
  4. silvamelo

    cookies in show/hide divs

    You're right... I'm a newbe! But I know there's something wrong with the "addtime" parameter... I've tried to change it at same ways like (31*24*60*60), and I got nothing! can you show me what I have to do, Dan? Thank you.
  5. silvamelo

    cookies in show/hide divs

    This script works fine, but it saves cookies only when the navigator is open. Closing it, the cookies stop to save. How to resolve this? <html> <head> <script type="text/javascript"> function getCookieVal(offset) { endstr = document.cookie.indexOf (";", offset) if(endstr == -1) endstr =...

Part and Inventory Search

Back
Top