posted on Friday, March 12, 2004 2:21 PM
by
warstar
Plain javascript or ASP.NET??
So I have been writing for a while now and I’m just missing some functionality that I had with PHP and Javascript.
I know that I can use stuff like:
<INPUT type="button" value="Close" onclick="javascript:window.close()">
to close a page.
But I was wondering is there anyway to do this in ASP.NET code behind.
Or something like opening a popup windows with a size of 210 by 300 or something I know how to do it using javascript but it won’t work with webcontrol’s.
Thus I was wondering is there a way to get all this done in using ASP.NET and not plain javascript?