0 Replies Latest reply on Oct 22, 2009 5:55 PM by joeshen

    Problem when calling a page with the meta tag

    joeshen
      Hi,

      I have a problem in IE (all versions) when I call a seam page in a meta tag, from my index page.
      My code is :

      <?xml version="1.0" encoding="ISO-8859-1"?>
      <!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>
        <meta http-equiv="Refresh" content="0; URL=pages/accMarcoAccueil.seam" />
      </head>
      </html>

      The result is that a download window appears to save the file (my index.xhtml).
      It works as normal in Firefox.

      If someone has the solution...

      Thanks a lot,

      Joeshen.