Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

Blank White screen appears while returning from server page to website page.

  • 2 отговора
  • 4 имат този проблем
  • 1 изглед
  • Последен отговор от manmagic3

more options

I am trying to run my website as hosted webapp on Intext Cloud FX. The scenario I am facing is this

1. I submit to payment page calling server servlet https://abc.com/payment. 2. Server responds with an intermediate page (form with hidden fields), with a form in it submitting parameters to my website url

   (http://a.com/checkout/paySuccess.mobile).

My app is struck in second step when server responds with intermediate page and it shows blank white screen.

Any help in this regard will be helpful.

Regards

I am trying to run my website as hosted webapp on Intext Cloud FX. The scenario I am facing is this 1. I submit to payment page calling server servlet https://abc.com/payment. 2. Server responds with an intermediate page (form with hidden fields), with a form in it submitting parameters to my website url (http://a.com/checkout/paySuccess.mobile). My app is struck in second step when server responds with intermediate page and it shows blank white screen. Any help in this regard will be helpful. Regards

Избрано решение

Got the solution. Problem was that I was trying to submit form from encrypted (https) page to unencrypted page(http). On firefox browser we get an alert message regarding this but on hosted app, no such message is appearing and only white screen is coming. When sumbitted to encrypted (https) page all worked fine.

Прочетете този отговор в контекста 👍 1

Всички отговори (2)

more options

Similar thing is haapening in simulator Firefox OS 1.3

more options

Избрано решение

Got the solution. Problem was that I was trying to submit form from encrypted (https) page to unencrypted page(http). On firefox browser we get an alert message regarding this but on hosted app, no such message is appearing and only white screen is coming. When sumbitted to encrypted (https) page all worked fine.