A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Passing an Array Limitation

  1. #1
    Supa Dupa Fly carlosrapa's Avatar
    Join Date
    May 2003
    Location
    St. Louis, MO. USA
    Posts
    158

    Passing an Array Limitation

    I have come into a problem... I am passing an Array with GetURL to a database(lotusNotes) with JavaScript... It works when the Array is small (90 values) ... however it does not work when the array is larger (180 values).... basically when the array is passed it converts to a string... is there an IE limitation???? just curious... any suggestions???

    Thanks,
    Carlos

  2. #2
    Senior Member
    Join Date
    Mar 2001
    Posts
    384
    url strings do have a char limit- something a little over 1000...
    nosig\

  3. #3
    Senior Member
    Join Date
    May 2001
    Posts
    323
    Except IE6, i guess it's the same (if not, then higher) as their max bookmarklet char support:

    IE > 5: 2083 (508 in IE 6.0)
    Mozilla > 1.3: >20000
    Netscape 4.75: 1848
    Opera 7.x: 4094


    if you use the POST method of getURL this get arround the problem as it is passed like a form variable

  4. #4
    Supa Dupa Fly carlosrapa's Avatar
    Join Date
    May 2003
    Location
    St. Louis, MO. USA
    Posts
    158
    How could I use the POST method???? What is the syntax???

    right now this is what I am doing....

    getURL("javascript:{var mtype='" add mtype add "';var xboxes='" add xboxes add "';var yboxes='" add yboxes add "';var Boxes='" add box_values add "';var Confirmation=" add Confirmation add "; boxupdate(mtype, xboxes, yboxes, Boxes, Confirmation)}");


    how can I change this??? to POST method???

    Thanks,
    Carlos

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center