Webbanditten 0 Newbie Poster

Hi im having this problem, i have this danish tv website http://www.dr.dk/NU/popup/live#/DR1 thing i dont know if your guys can see it but anyways its page content is:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" >
   
      <head>
   
          <title>DR NU</title>
   
          <style>
   
              *{
   
                margin:0px;padding:0px;
   
              }
   
              html,body {
   
                  height:100%;
 
                  background-color:#000;
  
              }
 
              #uplayer{
  
                  height:100%;
  
              }
 
          </style>
  
          <script type="text/javascript" src="http://www.dr.dk/drdkjs/js.drxml?version=v003"></script>
  
          <script type="text/javascript" src="http://www.dr.dk/tjenester/cache/addthis.drxml"></script>
 
      </head>
 
      <body>
 
          <script type="text/javascript" src="/NU/embed/live?height=100%&width=100%&popup=true"></script>
  
      </body>
 
      </html>

Now the iframe code im using looks like this: <iframe src="http://www.dr.dk/NU/popup/live#/DR Update" style="border: 0; width: 968px; height: 668px">Your browser doesn't support iFrames.</iframe> The iframe works in internet explore and in firefox. I need to get it working in Chrome and Opera.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.