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

With ajax this javascript code not working

1 Answer 26 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:14 AM

Hi,

When i use ajax following code not working. When i remove ajax from page, its working fine.

Why this?

 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>");

 

lakmal

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 15 Sep 2009, 08:22 AM
Hi lakmal,

You can use ResponseScripts property of RadAjaxManager to achieve your goal.

Greetings,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
lakmal
Top achievements
Rank 2
Answers by
Vlad
Telerik team
Share this question
or