Posted by Jukka K. Korpela on 08/29/07 10:09
Scripsit salonowiec:
> Can I modify .html page so that it opens a file immediately "onload",
> without link like <a href... etc? (similar to page where the only
> code is img src...).
In a sense you could, using <object>, <iframe>, <embed>, or <frame>. All of
these are unreliable and would at least require a link as a fallback to be
minimally reliable.
But why would you do that? I'm fairly sure that the original problem is much
easier to solve than the problems you would create by using any of such
"solutions".
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
[Back to original message]
|