hidden iframe

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matt

    hidden iframe

    I want to open a page that is hidden to the user. Some people suggest
    me to use hidden iframe. Is it a good solution? Any good examples?
  • Ivo

    #2
    Re: hidden iframe

    "Matt" wrote[color=blue]
    > I want to open a page that is hidden to the user. Some people suggest
    > me to use hidden iframe. Is it a good solution? Any good examples?[/color]

    Plenty. They 're so good you 'll never see them!
    <iframe src="haha.html" style="display: none" width="0"></iframe>
    HTH
    Ivo


    Comment

    Working...