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

js function expected (on open radwindow)

1 Answer 56 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
dima kramskoy
Top achievements
Rank 1
dima kramskoy asked on 03 Jun 2010, 09:23 AM
hi,
i have an error on js  , when  i open a rad window ,
its workin fine but an error exists on browser.

here is a code from debbuger  :

if(b){this.set_status(this._navigateUrl);
}

when "this._navigateUrl" - > "../controls/PhoneSelectorTelerikDialog.aspx?serviceid=1626&manu=61"


i can't find a source of an error.

all my logical flow work fine and the result is good .
can you help me with this problemm ?

thanks , Dima.


1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 03 Jun 2010, 11:45 AM
Hello Dima,

Have you tried the 'get_navigateUrl()' method in order to get the url? You can access the window object and use the get_navigateUrl method.

Note: If you are trying from the page which is opened in the window, then you can access teh window object by using GetRadWindow() method as described in the documentation.


Regards,
Princy.
Tags
General Discussions
Asked by
dima kramskoy
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or