making popup windows appear in foreground

Ask a Question related to Adobe Acrobat Windows, Design and Development.

  1. #1

    Default making popup windows appear in foreground

    I'm having a problem making popup windows appear in the foreground, when clicking on a hyperlink in a PDF viewed within Internet Explorer. Here's the syntax I am currently using in my javascript;

    javascript:var popup=window.open('http://stlbrewweb002/bier_graphlink/graphlink.asp?graph_id=1234&PageId=7','','width=60 0,height=350')

    I am using Acrobat 6.0.1 and IE 5.5

    Help! Thanks.

    Joe Helton
    Joe_Helton@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. ASP.NET Popup Windows
      Need help with creating a popup windwo in ASP.NET when I load a page? This is what I have so far <SCRIPT language="javascript"> function...
    2. Popup Windows
      Hi, I have an ASP application. On one of my pages I have a link to a popup. This popup has a link. When the user clicks this link my popup...
    3. Disabling Advanced Editing Popup dialog boxes when making a form
      I'm using Acrobat Professional v6 to create a fill in form. I would like to disable the popup properties dialog box that is displayed after each...
    4. Popup-Windows over the net
      Which is the best way to make pop-up windows that calls other files, like Flash,Quicktime.........and more over the internet?
    5. How to return a keyvalue from popup windows with datagrid control to parent windows through JavaScript?
      How to return a keyvalue from popup windows with datagrid control to parent windows through JavaScript?
  3. #2

    Default Re: making popup windows appear in foreground

    Any ideas? anyone?
    Joe_Helton@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139