Web Analytics Made Easy -
StatCounter I am lost.... with this IFRAME - CodingForum

Announcement

Collapse
No announcement yet.

I am lost.... with this IFRAME

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • I am lost.... with this IFRAME

    Basically, the max length of the IFRAME source URL is limited. I create a URL dynamically using variables from my search mask. This means that the size of the URL always changes. I need to find a way to bypass the URL size limit.

    Please help...

    Thanks

    Peter

  • #2
    isnt it something like 255 char?

    can you not pass to another page first and then get the iframe to calcluate it.?
    Andrew Hall

    Comment


    • #3
      maybe something like grabbing the long query string and putting that string of variables and values into one greater variable and pass that as the URL. then process it as needed on the other side.

      Comment


      • #4
        thanks a lot... I have thought of this and will try.

        Take care..

        Comment

        Working...
        X