Posted by El Kabong on 04/25/07 12:54
"ewijaya" <ewijaya@gmail.com> wrote in message
news:1177504575.081075.36530@o40g2000prh.googlegroups.com...
> Usually, when we click on "FOO" on html below,
> the page will open on the current "tab" or "window"
>
>
> <A HREF=../somepath/somehtml.html class=style1> FOO </A><br><br />
>
Add target="_blank" as in:
<A HREF=../somepath/somehtml.html class=style1 target="_blank"> FOO
</A><br><br />
El
Navigation:
[Reply to this message]
|