Results 1 to 3 of 3

Thread: non Scrollable IFRAME

  1. #1
    Join Date
    Jan 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default non Scrollable IFRAME

    Hi frnds!
    i need non Scrollable IFRAME
    and any one can tell me how i stop to reload images

    Thanks in advance

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    For the first:

    HTML Code:
    <iframe src="whatever.htm" width="300" height="250" scrolling="no"></iframe>
    See also:

    http://www.w3schools.com/tags/att_iframe_scrolling.asp

    For the second, I'm not sure what you mean. An image may always be reloaded in one of two ways:

    1. From the browser's cache.
    2. From the server.


    You can prevent the browser from caching the image. But the only ways of preventing the image from being reloaded from the server are to either remove it from the server or to remove the code that points to it on the server from your page. In either of these cases, that will make the image disappear.

    What exactly are you trying to do with the image, and why?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jan 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for this script

Bookmarks

Posting Permissions

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