This creates a button that when clicked will open a window.
1 2 3 |
<input type="Button" name="call" id="call" value="call" onclick="javascript:void window.open('http://example.com','width=300,height=300,toolbar=0,menubar=0,location=0,status=0,scrollbars=0,resizable=1,left=0,top=0');return false;"> |