Just use target="_blank" property:
<a href="http...." target="_blank">link</a>
Greetz,
Arjan Bosboom
-----Original Message-----
From: Aleksej Heinze [mailto:hop-heinz@w...]
Sent: maandag 10 september 2001 9:39
To: HTML Code Clinic
Subject: [html_code_clinic] 94 different links
Dear Sir/ Madam,
I am currently reading one of your books: Instant HTML, Programmer's
Reference, HTML 4.0 Edition.
I wonder if you can help me with a little problem:
I am trying to make a directory list, so if you click on a particular image
a new browser window opens and the particular site is loaded...
I have about 94 different links and I am using the <a href="http...> tag.
When I had about four differnt links the browser loaded the page but now it
is not the case, it opens the window and says Done! (I am using the Internet
Explorer) Without loading the initial web site!
My site size is 41KB - i wonder if there is a limit to sites like that and
can I use some other methods ( I tried to make it with Java script open
<script language="javascript">
<!-- hide from old browsers
function selectWin(source){
newWin = window.open(source);
}
)
It doesn't work ;-(
Could you please help me?
Thank you very much
Aleksej Heinze