Question
how to resize this window
hi below is code when i clicked to open window form.cfm i need to resize to different height and width , i am not sure how to set height and width any help?
function lookup() {
document.location = 'form.cfm';
}
<td align="center">
<input type="button" value="Look" class="p" style="width:250px;" onClick="lookup();">
</td>
Thanks
