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

RadTab - accessing using JQuery or Javascript (Urgent)

1 Answer 109 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Sindu
Top achievements
Rank 1
Sindu asked on 05 Feb 2012, 07:07 AM

H,

I am using RadTabstrip with RadMultipage.

I have 3 tabs with 3 pageviews. I am using ContentURL property of pageview to load the page as a main page’s content.
I have a button in the main page .when I click on the button  a javascript calls and open a new window using window.open javascript method.
My aim is to pass id of the selected radtab in the window.open .
My aim is to  get the id  of these  radtabs in the newly opened window using javascript or jquery?
How can I find these radtabs?

Thanks,
Sindu


1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 09 Feb 2012, 10:20 AM
Hi Sindu,

You can refer to the below articles that explain how you can access the parent window from child window and vice versa. You can also take a look at the client-side API of the RadTaStrip control here:
  • http://www.codeproject.com/Articles/25388/Accessing-parent-window-from-child-window-or-vice#a
  • http://www.w3schools.com/jsref/prop_win_opener.asp
  • http://www.javascriptkit.com/javatutors/remote2.shtml

Regards,
Kate
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
TabStrip
Asked by
Sindu
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or