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

RadPane, Splitter, and Firefox?

1 Answer 62 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
sbowman
Top achievements
Rank 1
sbowman asked on 04 Feb 2009, 01:00 AM
I have an e commerce web form with a splitter and pane containing an html page with a Paypal button. In IE, when the user clicks on the paypal button, the total of their order is automatically put into paypal. When you try to run this in Firefox, the total says 0 and it asks the user to put in another amount. How can I get this to work in Firefox?

Thanks,
Shelley

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 06 Feb 2009, 04:11 PM
Hello Shelley,

When you set the ContentUrl of the RadPane to an external page, the RadPane creates an IFRAME element and opens the page in that IFRAME. That is why, this case, you can refer to the RadPane as an IFRAME.

I would suggest that you test the page with the Paypal button in a simple IFRAME element to see if you can reproduce the problem with it. In case you cannot, please prepare and send me a simple running project, demonstrating the problem and I will research what is causing it. However, in case you can reproduce the problem with a simple IFRAME element, I suppose the problem is in your implementation or Paypal rather than in the code of the RadSplitter control.

All the best,
Tsvetie
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Splitter
Asked by
sbowman
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or