Hi, everyone!

Please look at the following codes,

--------
<html>
<head>
</head>

<form>
<input type="button" value="button" name="B1" OnClick="b.html">
</form>

</Html>
--------

I want to guide user to view a new page (b.html) when
clicking button "B1". But the above codes do not work.
How to resolve the trouble?

Cheers,
George