Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
moseley #1
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
-
get a ink to open in a new browser window
Is there a way to get publisher to open existing links to new windows? -
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... -
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... -
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... -
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... -
moseley #2
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
-
moseley #3
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



Reply With Quote

