IFrame Question ?

Discussion in 'ASP.NET 2.0' started by scm22ri, Aug 29, 2007.

  1. Hi Everyone,

    When working with iframes in asp.net 2.0 how does one use iframes correctly ? meaning, on my lap top cumputer I have aclear view of my pages tomy site with no scrollbars below or accross the iframe but when I switch to my home computer the iframe looks small and there are scrollbars coming down the side and below the iframe ? How would I affectly stop this from taking place ?

    Thanks
     
  2. Try this property in the iframe tag:

    scrolling=no

    But depending on the resolution of the user's monitor, they may not be able to see the entire contents of the frame without having to use the scroll bars.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Hi Aristotle,


    Thanks for the reply. I will try that.I have an affiliate link that I put into a iframe. Is there any different way to do what it is that I'm doing ?


    (Title: The title is located here !}


    (Words: Words about the product are located here, benefits etc...)


    (Box: The "box" meaning is the iframe where the page is located)


    Is there a different method than putting a iframe into a page and still have an affiliate link ?


    Thanks
     

Share This Page