• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Cookies..

 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Netscape tutorial says that <i>20 cookies per server or domain (completely specified hosts and domains are treated as separate entities and have a 20-cookie limitation for each, not combined)</i>
What does it mean ??
Can i use around 300 cookies on single html page.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
why would you use 300 cookies....ugh,,,,,that you kill my temp space...lol.....if you need that many, then I think you are going at something the wrong way
 
Balaji Loganathan
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ian,
You are right,i know i'm missing th logic,I'm not going use the cookies.
BUT i couldn't able to find a suitable solution for my problem,which i have asked today(Parent-child form interaction).
Still now,i'm searching for a good solution to handle large forms using HTML & java script,just think some thing like Sale order form fillup'ing.
Can u suggests me something please.
Regards
Balaji
 
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One way to handle large amounts of form data is by putting javascript to good use.
Take a look:
http://www21.brinkster.com/sturman/default.htm
Specifically at the Entry/Pick From under:
2001 World Track Contest using DOM/DHTML/Javascript/ASP
or
U.S. Sub 4 List using my DTAble
The idea is that you build javascript objects to hold and manage the form data.Combined with generating the html on the fly and you can do some pretty interesting stuff.
Let me know if you want more specific info.
 
reply
    Bookmark Topic Watch Topic
  • New Topic