Advantages of Iframe ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • veenna
    New Member
    • Dec 2007
    • 65

    Advantages of Iframe ?

    hi,

    i have six iframes in my page and it is pointing to same page with one input file and six different buttons. if browse file from six input file and click on each upload button it should happen simultaneously. But it is happening one after the other.

    i want to know few things

    1. Is it possible using iframe or not?

    2. whether it will create six instance of same page?

    3. What are the advantages of IFrame?

    regards
    veena
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    Originally posted by veenna
    i want to know few things

    1. Is it possible using iframe or not?
    I don’t see why you can’t.
    2. whether it will create six instance of same page?
    there are no instances of a page in the strict sense (HTML is state-less). it’s the same as if you were using 6 browser windows on the same page.
    3. What are the advantages of IFrame?
    let me think… er… uh… beats me, I can’t think of any.

    Comment

    Working...