Modifying the size of a a new window

Hi,
I have this code, I have a link that when clicked will open a
new window, all I need please I need to play with its size, as this
new window is as big as the parent page, I wnat the new page to
still appear in the middle but with a less size ? what shall I
modify to the attached code ? I am not an expert in HTML at all ?
Appreciate fast help

Use Dreamweaver's OpenBrowser Window behavior.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"fsurrey" <[email protected]> wrote in
message
news:gehvu2$gqb$[email protected]..
> Hi,
>
> I have this code, I have a link that when clicked will
open a new window,
> all
> I need please I need to play with its size, as this new
window is as big
> as the
> parent page, I wnat the new page to still appear in the
middle but with a
> less
> size ? what shall I modify to the attached code ? I am
not an expert in
> HTML at
> all ?
> Appreciate fast help
>
> <p align="justify"
>
class="style52">          <a
> href="Aesthetic Factors/Aesthetic factors/Aesthetic
factors.htm"
> target="_blank" ; onclick="openNewWin('Aesthetic
Factors/Aesthetic
> factors/Aesthetic factors.htm', 800,600); return false;
" > Web Aestheic
> Fcators</a> ddd </p>
>

Similar Messages

  • SIZE OF THE GUST OF GARAGE BAND: The garage window band has remained me too great and I cannot accede from any way to the corner to modify the size. Due to this I cannot accede to the red button to initiate a recording.

    The garage window band has remained me too great and I cannot accede from any way to the corner to modify the size. Due to this I cannot accede to the red button to initiate a recording.

    Two things to try:
    with some Applications it helps to hold down the the "Option Key" while pressing the green "maximize Window" button.
    If that does not help try this Apple Script:
    --Open the AppleScript editor (in Applications -> Utilities), paste the following and run it:
    tell application "Finder"
              set {d1, d2, d3, d4} to (get bounds of window of desktop)
    end tell
    tell application "GarageBand"
              set margins to {d1 + 10, d2 + 54, d3 - 10, d4 - 148}
              set bounds of window 1 to margins
    end tell
    Good Luck
    Léonie

  • How to modify the size of the view which invoked presentModalViewController

    the value of the modalPresentionSytle is UIModalPresentationFormSheet, after invoking the presentModalViewController, the new view will appear, but the size is fixed, so I want to modify the size, how can I do?

    , thanks.
    I sought the answer to this question from developer who has several years dev experience for iPhone, he told me that the apple didn't support this.

  • Image map (Open a link in the same place not a new Window)

    Image map (Open a link in the same place not a new Window)
    I'm using image map From KM a made a Image and I put the link like this "documents/images/image.jpg" okay, its works, but when I click on the link open other page, How to open on the same page ???????

    Hi Marcus,
    Try out this link. It may be helpful to you.
    Opening of IView in New Window
    Regards
    gEorgE

  • When I use the shortcut to open a new window in safari (command N), I get a 404 error message from Google. How do I change where 'Command N' routes to?

    When I use the shortcut to open a new window in safari (command N) on my Macbook Pro, I get a 404 error message from Google. How do I change where 'Command N' routes to? 

    It's not necessary to change the Command N keystroke..
    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:   Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.
    If that didn't help, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • I can no longer hold down the Safari icon on the dock and open a new window

    I noticed after installing Snow Leopard that I am unable to hold down the icon for Safari on my dock and choose the option to open a new window. I have had to revert to (Command-Tabbing) through my open applications to get to Safari, then (Command-N).
    I found it much more convenient to do it the other way. Am I missing something, or is this something that has been removed with the new Snow Leopard operating system?
    Please help. Thanks!

    Thank you. What a pain though. Why would they make it a separate command now. It would be so easy to have kept it in the pop-up that shows when you hold the cursor down on it.

  • With acrobat 7, how do I make links (within the pdf) open in a new window-tab?

    With acrobat 7, how do I make links (within the pdf) open in a new window-tab?

    No love? From anyone?

  • Modifying the size of cells in calendar

    All:
    Is it even possible to modify the size of the cells?. The cells are too narrow and all my contents are wrapped and looks cluttered. Any thoughts?.
    Thanks
    Rajesh

    Hello,
    The specific layout of a calendar is almost totally controlled by css. Just find out what the CSS controlling your specific template is, by looking at the template HTML itself or using something like Firebug and then adjust accordingly.
    You don't need to change the CSS that is shipped with APEX, in fact I discourage that, but just override it by including in a custom css file or snippet after the standard one is included.
    If you don't know CSS here is a good place to start http://www.w3schools.com/css/default.asp it's well worth the time to spend an hour or two learning at least the basics, it will save you countless hours later in any web development environment.
    Regards,
    Carl

  • Show the List attachment in a new window

     I have list item attachment names displayed along with the columns. I have used following styling to show the attachment names in the list
    <td id="ItemAttchment" class="ms-vb">
    <xsl:element name="SharePoint:AttachmentsField">
    <xsl:attribute name="runat">server</xsl:attribute>
    <xsl:attribute name="FieldName">Attachments</xsl:attribute>
    <xsl:attribute name="ControlMode">Display</xsl:attribute>
    <xsl:attribute name="Visible">true</xsl:attribute>
    <xsl:attribute name="ItemId">
    <xsl:value-of select="$thisNode/@ID">
    </xsl:value-of>
    </xsl:attribute>
    </xsl:element>
    </td>
    I have webviewer setup for the word documents to show in the browser.  The attached document for the list item shows fine in the browser.  Currently the attachment document shows in the same browser window
    When the user clicks on attachment name, I want to show it in a new window or new tab. How can I do that?
    Thanks
    Nate

    Thank you Bala for the quick reply.  I still cant get the attachment to open in new window
    I have used following code, Appreciate any help in resolving the issue
    Thanks
    Nate
    <td id="ItemAttchment{$ID}{generate-id()}" class="ms-vb"  onclick="window.open(this.href,'_blank','');">
              <xsl:element name="SharePoint:AttachmentsField">
                  <xsl:attribute name="runat">server</xsl:attribute>
                  <xsl:attribute name="FieldName">Attachments</xsl:attribute>
                  <xsl:attribute name="ControlMode">Display</xsl:attribute>
                  <xsl:attribute name="Visible">true</xsl:attribute>
                  <xsl:attribute name="ItemId" >
                             <xsl:value-of select="$thisNode/@ID">
                          </xsl:value-of>             
                    </xsl:attribute>
              </xsl:element>
        </td>
    <script language="javascript" type="text/javascript"> $( "#idAttachmentsTable tbody tr td span a").unbind( "click" ); </script>

  • Modifying the size of an SMB 3.0 registered file share in SCVMM 2012 SP1

    Hi -
    We are leveraging the Netapp SMI-S 5.0 provider with SCVMM 2012 SP1 to register and use SMB 3.0 file shares on our HV clusters.  Working great after a few early problems.  One thing that we've yet to find is a solution to this problem.
    On the netapp side, let's say a volume with size 1TB is created.  Then through SCVMM/SMI-S, a new file share is created within this volume for use with HV clusters/VMs.  Let's say, for example when creating this share through the SCVMM GUI that
    you define the file share size as 500gb.  This leaves 500gb free in the parent volume.
    How in the world do you modify that file share size from the SCVMM perspective - if you start running low on space within the share.  The free space is definitely there, but we can't seem to find a way from within SCVMM to modify the file share 'size'
    (which is a parameter you have to define during file share creation) from original size to something larger (yet still smaller than parent volume size).
    Anyone else seen this scenario and/or found a solution?  I apologize if this is already answered elsewhere - just not seeing much on searches.  Thanks in advance -

    Ok so we just ran into a similar issue with our netapp. And after digging around my colleagues and I found this document ( https://communities.netapp.com/community/netapp-blogs/msenviro/blog/2014/02/19/data-ontap-smi-s-agent-51--use-netapp-smi-s-provider-to-provision-a-cifs-share-for-smb-30-environments-windows-server-2012-using-scvmm-2012-r2
    ) had a key passage: "SMIS create/manage shares created on qtree with quota assigned to it."
    So taking that the SMI-S agent uses quotas on the volume to determine the 'file share' size you can adjust the space available to Hyper-V by adjusting the quota on the volume, even increasing it to beyond the space available in the volume. We are actually
    doing this because of dedupe savings on our hyper-v store.
    IMPORTANT - the SMI-S agent only scans every 5 minutes, so when you make a quota change it may take up to 5 minutes for it to be detected... so wait
    6 minutes and then refresh the storage provider.  We were working with SCVMM 2012 R2 but this should be reflected with SCVMM 2012 SP1 if im not mistaken.

  • 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.

  • When I do a search, with MSN as my homepage, it pops up in a new window not a tab like it used to. MSN says it is Firefox related. How do I fix this? I have the option selected to open new windows in tabs instead and it still won't work.

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/832115]</blockquote><br>
    I use Firefox 4.0.1 and have MSN set as my homepage. Recently, even with the option set to make windows open in tabs instead, if I do searches on the MSN page, the results pop up in a new window. I contacted MSN and they said it is something to do with Firefox. It didn't use to do this, even after initially upgraded to 4.0.1, but started about a week ago and even with me doing nothing to my computer. How do I get this to stop and go back to new tabs instead?
    It does not do this using Google, AOL, Yahoo, or another other search, just MSN/Bing.

    That's strange. It's possible that you are having a problem with some Firefox add-on that is changing your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal? Also have you tried uninstalling & re-installing flash? If you need help un-installing Flash see http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html. You also could try safe mode. See https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode?redirectlocale=en-US&redirectslug=Safe+Mode .

  • What is the correct way to open new window with launchDialog & returnDialog

    Hi,
    JDev : 11.1.1.1.2.0
    My current page url is http://127.0.0.1:7101/ThruputApplication/faces/Test.jspx?_afrLoop=21785535204821&_afrWindowMode=0&_adf.ctrl-state=d1x4f8z6p_9 and
    From this page, I trying to open new browser window using command button's action method with below code
    FacesContext facesContext = FacesContext.getCurrentInstance();
    ViewHandler viewHandler =
    facesContext.getApplication().getViewHandler();
    StringBuilder strBuilder = new StringBuilder();
    UIViewRoot dialog =
    viewHandler.createView(facesContext, strBuilder.append("/reports/LPLReport.jsp?").append(sURL).toString());
    Map properties = new HashMap();
    properties.put("width", Integer.valueOf(500));
    properties.put("height", Integer.valueOf(300));
    AdfFacesContext afConetxt = AdfFacesContext.getCurrentInstance();
    afConetxt.launchDialog(dialog, properties, null, true, null);
    New browser window is getting open successfully but after opeing this new window if I do any operation such like selecting item from selectOneChoice or checkbox selection from the screen from which I have launce new browser window then is giving me below message.
    Are you sure you want to navigate away from this page ?
    There are one or more dependent dialogs open. Navigation from this page will invalidate any open dialogs.
    Press OK to continue, or Cancel to stay on the current page.
    I have also tried AdfFacesContext.getCurrentInstance().returnFromDialog(null, null); to return dialog but its giving me below error:
    <DialogServiceImpl><returnFromDialog> No 'DialogUsedRK' key available for returnFromDialog to do the right thing!
    <Reports><generateReports> Exception
    java.lang.IllegalStateException: popView(): No view has been pushed.
         at org.apache.myfaces.trinidadinternal.context.DialogServiceImpl.popView(DialogServiceImpl.java:88)
         at org.apache.myfaces.trinidadinternal.context.DialogServiceImpl.returnFromDialog(DialogServiceImpl.java:182)
         at org.apache.myfaces.trinidadinternal.context.RequestContextImpl.returnFromDialog(RequestContextImpl.java:132)
         at oracle.adfinternal.view.faces.context.AdfFacesContextImpl.returnFromDialog(AdfFacesContextImpl.java:318)
         at com.enbridge.forecasting.tps.backing.reports.Reports.generateMsgRptGenerated(Reports.java:2602)
         at com.enbridge.forecasting.tps.backing.reports.Reports.generateReports(Reports.java:1212)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:812)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:292)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Please give me the solution so that I can stay on the screen and can continue with that screen after opening new browser window.
    Currently after opening new window as mentioned above, I can't do anything. If I press ok button then it will give me login page and if I press cancel button then my screen component's state become invalid.
    Regards,
    devang

    Thanks Frank,
    We have resolved the issue. Cookies max age was set as current browser seeion in websphere.
    After changing it as some max seconds, it is working fine.
    Mohanraj M

  • How to open the navigated page in a new window???

    i a report when we click on properties and then go to Column format tab.
    there if go to navigate option it jus asks only the target request or dashboard and opens that in the same window on dashboard.
    i want to open that in a new window.
    how to do that?????

    I have an example here http://oraclebizint.wordpress.com/2007/11/26/oracle-bi-ee-101332-same-page-navigation-drills-and-passing-parameters/. You basically need to put it inside an iframe or Embedded Section.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • How to Stop the Iview from Opening a New Window automatically

    Hi
    I have imported a BW roles that has 3 folders for different reports into the portal.
    I would like the reports to display in a new window and have set the paramater "Launch in New Window" = "Display in New Window".
    I have also set the parameter "Initial State Open or Closed" = "Close".
    When I click on one of the tabs (represented by the role folder) the first report automatically opens in a new window.
    I would only like this report to open when the user clicks on the report in the folder.  Can anyone advise on any other setting that needs to be made?
    Many thanks....

    Yes, the the Default Entry for Folder property is set to NO.
    The first report in the folder still automatically launches a new window for the report.
    There does not appear to be a setting "Clicking Folder Name Launches First Node" for the folder. 
    As a workaround I have created a page and added the following 2 settings.
    1. Invisible in Navigation Areas = Yes.
    2. Default entry for folder = Yes.
    I would prefer to avoid this workaround so if anyone can provide any help it would be appreciated.
    Thanks
    Ian

Maybe you are looking for

  • How to allow multiple output parameters in a user-defined service operation???

    I have creating a self-defined service operation "LDAPAddUser" to connect to LDAP server to create user accounts. I want to get 2 output parameters after executing the operation. One is the result (Boolean data type) and one is the error message (Str

  • Can not print print after upgrade to Mac OS 10.8 Mountain Lion

    Hi all, I just upgrade Macbook air to Mountain Lion, but after upgrade it can not print due to "hold for Authentication" error. Mac asking for User name and password, I tried to enter my mac User name and password but can not help. I change to other

  • Converting amount from rupees to dollars

    Hi experts,   I am looking for a FM to convert a local currency ( rupees) to Dollars please guide me in this, thanks in advance. Thank and Regards,            V.K. Edited by: vikram kagada on Sep 18, 2008 8:36 PM

  • Coherence 12 Command Pattern Not Working

    We are migrating to the latest version of the Coherence 12. We are using Command Pattern in our code. Followin is the error I am getting com.oracle.coherence.common.finitestatemachines.annotation.OnEnterState(value=STARTING) is not compatible with th

  • Translucent Menu Bar option

    Hello, I updated to 10.5.2 on my Imac 2.8 and my Ibook G4 1.5. The Translucent Menu Bar option is available on my Imac but no where to be found on my ibook. I havent changed or hacked either OS. any suggestions....wierd right... -KG