Problem with Modal Popup Exntender ON Firefox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QWJoaQ==?=

    Problem with Modal Popup Exntender ON Firefox

    I am using ModalPopUpExten der. I am opening an aspx page on Modalpopup which
    contains an user control that shows a PDF file.

    It works fine in IE but in Firefox it just show a blank page.
    can anyone please help me in this.

    Thanks

    Abhi


  • =?Utf-8?B?YnJ1Y2UgYmFya2Vy?=

    #2
    RE: Problem with Modal Popup Exntender ON Firefox

    what are you using to display the pdf in firefox (what plugin)? is it
    installed?

    -- bruce (sqlwork.com)


    "Abhi" wrote:
    I am using ModalPopUpExten der. I am opening an aspx page on Modalpopup which
    contains an user control that shows a PDF file.
    >
    It works fine in IE but in Firefox it just show a blank page.
    can anyone please help me in this.
    >
    Thanks
    >
    Abhi
    >
    >

    Comment

    • =?Utf-8?B?QWJoaQ==?=

      #3
      RE: Problem with Modal Popup Exntender ON Firefox


      When i use IFrame instead of Modalpopup it's work fine in Firefox, so it's
      not the issue of plugin. And I am using 'embed' tag to show PDF

      <embed type="applicati on/pdf#toolbar=0&n avpanes=0&scrol lbar=0"
      src="SignatureP age.pdf" width="750px" height="400px"> </embed>


      Please help me

      "bruce barker" wrote:
      what are you using to display the pdf in firefox (what plugin)? is it
      installed?
      >
      -- bruce (sqlwork.com)
      >
      >
      "Abhi" wrote:
      >
      I am using ModalPopUpExten der. I am opening an aspx page on Modalpopup which
      contains an user control that shows a PDF file.

      It works fine in IE but in Firefox it just show a blank page.
      can anyone please help me in this.

      Thanks

      Abhi

      Comment

      Working...