View Full Version : how to open a new window using scripts?


hOnEy dEw
06-14-2005, 04:39 AM
Hi~! My first post = P.. Anyway can anyone help me? I duno what are the scripts to open a new window.
What i mean is <a href="www.aaa.com" title="...">link></a>
What do i add to this script to open a new window instead of when being clicked redirects me to another site?

pb&j
06-14-2005, 05:37 AM
<a href="http://www.aaa.com" title="..." target="_blank"> link </a>

hOnEy dEw
06-14-2005, 11:01 AM
thanks a lot~!! = )) that was really a big great help = DD

pb&j
06-14-2005, 01:40 PM
no worries.