Re: what 's wrong of the syntax



nick wrote:

<html>
<?
$code=0001;
$name="hello";
<a herf="../"+$code+"/profile.htm" title=$name target="_top">$name</a>
?>
</html>
i suppose the output is a hyper link , but why i can do that?
thanks!

how to make it open in new windows?

read: http://www.w3.org/MarkUp/

  And specifically: http://www.w3.org/TR/html4/types.html#type-frame-target

  /m
.