• 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

SSL issue while placing html in the Iframe

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I am trying to put pagesouce is html page in the iframe name=viewCustomerHtml.

when the data is passing https to http.so it is showing security alert popup when even i click the button.

i used src=javascript:flase but false is getting printed on the page.Can some one help me on this. I tried a lot not finiding exact solution...


This is kind of urgent.

document.getElementById(viewCustomerHtml).contentWindow.document.body.
innerHTML = pageSource;
};

<td bgcolor=#FFFFFF><iframe id=viewCustomerHtml src=javascript:flase name='viewCustomerHtml' width="100%" height="100%" FRAMEBORDER=0></iframe></td>
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please read this about using urgent: http://faq.javaranch.com/view?EaseUp

try

or create a blank html page and reference that with https

Eric
 
Humans and their filthy friendship brings nothing but trouble. My only solace is this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic