Posted by David Dorward on 09/28/91 11:17
Jerry Manner wrote:
> I recently started programming html.
HTML is a document markup language, not a programming language.
> I am trying to create a link to open
> a small browser window. I use the following html code.
>
> <a href="http.telegraaf.nl" toolbar="no" width="500" height="300"
> left="200" top="20" status="no" scrollbars="yes" resize="no" >Telegraaf
> Website</a>
http://validator.w3.org/
http://w3.org/TR/html4/
You seem to be getting confused between JavaScript and HTML. Opening new
windows is generally[1] a bad idea anyway.
http://www.allmyfaqs.com/faq.pl?Console_window
[1] In the sense that I'm yet to encounter a circumstance where it was a
good idea, but I'm open minded enough to admit that it might be a
possibility, however remote.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|