RE: How to Open Separate Browser Window with Server Controls?
- From: Milosz Skalecki <mily242@xxxxxxxxxxxxx>
- Date: Tue, 31 Jan 2006 05:48:27 -0800
C#:
RegisterStartupScript("MyStartupScript",
"<script
language=\"jscript\">window.open(\"UploadImage.aspx\")</script>");
--
Milosz Skalecki
MCP, MCAD
"Camper Joe" wrote:
> In good ol ASP I used to write it as such:
>
> <%
> if p = 55 then
> %>
> <script lanugage="jscript">
> window.open("pietie.asp")
> </script>
> <%
> end if
> %>
>
> Can it still be done in ASP.Net?
>
> "Brad" wrote:
>
> > The subj line says it all. I'm trying to open another window using
> > available ASP.NET/Framework 1.1 library.
> >
> > I know how to do it in Javascript; I don't know how in ASP.NET.
> >
> > Anyone? Thanks for any assistance!
> >
> > Brad
> >
> >
> >
.
- References:
- Prev by Date: index and seek need help
- Next by Date: Re: Best way to process a file with 20,000 records
- Previous by thread: RE: How to Open Separate Browser Window with Server Controls?
- Next by thread: ASP VS2005] Mystery Application Drash
- Index(es):
Relevant Pages
|