c# aspx webform page with window.open ... help

T

trint

Ok,
I have tried other forums since window.open is java, but it is in my c#
..net aspx page. I need for the window to be a specific size like this
(and with NO BORDER):

<SCRIPT language=JavaScript>

<!-- Begin
function win() {
msg=window.open("buttontest.htm","","height=20,width=508,left=80,top=80,titlebar=no");
}
// End -->
</SCRIPT>

Any help is appreciated.
Thanks,
Trint
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top