Adding vertical scrollbar using windows.open

I have some simple code to open a new window in .aspx using the Windows.open function in SharePoint 2010. I need to add the scrollbars (especially the vertical one) but have been unable to figure out how to accomplish this. As you can see from
my code below I have set the scrollbar to 1 which I understand to mean 'Yes' but I still see no scrollbar.
Thanks.
<%@ Page Language="C#" %>
<html>
<head runat="server">
<meta name="WebPartPageExpansion" content="full" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body onLoad="OpenPage();">
<script language="javascript" >
//window.onload = function () { OpenPage(); }
function OpenPage()
var heightnum = screen.height;
var widthnum = screen.width;
var leftpos = screen.width/2 - 1500/2;
var toppos = screen.height/2 - 800/2;
window.open ("http://loginsp1.aspx","mywindow","menubar=0,scrollbar=1,resizable=1,width=widthnum,height=heightnum,left='+leftpos+',top='+toppos");
window.open('', '_parent', '');
</script>
<br>
<br>
<br>
<br>
<form id="form1" runat="server">
</form>
</body>
</html>

I should add that the window that opens is smaller than the full screen size so I don't know if that makes a difference or not. I saw on one page where it indicated that scrollbars only appear if the document is bigger than the screen.

Similar Messages

  • Error while using window.open() in JSP page

    I am getting error while using window.open() in my JSP page.
    This is code in my JSP page,
    <h:commandLink onclick="loadContextSensitiveHelp(#{setNewDayStatusBean. cycleStatusViewObject.helpUrl});" value="Help">
    function loadContextSensitiveHelp(helpPageName) {
    top.consoleRef=window.open('#{facesContext.externalContext.requestContextPath}/main/patient/helpPageName','myconsole',
    'width=350,height=250'
    +',menubar=0'
    +',toolbar=0'
    +',status=0'
    +',scrollbars=1'
    +',resizable=0')
    top.consoleRef.document.close()
    I am getting the following error in my browser,
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: /SetNewDayStatus.jsp(69,34) #{..} is not allowed in template text
         org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
         org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
         org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:102)
         org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:711)
         org.apache.jasper.compiler.Node$ELExpression.accept(Node.java:935)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2386)
         org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:838)
         org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1507)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2386)
         org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2392)
         org.apache.jasper.compiler.Node$Root.accept(Node.java:489)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         org.apache.jasper.compiler.Validator.validate(Validator.java:1737)
         org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:178)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:306)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:428)
         com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:444)
         com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:116)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
    note The full stack trace of the root cause is available in the Apache Tomcat/6.0.13 logs.
    Anyone help me to solve this issue. Thanks............................

    I am getting error while using window.open() in my JSP page.
    This is code in my JSP page,
    <h:commandLink onclick="loadContextSensitiveHelp(#{setNewDayStatusBean. cycleStatusViewObject.helpUrl});" value="Help">
    function loadContextSensitiveHelp(helpPageName) {
    top.consoleRef=window.open('#{facesContext.externalContext.requestContextPath}/main/patient/helpPageName','myconsole',
    'width=350,height=250'
    +',menubar=0'
    +',toolbar=0'
    +',status=0'
    +',scrollbars=1'
    +',resizable=0')
    top.consoleRef.document.close()
    I am getting the following error in my browser,
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: /SetNewDayStatus.jsp(69,34) #{..} is not allowed in template text
         org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
         org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
         org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:102)
         org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:711)
         org.apache.jasper.compiler.Node$ELExpression.accept(Node.java:935)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2386)
         org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:838)
         org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1507)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2386)
         org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2392)
         org.apache.jasper.compiler.Node$Root.accept(Node.java:489)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         org.apache.jasper.compiler.Validator.validate(Validator.java:1737)
         org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:178)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:306)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:428)
         com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:444)
         com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:116)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
    note The full stack trace of the root cause is available in the Apache Tomcat/6.0.13 logs.
    Anyone help me to solve this issue. Thanks............................

  • I'm using "window.open()" to show one Calendar in a popup window. I can see that the popup is re-sizable. How can I prevent the user from re-sizing the popup?

    I'm using "window.open()" to show one Calendar in a popup window. I can see that the popup is re-sizable. How can I prevent the user from re-sizing the popup? I have tried "resizable=yes|no|1|0" and that seems to be not working.

    You can't prevent users from resizing a pop-up.
    *https://developer.mozilla.org/en-US/docs/Web/API/window.open

  • Using window.open with a hyperlink

    Below is an example of the code that I am trying to use:
    <script language="JavaScript" type ="text/javascript">
    <!--
    function OpenWindow(currentform)
    var window_feature;
    window_feature =("height=500,width=500,left=50,top=50,scrollbars=1,resizable=1");
    window.open("http://www.seattletimes.com", "_blank", window_feature);
    //..>
    </script>
    </head>
    <body>
    <form name="form1">
    <p>Let's read the paper.</p>
    The window features are not activated. How do a call the OpenWindow function within the hyperlink??????
    -TIA
    WARMY

    <script language="JavaScript" type ="text/javascript">
    <!--
    function OpenWindow()
    var window_feature;
    window_feature =("height=500,width=500,left=50,top=50,scrollbars=1,resizable=1");
    window.open("http://www.seattletimes.com", "_blank", window_feature);
    //..>
    </script>
    <form name="form1">
    <p>Let's read the <a href="javascript:OpwnWindow()">paper</a>.</p> I hope this'll work. i've not done javascript for awhile. try it & let me know
    Feel FrEE 2 aSk.

  • Is there a way to force applications to use window opening (and closing) animations?

    I'm not a big fan of the fact that most of the time, when windows open, they don't display any sort of animation, and pretty much nothing has a closing animation.
    Is there any way to force all apps to use some sort of animations, and also, is there a way to enable window closing animations?
    It just kind of bothers me, probably because of that fact that I just abandoned Windows 8 for OS X.

    Hack using spell checker's smart quote feature:
    If the document doesn't use double quotes...
    Edit > Find/Change:
    Change all ( to "
    Change all ) to "
    Those are straight quotes.
    Edit > Spell Check:
    On all instances with "string", click [Correct]
    On all instances with "string, type in (string) and click [Correct].
    Edit > Find/Change:
    Change all \` to (
    Change all \' to )
    Those are left and right double curly quotes.
    Yes, you have to hit each instance, but it will be click-to-continue except on mismatch.

  • Opening multiple URLs using window.open in Safari 3

    Anyone know how to write javascript to open multiple URLs at once using Safari 3? Code like this worked fine in Safari 2, but when I upgraded to 10.4.11, Safari 3 now only opens the first URL when the javascript is run.
    window.open(url1);
    window.open(url2);
    window.open(url3);
    Thanks!
    BTW, I'm also using Saft (and had been using it before when this worked).

    If the Saft preference of "Always open browser window in tab" is unchecked, then Safari 3 will open each of the URLs in new Windows.
    I've written to the author of Saft about the issue and will follow-up here with more details when available.

  • Failure to open links using window.open (applies to FF17 and FF18, works ok with FF16 and below)

    Hello,
    As mentioned, this only started happening with FF17, and repplicated with FF18. FF16 tested ok, and below.
    This is the HTML code involved:
    <pre><nowiki><a target="resource11" onclick="this.target='resource11'; return openpopup('/mod/resource/view.php?inpopup=true&amp;id=43','resource11','resizable=1,scrollbars=1,directories=1,location=1,menubar=1,toolbar=1,status=1,width=620,height=450');" href="http://myschool.education.loc/lms/mod/resource/view.php?id=43"></nowiki></pre>
    Notice the call to openpopup() function, which has this code:
    <pre><nowiki>function openpopup(url,name,options,fullscreen) {
    fullurl = "http://myschool.education.loc/lms" + url;
    windowobj = window.open(fullurl,name,options);
    if (fullscreen) {
    windowobj.moveTo(0,0);
    windowobj.resizeTo(screen.availWidth,screen.availHeight);
    windowobj.focus();
    return false;
    }</nowiki></pre>
    When clicking on the link on FF 17/18, I get this error and the popup does not open:
    Error: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMJSWindow.open]
    Seems like a bug?
    Thanks

    Do you have a real working page with this code?
    I do get a pop-up/tab opening with your code, get a server not found error.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    <pre><nowiki><a target="resource11" onclick="this.target='resource11'; return openpopup('/mod/resource/view.php?inpopup=true&amp;id=43','resource11','resizable=1,scrollbars=1,directories=1,location=1,menubar=1,toolbar=1,status=1,width=620,height=450');" href="http://myschool.education.loc/lms/mod/resource/view.php?id=43">click this link</a>
    <script>
    function openpopup(url,name,options,fullscreen) {
    fullurl = "http://myschool.education.loc/lms" + url;
    windowobj = window.open(fullurl,name,options);
    if (fullscreen) {
    windowobj.moveTo(0,0);
    windowobj.resizeTo(screen.availWidth,screen.availHeight);
    windowobj.focus();
    return false;
    </script></nowiki></pre>
    <pre><nowiki>data:text/html;charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxhIHRhcmdldD0icmVzb3VyY2UxMSIgb25jbGljaz0idGhpcy50YXJnZXQ9J3Jlc291cmNlMTEnOyByZXR1cm4gb3BlbnBvcHVwKCcvbW9kL3Jlc291cmNlL3ZpZXcucGhwP2lucG9wdXA9dHJ1ZSZhbXA7aWQ9NDMnLCdyZXNvdXJjZTExJywncmVzaXphYmxlPTEsc2Nyb2xsYmFycz0xLGRpcmVjdG9yaWVzPTEsbG9jYXRpb249MSxtZW51YmFyPTEsdG9vbGJhcj0xLHN0YXR1cz0xLHdpZHRoPTYyMCxoZWlnaHQ9NDUwJyk7IiBocmVmPSJodHRwOi8vbXlzY2hvb2wuZWR1Y2F0aW9uLmxvYy9sbXMvbW9kL3Jlc291cmNlL3ZpZXcucGhwP2lkPTQzIj5jbGljayB0aGlzIGxpbms8L2E+CjxzY3JpcHQ+CmZ1bmN0aW9uIG9wZW5wb3B1cCh1cmwsbmFtZSxvcHRpb25zLGZ1bGxzY3JlZW4pIHsKICBmdWxsdXJsID0gImh0dHA6Ly9teXNjaG9vbC5lZHVjYXRpb24ubG9jL2xtcyIgKyB1cmw7CiAgd2luZG93b2JqID0gd2luZG93Lm9wZW4oZnVsbHVybCxuYW1lLG9wdGlvbnMpOwogIGlmIChmdWxsc2NyZWVuKSB7CiAgICAgd2luZG93b2JqLm1vdmVUbygwLDApOwogICAgIHdpbmRvd29iai5yZXNpemVUbyhzY3JlZW4uYXZhaWxXaWR0aCxzY3JlZW4uYXZhaWxIZWlnaHQpOwogIH0KICB3aW5kb3dvYmouZm9jdXMoKTsKICByZXR1cm4gZmFsc2U7Cn0KPC9zY3JpcHQ+</nowiki></pre>

  • Render Mode GPU generate error when we use window.open()

    Hi,
       Am using AIR 3 beta2 SDK. I set the rendermode descriptor to gpu(<renderMode>gpu</renderMode>) in the application descriptor file. In the application I created a window component which can be opened as a new window within the main application.
    Some lines of code where I load the new window
    var window3DInstance:Window3D=new Window3D();
    window3DInstance.open(true)
    When I run the application and try to open the new window, it generates the following error:
    Error #1508: The value specified for argument renderMode is invalid.
    When we set the rederMode to Auto or cpu, the error disappears and the new window is opened. But I need to render it in gpu mode.
    How we can solve this issue?

    01.  The way that a Monkey Patch is applied depends upon your build/test environment.  You probably use FlashBuilder.  I do not use FlashBuilder, I use FlashDevelop, but the approach is the same, either way.  The principle is that the mxmlc compiler, when it looks to resolve a reference to spark.components.Window, will find two possible resolutions.  Without a Monkey Patch, it would find only one.  Without a Monkey Patch, it would find spark.components.Window only in the airglobal.swc file.  With the Monkey Patch, it will find spark.components.Window because you will add that path to the sources that your project is using.  When the compiler has both a source and a swc entry, it will use the source instead of the swc entry.
    In my build/test environment, the two files are found in my SDK directory:
         G:\FlexSDK\21328
    The swc is at:
        frameworks\libs\air\airgloabal.swc
    The modified source is at:
        frameworks\projects\airspark\src\spark\components\Windows.as
    02.  Wherever your spark.component.Window.as file is located, you should first rename that to Window.org.  Then, you should save the attachment in this email to that location.  To make the modified code visible to your compiler, you will add a sourcepath.  Using my example, the added source path is G:\FlexSDK\21328\frameworks\projects\airspark\src.
    03.  If you open my attachment, you can search for the string 'SSS'.  You will find it only twice -- the patch is trivial.  The first change is to add an additional argument to the constructor for the class.  The second change is to use the value of that argument where Window creates the NativeWindow.  I have set the default value to NativeWindowRenderMode.AUTO, but I do not know if that will work correctly or not.  In my use case, EVERY sub-window is being created by this invocation:
          new Window (new NativeWindowRenderMode.GPU);
    04.  If you read the ASDoc notes for the NativeWindowRenderMode class you will see some rules concerning the requirement of a RenderMode specified in your code having to agree with the RenderMode that is set in the AIR Application Descriptor.  Since my Application Descriptor sets the value of that <RenderMode> parameter to the string 'gpu', I know that my application is obeying the NativeWindowRenderMode class' rules.  What I do not know is how you would create an AIR application in which you had some sub-windows configured for GPU usage and other sub-windows configured for non-GPU usage.  I suspect that under this new architecture, it is not possible to mix and match.  I suspect it is only possible to have one or the other.  Since I must have GPU rendering in at least one of my application's sub-windows, I am setting ALL of them that way even though most of the other sub-windows have no Molehill code running inside them.
    05.  Since Adobe has not published clear documentation concerning these matters, I have no idea whether or not my setting of the default value to NativeWindowRenderMode.AUTO is generally valid.  I have not tested that theory.  If it breaks other applications, then I will simply revert to the un-modified spark.component.Window when working with the broken application(s), and only use the Monkey Patch when working with the important application that requires rendering of Molehill code in a sub-window.

  • Help needed adding album artwork using Windows Vista

    My computer is a PC running Windows Vista. I am missing some album artwork - some artwork from CDs I ripped to Windows Media Player and subsequently transferred to ITunes and my IPod Classic (120GB), and some artwork that is either missing from ITunes or incorrect album artwork. When I drag an album image from ITunes to my album artwork window, it won't copy, nor can I do it from Windows Media Player. Yes, I have enabled automatic download of artwork in ITunes, and yes, I have already read the basic adding album artwork article, and I am not able AT ALL to do any kind of drag and drop.
    I also noticed that my ITunes songs is missing album artwork that ITunes has a partial album for, but I have the FULL album (which I transferred from WMP)
    Any suggestions?

    You can't copy the artwork from the iTunes Store...
    You also won't have any joy if you're trying to add artwork to wav files as they don't support tags.
    Use Google, Amazon, Discogs etc. to locate relevant images. Ideally these should be square, 320x320 pixels or above and borderless to give the best results in the various menus. Copy the image from the source, then select all the tracks of the album, use CTRL-I to *Get Info* and paste the image into the artwork box.
    tt2

  • Firefox foes not open links in a popup window using "window.open(this.href..."

    When clicking on a thumbnail image it's supposed to open the same image in a popup window. (i.e. a bigger version of the same image). Firefox displays in the popup box "Not Found
    The requested URL /undefined was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.'' ''However this does work on other browsers? An ideas why this happens? Example [http://motorpride.co.za/inventory.html ]. Click on any car image in the list

    You're welcome
    Middle-clicking work for links on web pages, but also for many menu entries that open a page in the current tab and some toolbar buttons like the Home page and location bar and search bar Go buttons.

  • Pop up window, and window.opener function using workshop?

    hi,
    pop up window, and window.opener function using workshop?
    hi,
    i am having two folders.
    one folder having
    abc.jpf file,
    test1.jsp
    second folder having
    xyz.jpf
    test2.jsp
    i am using weblogic workshop8.1
    i need to call test2.jsp as pop up window
    from test1.jsp.
    i need to pass value from test1.jsp to test2.jsp
    again i need pass value from test2.jsp to test1.jap
    normal jsp programming we can use window opener
    javascipt function to do above.
    same thing how to us in weblogic workshop?
    any can help?
    thanks,
    jp reddy

    Hi,
    assuming action.do is the action method of ....../folder1/abc.jpf you can try out this in the test1.jsp,
    function openNameHistory(url) {
    var args = "<%= request.getContextPath() %>/folder1/"+url;
         window.showModalDialog(args,'','dialogHeight:320px;dialogWidth:600px;scroll:yes;status:no');
    <netui:anchor href="javascript:openNameHistory('action.do')">Name History</netui:anchor>
    u need not specify the abc.jpf in the url because , workshop allows only one jpf per folder
    hope this helps...
    regards
    shakan

  • Want to hide address,Tool,link bars of a new window opened using target="a"

    Hi,
    I have to hide the address bar, tools bar, lilnks bar of a new window opened using the target = "detailWindow".
    I am opening the window on click of a link and button but I cannot use window.open();. On click of the link for the first time a popup window should be opened showing respective data and then on click of the hyperlink the same window (pop up) should get refreshed with the new data.
    I have searched a lot regarding it but I haven't found any proper solution for the same. I have tried using the javascript but only solution I found is to make the window fullscreen.
    Can anybody help me by providing the solution for the above problem?
    Thank you.

    Not possible.
    Use window.open(). There it is for.

  • Canon Pixma Printing from a Macbook Pro using Windows XP Home machine

    Using my windows xp home machine as a print server. I have a Canon MP480 printer
    Installed bonjour on the xp machine.
    Installed the printer and drivers.
    Shared the printer on XP.
    Installed the driver on the MacbookPro.
    Added the printer using Windows print sharing.
    Prints to XP machine so that the print job shows up in the queue on the windows machine.
    Printer starts to get ready to print.
    It never prints.
    This is a common printer because they give it away at the Mac store when you buy a new Macbookpro.

    Hello and welcome to Apple Discussions.
    Usually when you select to add a Windows shared printer (Add Printer > Windows) you get prompted to enter the Windows user name and password. After entering this information you will then see the printer share name. If you are not getting prompted for account information after selecting the sharing computer then your Mac may have cached or saved a previous account used on Windows. Since you mention Guest for a previous attempt, maybe this is being used by the Mac and if that is now disabled on Windows then this could be a cause. So check your Windows accounts to see if the Guest account is still enabled.
    The other thing that you can do is open Keychain Access on the Mac and look at the 'login' keychains. Your details for the connection to the PC could be saved here so you could delete this entry and then try adding the Windows printer share on the Mac again.
    Once you do manage to see the printer share there is another matter that you need to be aware of. For some printers, the vendor created printer driver does not work when connecting to a Windows shared printer. For these types of connections you need to use either the Gutenprint or PrintFab driver suite.
    Gutenprint is preferred because it is free a version is included with Mac OS X 10.6. The one major issue with Gutenprint is that very new models of printers are often not included with the latest release. In this scenario it is necessary to try to find a compatible model for the respective vendor, but this can use a large amount of ink and paper before achieving a successful result.
    So this can force you to use [PrintFab|http://www.printfab.net] and the creators do a very good job of keeping up with new model releases. There is a cost involved with the software (€49) but there is a 30 day trial so you can at least test that it works.

  • Window.opener problem in javascript

    Hi,
    I'm using a code for opening a clild window from the parent window. The child window contains some <input type="file"> elements. After setting the values of these file elements I'm closing the child window. But before closing I want to set the values of file elements to the file elements on my parent window.
    The code I'm using is as follows:
    "parent.jsp"
    =========
    function createWindow() {
    window.open("child.jsp");
    return false;
    <form method="post" action="display.jsp" enctype="multipart/form-data">
    <input type="button" value="Add Attachments" onClick="return createWindow()"><br>
    <input type="file" name="file1"><br>
    <input type="file" name="file2"><br>
    <input type="file" name="file3"><br>
    <input type="submit" value="Submit Form"><br>
    </center>
    </form>
    "child.jsp"
    ========
    function returnToMainWindow() {
    window.opener.document.forms[0].file1.value = document.forms[0].filex.value;
    window.close();
    <form method="post">
    <center>
    <input type="file" name="filex"><br>
    <input type="file" name="filey"><br>
    <input type="file" name="filez"><br>
    <input type="button" onClick="returnToMainWindow()" value="Done">
    </center>
    </form> The problem is when I'm setting the values of file control of child window to the file control of parent window using window.opener, it's unable to set up the values. Can someone rectify the problem in the code.

    It is impossible to set the value of the file input thing. But if they realy want it in a popup, then you can try something like this:
    -1. Put the attatchement list in a iframe
    0. Open the parent file with some with somewhere a unique id (like a session id or something
    1. Open your child page in a popup, give that uniqueid as parameter ("like child.jsp?id=<uniqueId>")
    2. Use regular file input things in that popup, and replace the 'close' button by a submit button
    3. Track the submit of the form, show a 'now uploading to server, please wait' message
    4. The child page sends the attatchements to the server, stored in a tempory folder named <uniqueId> (store it in the form as a hidden input thing)
    5. When the upload is ready, display some message 'files uploaded, close this window to return to your mail'.
    6. When the user clicks that 'close' button, close the popup and then reload the attachment-frame
    7. The attachment-frame just lists the files stored in that <sessionid> folder, and it seems like the user has added those files to it
    If you want i can create an example of it
    koentjepoppe
    note: if you add the date to that unique id, you know when that folder is created and then you know wich folders you have to delete if the user aborts his mail for example (then those files are still in that folder wasting space)

  • Window.opener lost after submit on _self of a window

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    My problem is:
    1. main window (*1) opens a child window (*2) and save the reference to this new window in an array
    2. the child window (*2) shows a "wait please" image and open on _self the real requested page which can take some time to be created; the new page shows some search fields, the user types the filter and press button for submit; after submit the content of the child window (*2) is the result of a select on DB
    3. in the child window (*2) there is a button which opens another child window (*3)
    The problem is here: the child window (*2) search the main window (*1) using window.opener but its window.opener is itself.
    I need to save the references of all opened windows, so I can close them all when I close the main window (*1)
    For an example (more simple) click here:
    http://asp.rds-software.com/asptest/window.parent/mainwindow.html
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    == Plugins installed
    ==
    Adobe Acrobat 8.2.2.217
    Java(TM) 2 Platform Standard Edition 5.0 Update 6 5.0.60.5
    Microsoft DRM (Netscape Network Object) 9.0.0.4503
    Microsoft DRM (Netscape Plugin) 9.0.0.4503
    Mozilla Default Plug-in 1.0.0.15
    Shockwave Flash 9.0.124.0
    Windows Media Player Plug-in Dynamic Link Library 3.0.2.629
    Windows Presentation Foundation 3.5.30729.1

    Hi,
    try 10.1.3.3 - I tested it with this release and here it worked fine.
    Frank

Maybe you are looking for

  • IPOD not being seen by ITunes

    Message Reads: "Another user on your computer is using IPOD softwear. ITunes cannot read this IPOD, have user disconnect" There is not other user on my computer. Not Good. Ideas Anyone? Dell Dimension 3000   Windows XP  

  • PY-IN:: Note 1507799 - Sec 80CCD

    SAP Note 1507799 - Sec 80CCD - pension contribution notified by central govt. Released: 20.09.2010 Highlights: New wagetype: /3I5 Example: An employee has deposited Rs 50000 in the pension fund notified by the Central Government and the employee's sa

  • What is the difference between apple warranty and applecare and applecare plus

    I understand that apple warranty covers damage due to manufacture defects and applecare is the extended warranty and insurance. Then what is applecare+? What is the difference between applecare and applecare+?

  • Solaris 10 ppp problems

    Hi! I've big problems connecting to my isp using pppd included in Solaris 10 x86. I have Ericsson HiS modem, IDSL technology, connected to /dev/cua0 max speed set to 115200 kbps, it doesn't require chat script. I'd like to notice that there are no pr

  • Transport Standard Text

    Hi All, I did some changes in Standard Text in the development system. Can anybody tell me how to transport the the standard text? Any pointer / document link will be highly appreciated. Thanks, RKM.