G
Guest
Hi just wondering if there is an easy way to a box around a bunch of controls like
of the stuff I am grouping. Also was wondering if you know how to close a htmPaul said:ok thanks for the information. Looks like the panel control will work for some
in the html for contents but this did not close the window.<script language="javascript" event="onclick()" for="Button2">
window.close();
</script>
I have a frame, htm file that contains 2 aspx files,
<frame name="main" src="default.aspx">
<FRAME src="contents.aspx">
I have the log off button on the contents.aspx form, tried client side script