This is a migrated thread and some comments may be shown as answers.

Javascript popup remove page css

1 Answer 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
lakmal
Top achievements
Rank 2
lakmal asked on 15 Sep 2009, 08:10 AM

Hi,

Using below code i open popup window. When the popup windod load main page css changing font size is increase

Path = "DocumentInfo.aspx?DocNo=" + lbId.Text;

                Response.Write("<script language = Javascript>var win=window.open('" + Path + "',null,'width=910,height=455,top=150,left=150','true');</script>");
     

Why that?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 15 Sep 2009, 09:52 AM
Hi Lakmal,

I am not quite sure about the issue is regarding RadControls or not, since you are opeing JavaScript popup window. Could you try the following code in order to open the window and check whether this make any change?

C#:
ClientScript.RegisterStartupScript(this.GetType(), "key""<script language = Javascript>var win=window.open('" + Path + "',null,'width=910,height=455,top=150,left=150','true');</script>"); 

Thanks,
Priincy.
Tags
Grid
Asked by
lakmal
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Share this question
or