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

Error while moving one TAB to another

3 Answers 84 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
vivek
Top achievements
Rank 1
vivek asked on 11 Nov 2010, 01:25 PM
I am having problem with IFrame.I am having three TAB. Each Tab is having IFrame and src of the IFrame is opening a url of the different server.
Me.IFrame.Attributes("src") = strWebApplLink.Trim()

Now wat is happening, when i click TAB1,it works properly. Clicking the TAB2 also work fine. But When i repeat this work(moving to another TAB), I am getting the JavaScript Error(ext-all.js) with height error incorrect. Error comes in form of JavaScript popup."Do You want to debug".when i click NO. It properly open the requested URL .I have no idea to fix this problem.

Your help will be appritiated.Thanks in Advance

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 12 Nov 2010, 01:01 PM
Hello vivek,

The provided information is not enough for us to reproduce the issue. Please send us more information and some sample code. Thanks

Regards,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
vivek
Top achievements
Rank 1
answered on 12 Nov 2010, 01:06 PM
Thank you for you response.Below are the detailed description for my error.

I am opening the url into the frame when i click the TABS  like

 I am getting the url from web.config file.(for google, MSN,etc)

Me
.IFrame1.Attributes("src") = "htto://www.google.com"
Me.IFrame2.Attributes("src") = "htto://www.msn.com"

A javascript error popup is comming.
"A runtime error has occured.
 Do you want to debug.
Line 7 Invalid Argument"

When i choose "debug"  i can see a new dynamic javascript file "ext-all.js" and the error  is on the line u.height=o  saying invalid argument.

I am wondering from where this .js file is  coming and how do i solve this problem?

Thanks in advance. Your answer will be helpful to me.

0
Yana
Telerik team
answered on 17 Nov 2010, 03:49 PM
Hi vivek,

I still cannot understand the issue. Please open a support ticket and send us a sample page demonstrating the problem there. Thanks

Best wishes,
Yana
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
TabStrip
Asked by
vivek
Top achievements
Rank 1
Answers by
Yana
Telerik team
vivek
Top achievements
Rank 1
Share this question
or