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

Skip Navigation and RadScriptManager

1 Answer 28 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Chi Ming
Top achievements
Rank 1
Chi Ming asked on 14 Aug 2013, 06:07 PM
Hi,

I just added RadScriptManager control and <a href="#maincontent"> Skip to Navigation</a> attribute to the master.site that will apply to all pages and then I just added <a name="maincontent id="maincontent"> </a> in the content page. 

Once I tested them in I.E 9 browser only, I was getting a common error from the radscriptmanager regarding WebResource.axd, etc.  I removed <a name="maincontent id="maincontent"> </a> off from the content page. It worked now.  I also tested them in other browsers (IE 7, 8, 10, Chrome, and Firefox). They are working 

I cannot figure out why I.E 9 is different from other browsers.

Please resolve this issue.

Thanks,
Chi Ming 


1 Answer, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 19 Aug 2013, 08:03 AM
Hi Chi Ming,

I noticed a typo in your code that might be a potential cause for the issue:

<a name="maincontent id="maincontent"> </a>

On the yellow spot a quote is missing, try to add it and see if this is resolving the problem.

I hope this helps.

Regards,
Venelin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Ajax
Asked by
Chi Ming
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Share this question
or