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

iframe is not working in IE8

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi All,

I have one div tag in my jsp, when i am clicking on continue button it will call a javascript function abc().

<div id="xyz"></div>

function abc(){
document.getElementById('xyz').innerHTML='<iframe name="123" id="123" src="dummy.jsp?dfg=dg"></iframe>';
}

in dummy.jsp (iframe src), onload i called a js function. in this i gave another url like
window.location.href='https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=dfhf&busi=dsgdf';

it working fine in mozill but not working in IE.

I need to work this with in iframe, in IE8 it is not working.
Any suggestion please.

Thanks.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
You've been asked multiple times to fix the display name on your account, but you have chosen not to do so; I'm therefore closing your account. If you wish to have it reopened then you need to contact a moderator and do a little explaining.
 
Don't MAKE me come back there with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
    Bookmark Topic Watch Topic
  • New Topic