• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Call to form breaks page

 
Ranch Hand
Posts: 386
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a preview.jsp page , which makes a call to itself when a language is changed, which in turns calls JavaScript code dualPreview.js. When language is changed fro English to Spanish, call is made to preview.js.
When code finishes dualPreview.js and comes back to JSP, page breaks and spreads out. It becomes normal, when I click on "Go" button. WHen I change language from Spanish to English, page does not break and stays normal. Can someone please give an idea, what can this be due to ?
code for preview.jsp


Code for dualPreview.js
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic