I har en fil liggende der hedder
http://www.b1909-ungdom.dk/seek_1.htmDen indeholder:
<html>
<head>
<title>Søg efter noget spændende......FODBOOLD!!</title>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">
</head><!-- Search Google -->
<body bgcolor=\"#FFFFFF\">
<center>
<FORM method=GET action=\"
http://www.google.com/search\"><TABLE bgcolor=\"#FFFFFF\"><tr><td>
<A HREF=\"
http://www.google.com/\"><IMG SRC=\"
http://www.google.com/logos/Logo_40wht.gif\" border=\"0\" ALT=\"Google\" align=\"absmiddle\"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value=\"\">
<input type=hidden name=\"restrict\" value=\"Dansk\">
<INPUT type=submit name=btnG VALUE=\"Google-søgning\">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->
</body>
</html>
den ændrer du til:
<html>
<head>
<title>Søg efter noget spændende......FODBOOLD!!</title>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">
</head><!-- Search Google -->
<body bgcolor=\"#FFFFFF\">
<center>
<FORM method=GET action=\"
http://www.google.com/search\" TARGET=_blank>
<TABLE bgcolor=\"#FFFFFF\"><tr><td>
<A HREF=\"
http://www.google.com/\"><IMG SRC=\"
http://www.google.com/logos/Logo_40wht.gif\" border=\"0\"
ALT=\"Google\" align=\"absmiddle\" width=\"128\" height=\"53\"></A>
<INPUT TYPE=text name=q size=25 maxlength=255 value=\"\">
<INPUT type=submit name=btnG VALUE=\"Google Search\">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->
</body>
</html>
SÅ funker det (jeg har blot sat en TARGET på din FORM).
/Rob