eve/test/test-newindow.html

14 lines
274 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> Test -- Link will open a new window </title>
</head>
<body>
<a href="http://www.google.com" target="_blank">Go to Google</a>
</body>
</html>