New window size

How do I specify the size of a window i am linking to in
DreamWeaver?

"AFJ786" <[email protected]> wrote in
message
news:f7gks3$l4l$[email protected]..
> thanks. I found it in the behaviors, but is there like
any tutorial that
> tells me exactly how to do it?
The Help files - or - a Google search turned up these:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_18565&sliceId=1
http://www.layersmagazine.com/using-a-behavior-to-launch-a-new-browser-window.html
http://tinyurl.com/2s4eaw
http://www.digitalfamily.com/dreamweaver/tutorial-behaviors-new-browser.html
Patty Ayers | Adobe Community Expert
www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate
Worksheet

Similar Messages

  • Control  new window size to fit  .jpg

    Can't seem to find this. i want the new window to be an exact
    frame of the .jpg being opend and none of the tool bars or address
    bar to be shown.
    is this a Java script solution?
    ps. i don't know anything about Java yet.
    thanks for your help

    If I understand you, you want to open a new browser window
    that will be the exactly the size of your jpg with now bars of
    anykind?
    This is indeed a javascript solution. You need to use the
    window.open command in javascript. This will allow you to specify
    the attributes of the new window.

  • Define a new window size not working on Macs, is there a workaround?

    Hi everyone,
    I've currently got some thumbnails that open a new browser
    window. Here's the code I'm using in my movie:
    Launch_mc.onRelease = function() {
    getURL("javascript:var
    windowHnd=window.open('Print/Kaiju1.html','Kaiju','width=1024,height=663');");
    Unfortunately it doesn't work for macs. Does anyone know the
    workaround?

    I have been having similar problems... here's the error msg
    that I get with java script... The script is in the text below...
    Any thoughts???
    Safari can’t use JavaScript for this action.
    Safari can’t run the script “window.open('
    http://www.deepfreedom.org','Title','top=0,left=0,width=
    200,
    height=200,menubar=no,toolbar=no,statusbar=no,resizable=yes,scrollbars=yes');
    void(0);” because Safari doesn’t allow JavaScript to be
    used in this way.

  • Creating Link to New Window with Defined Size and Cursor Change

    Hello,
    I seem to be having a problem having a hot-spot link open a new window and perform the way I want it to. I have tried a few different ways of going about this, as described below:
    The first method when defining the hot spot was to use the properties menu provided at the bottom of Dreamweaver when I click on the hot spot. When I test the page, the cursor changes to a hand and I can open the link in a new window BUT I cannot define the width and height of the new window.
    The second method was after defining the hot spot, using the behaviors menu from the tag inspector. From here, I would add an Open Browser Window behavior using the onClick event. Here, I can open the new window in a pre-defined width and height BUT when I test the page, the cursor does not change to a hand. It just remains the standard arrow.
    The question is, how I can define the hot spot to where the mouse will change to a hand when I scroll over it AND when the window opens, it is set to the width and height I want to define?
    Thanks,
    Smartin1007

    Good Morning Gentlemen,
    I tried placing the cursor script into the code without success. Either I'm not applying it correctly or it could be that the code in use is a combination of html and Java scripting.
    Right now, I converted all of the image maps to the behaviors technique because I need the specific window sizes for the application that is being created. Steve, I am using DW CS4, and a sample of the code is provided below:
    map name="Map"
    area shape="rect" coords="19,466,56,503" alt="Stage Hydrograph - North Fork Licking River at Mt. Olivet, KY" onClick="MM_openBrWindow('StageHydrograph/MtOlivet.html','','width=915,height=665')"
    /map
    Note that there is no href reference, because I haven't found a suitable way of having an href reference with target=_blank to where I can define the new window size.
    I really appreciate the advice and time that is being taken to help solve this problem.

  • Pass control to a new window opens a small window.

    I am using the following:
    WETargetPath ("rpt", "Name", "My Report", "weWindow=New")
    How do I open the new window so that it is in Full Screen mode (maximized).  Right now, it opens a small window.  On Maximizing the window, the report window still remains small?
    Thanks

    hi shabirdewji,
    i have attached syntax for a new weWindowUtilities function which will address the resizing issue when a New window (not a named window but a new un-named window) is opened. this means that when a New window is opened using the webelements target functions, you can then resize the new window and have no resizing issues.
    please note that you need to use the weTargetPathExt function instead of weTargetPath if you want to specify the initial new window size. please see the weSubmitMethods report in the webelements 246 download for an example.
    the syntax below will open a new window with a size of 500px X 500px. please see the user guide for more info on the wetargetpathext function.
    stringvar item1:= WETargetPathExt ("rpt", "Name", "myreport", "", 500, 500, true, 400, 200, true, true, true, true, true, "");
    WESubmit("cw1", "link", "Open Report in New Custom Window", item1, global stringvar fontlink);
    please replace your webelements246 > admin > wewindowutilities function with the attached syntax.
    thanks,
    jamie

  • How to make form objects dynamically fit into window sizes?

    Hi,
    Form objects are always static. i.e, stick to the disigning time window size/resolution.
    When the resolution changes, the form objects will not strech to the new window size.
    Many of the clients are unhappy with this incapable feature.
    Is there any way to come out of this problem?
    Thanks and Regards,
    Vishwanath

    In teh hierarchy view - click on the Master Page/ Page1. Now on the object palette on the Master Page Tab you can choose a Paper Type. If you scroll to the bottom of the list you can choose a Custom size. The width and height dimensions are now available to you. The UI in designer limits you to 59 in. If you need more than that there is a way to get bigger but you have to do it in the native XML format. Let me know if you need more than that. Here is a modified sample.
    Paul

  • XML Form Window Size

    Hi ,
      Is there any way to set the size of the window.
      Suppose i have a functionality implemented using XML Foem Builder Say News Item Creation. It has 3 Functionality as 1.Edit , 2. Delete and 3.Create New.
    If i click on any of this Functionality it opens a Full Size window. I want to set this new window size as required.
    Expecting some Valuable replies.
    Points will be awarded for Helpful Answers.
    Thanks and Regards,
    Sadik.

    Hi Sadik,
    Check this. Under Parameters of a Resource Renderer Setting,
    <b>Target Window Type</b> - specifies the window that a resource is to be displayed in, if the user opens the resource, or specifies the style that the resource is displayed in.
    <b>self:</b> The resource is opened in the same window.
    <b>blank:</b> The resource is opened in a new window.
    <u><b>fixed:</b> The resource is opened in a predefined window. See Target Window Name.</u>
    <b>favorites:</b> The resources are displayed in the same style that is used to display entries in the favorites list.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/50/041142e862654ca98ced1607386c9c/frameset.htm
    Hope this helps,
    Regards,
    Shankar

  • New Window POP UP

    How can I get to Pop up a new form when clicking on a link on another form.
    I have two workflows to show the two different forms. On clicking a link on first form, it calls the other workflow which displays the other form. I want this form in a different window of diff size. May be this can be done with java Script. Not sure how to give that in the form( i have tried the onclick property, but that didnt work). Please let me know how can i proceed with the requirement.

    I got the answer. We can get a new window by adding a property i.e.
    <Property name='target' value='_blank'/>
    But now the question is how can I change the new window size???

  • How to open new window with required size when clicking on image in a table

    Hi,
    There is an image column in advanced table. i want to open new window with required parameters(size, toolbar, status bar,etc..) and with that transaction context.
    can any one help plzzzzzzzz?
    Thanks
    Raju

    You can also use OAF js function to open modal pop up:
    openWindow(self, '<url>','longTipWin', {width:900, height:400}, true); return false;
    --Mukul                                                                                                                                                                                                                                                                                                                                   

  • How can I change the default window size of a new message permanently?

    The mail window opens up very small and every time I must increase the size manually. I want to be able to set it so it opens larger or at least opens to the saem size as a previous mail window, which is what Mail used to do.
    Also, can anyone tell me how to stop that new mail window from opening on the bottom left of my screen? I need to move it in orde to increase the window size. So, 2 default actions that are a psin to constantly deal with.
    Is there any guru out there who has had this problem and solved it? Thanks!

    http://kb.mozillazine.org/Font_settings_in_Thunderbird

  • How do I have a new window open, but slowly open to full size after clicking on a link from main pag

    The transitions I mean are on this site. The fading in window, and click on the image, which opens a new window but slowly to full size.  http://ra1830.wix.com/qgd2012
    Thanks.

    The site you quoted uses a plug-in similar to 'Lightbox'. You can get it here: http://www.lokeshdhakar.com/projects/lightbox2/

  • How do you open an image in a new window at a larger size?

    Yes I am new at this.
    Basically all I'd like to do is have a thumbnail on a page as a button, click it so it opens in a new window at a zoomed larger size.
    I know this is probably simple but I can't figure out how to do this.
    Anybody have a second to point me in the right direction?
    I would appreciate it.

    It sounds like you want to create a button hot spot. See this article:
    https://blogs.adobe.com/indesigndocs/2010/12/hot-spot-button-workaround-for-indesign-dig-p ubs.html
    You might also want to download the free DPS Tips app for an example of this and other DPS effects.

  • Open in new window with different window size

    Does anybody know of a way to make a hyperlink and the window open to a new page where the window size is different from the page before? I want to open to a new page where it's a quicktime thats just in a smaller window.
    thanks!

    David:
    Yes. See this demo page: Opening Item in a New, Precisely Sized Window.
    This demo page has 7 such QT movies on it: PhotoPresenter Animated Slideshow Themes.
    OT

  • HELP! Controlling size and position of new window from applet

    I am totally new to using java. I am making use of a java applet for showing images. Each image may be clicked to open a higher res image in a new window. I want to be able to control the size and position of the new window. The windows need to be different sizes for each image - a couple may be the same size but some will be different.
    I found this:
    <<<<Yes it can (but not after the window has been created). JavaScript can open documents in a new (or an old) window with eg.
    <script>
    window.open("document.url", "window_name", "toolbar=no,statusbar=no,scrollbars=no,resizable=no,width=600,height=400");
    </script>
    The new window will have only the title bar and the frame around the document, nothing else.
    That can be made a function and called from an applet through liveconnect.>>>>
    from a search re window sizes but I need more explicit help with how to put it into my document! This looks like it might work with the exception it doesn't give a position but I could even live without that.
    Am I correct in assuming tha this script goes in the <head> of the document? If I have several different sizes, I would need to have several different but similar scripts but with different window names?
    Do I substitute the actual url where it says "document.url"? What about "window_name"? And what does liveconnect mean?
    Here is a sample from the applet coding I have in place:
    \\\\\<param name="image2" value="barneygargles_th.jpg">
    <param name="link2" value="http://www.barneygargles.com">
    <param name="statusmsg2" value="Barney Gargles Family Restaurant">\\\\\
    Please, I hope someone can help with this! This is driving me crazy!
    Thanks to anyone who can walk me through this one!
    Linda

    I have been searching the internet for more information and it appears that others have been faced with this problem.
    I have found a couple of possible answers but I am not sure how to do them.
    http://forums.macosxhints.com/showthread.php?t=64059
    http://forums.macrumors.com/archive/index.php/t-119915.html
    The first link seems more relavent but I am not sure how to do what it is talking about.
    Can anyone help?
    I have recently moved from a PC to MAC and this problem is really getting in the way of my work.

  • Mail 7.1- Reduce window size in a new email

    I'm having problems reducing the window size when writing a new email. Mail 7.1 does not let me reduce the window size once I introduce a email address.
    Thank you for your help.

    Sorry, I didn't mean maximized in the way the window is fullscreen. I have the window in a normal size 2/3 of the screen - then press CMD+H to hide it. When a mail comes in Mail goes back from hide mode to window mode - very strange. And it is only on emails on my first account. When an email on my MobileMe account arrives it stays hidden in the dock.
    Maybe it is because I installed FlagIt from http://www.tastyapps.com - a little addon to mark emails with colores and flags. Will check this.

Maybe you are looking for

  • Problem with party chat using arcade stick

    Is there any way to chat in party while connecting with arcade stick?? As I log in with my arcade stick, my ds4 joystick will deactived along with the mic, so I am frustrating with this issue 

  • Emails are not sent

    The email account receive email but doesn't send any.. All sent emails remain in the outbox

  • Clock recovery, Out-of-Band Clocking

    /* Style Definitions */ table.MsoNormalTable {mso-style-name:Standardowy; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4

  • Need Help w/WRT330n, prioritizing Gaming Packets!

    I got this router for one main reason: Because it can prioritize gaming packets right? So that means while i'm playing Quake 2 railz or TF2, my latency and packetloss won't be so bad while downloading torrents, or having other people on my network, r

  • Anyone know about PDAs?

    I'll be heading off round the world soon, and I'm thinking of buying one. I had a quick go with one in a shop, and it seemed pretty cool, but you can't really get a proper feel for them in such a short time. All I want to know is: are they geeky enou