Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Javascript IE 8 Issue

Javascript IE 8 Issue

Scheduled Pinned Locked Moved Web Development
javascriptcomhelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    salmonraju
    wrote on last edited by
    #1

    Hi, My application is having some issue with IE 8 (working fine with IE6 and IE 7). Below is my code My application current domain is "Main.Sub.com" now i am updating the domain to "sub.domain" document.domain="sub.domain"; after this i am setting below property in child page load. var child_window=window.opner; document.title=child_window.title after checking for some conditions I am againg setting domain document.domain="Main.Sub.com" Then I am creating popup MyPopup = window.createPopup(); my code is looks like below var curdomain="Main.Sub.com"; Var child_window; document.domain="sub.domain"; child_window=window.opner; document.title=child_window.title; . . . document.domain="Main.Sub.com"; MyPopup = window.createPopup(); Can any one please suggest how i can make this work in IE8 Thanks, Salmon

    D 1 Reply Last reply
    0
    • S salmonraju

      Hi, My application is having some issue with IE 8 (working fine with IE6 and IE 7). Below is my code My application current domain is "Main.Sub.com" now i am updating the domain to "sub.domain" document.domain="sub.domain"; after this i am setting below property in child page load. var child_window=window.opner; document.title=child_window.title after checking for some conditions I am againg setting domain document.domain="Main.Sub.com" Then I am creating popup MyPopup = window.createPopup(); my code is looks like below var curdomain="Main.Sub.com"; Var child_window; document.domain="sub.domain"; child_window=window.opner; document.title=child_window.title; . . . document.domain="Main.Sub.com"; MyPopup = window.createPopup(); Can any one please suggest how i can make this work in IE8 Thanks, Salmon

      D Offline
      D Offline
      daveyerwin
      wrote on last edited by
      #2

      Have you forgotten to do something like... myPopup.show(100,100,100,200,document.body); Another problem maybe that you are giving focus to another element which closes the popup ? As for working in IE6 and IE7 but not IE8 well thats a mystery for now ?

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups