|
|
Highlights
All Snippets
Top 100 Snippets
Librarians
gbCodeLib
By Language
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
|
GBIC >>
Source Code >>
HTML >> Snippet
|
Open URL in new window (remove frames)
<!-- with target attribute of <a> tag, you can tell browser to open the URL in current window with no frames -->
<
a
href
=
"mypage.htm"
target
=_to
p
>
Go
</
a
>
existing window, replacing any frame currently displayed
|
|
|
|