"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