template changes killing Open Browser Window

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default template changes killing Open Browser Window

    Hi,

    I have a page that has the "Open Browser Window" behavior applied to a link.

    Does anyone know why changing a template and reapplying it to the page is killing this script? It is driving me crazy trying to get this to work.

    Ithink it is removing the following lines of code before the page head.

    <!--
    function MM_openBrWindow(theURL,winName,features) { //v2.0
    window.open(theURL,winName,features);
    }

    Does anyone know how to stop this from happening???

    I am using ASP Javascript pages.

    Any help would be greatly appreciated.

    Thanks!


    moseley Guest

  2. Similar Questions and Discussions

    1. get a ink to open in a new browser window
      Is there a way to get publisher to open existing links to new windows?
    2. Open new web browser window
      Can anyone help with the following query. I want to open up a new window from a flash movie when i click on a text box link. The code is as...
    3. Open browser window
      Hi, I'm sure this is very simple, but I'm pretty new to dreamweaver and HTML, so your help would be much appreciated. What I want is to specify the...
    4. How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
      I use the following to open Excel from IE browser, but I don't get a OPEN/SAVE dialog option window. Instead, the Excel opened in the browser...
    5. Open new browser window
      Hello, I want to make a php application, which displays different text in separate windows. I mean for example a new window will open with text...
  3. #2

    Default Re: template changes killing Open Browser Window

    -> It depends which version of Dreamweaver you're using. MX should permit you to apply a behaviour and it should store the function in an editable region in the head of the child page. DW4 won't do that.

    I am using DW MX.

    -> You can either apply the behaviour to a dummy link in the template so the function is written to the head of the template (and will then be available in all child pages), or you can put any JavaScript functions you need in an external file, and link it to the main template (again making those functions available to all child pages).

    I will try to apply the behaviour to a dummy link in the template, but can understand the benefit of putting it in an external file.

    -> Putting your functions in an external file is probably the best solution for any version of DW.

    Sorry, I'm a little new at this. Can you tell me how this is done?

    Thanks,
    Steve



    moseley Guest

  4. #3

    Default Re: template changes killing Open Browser Window

    Thanks so much for the help David. I'll try it later today.


    Regards,
    Steve Moseley



    moseley 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