Window.open error in IE

G'day.
     I have a page http://ebogott.com/recipeBox.php# that works well in Firefox, Opera and Safari. If it matters, the links that are failing are part of a spry:repeatchildren table. It gives me a javascript error and fails to run in IE. The error line number that it gives me is in a style note comment.  I'm confused.  Is there someone better at javascript that can tell me what's happening?
don Carlos

Thanks for the reply.
But it will be simpler to open the attachement from the local directory from where it got selected for uploading. We have been doing this until we hit this roadblock.
Any solutions to over come ??

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

  • Can't update iOS 8 on my iPhone5 through iTunes on Windows 8 (error 3004, 3194). Updated host file, opened port 80, 443; turned off security system and firewall, etc. But nothing works. How to solve this problem?

    Can't update iOS 8 on my iPhone5 through iTunes on Windows 8 (error 3004, 3194). Updated host file, opened port 80, 443; turned off security system and firewall, etc. But nothing works. How to solve this problem?

    Hi the_mad_movies,
    It seems like this article will be the best option for addressing this issue:
    Error 3194, Error 17, or "This device isn't eligible for the requested build"
    http://support.apple.com/kb/ts4451
    Thanks for coming to the Apple Support Communities!
    Cheers,
    Braden

  • Upon firefox update this morning, every window opens with error: CaptureMovieFox could not be initialized. Some files of the extension may be missing or there is a problem with the Firefox.

    upon firefox update this morning, every window opens with this error in a popup: ''CaptureMovieFox could not be initialized. Some files of the extension may be missing or there is a problem with the Firefox.''
    when I close the popup, the original window opens seemingly without issue.

    http://getfirebug.com/releases/firebug/1.8/
    visit this and find the compatible version of this f***ing firebug. which certainly has nothing to do with us (not-programmers). i have been having this problem for months but now the last link worked for my firefox 6. Find yours here.

  • I am unable to open another Firefox4 window when I have the Error Console open and I can't open the Error Console when I have two Firefox4 windows open. Is anyone else having this problem?

    I am trying to debug the jQuery to a micro site I've created and I am unable to open the Error Console when I have two Firefox windows open and I am unable to open a second Firefox window when I have the Error Console open.
    I am using Mac OS X 10.6.7 and I am using Firefox 4.0.1

    I personally haven't experienced much of the "reverberation/feedback" when using a headset on the i4S...
    Yes, I have near-perfect hearing too (for scope, squeaky brakes hurt my ears) I come from many conversations on many phones and types and first off, CDMA technology is great for coverage, terrible for voice quality. HD Voice in Europe made for some of the best phone conversations I've ever had.
    Back on track, feedback is most noticable (similar to the landline phone) when using the iPhone without a headset, but for me it's not an absolute criticality mainly because I use VoIP apps alot, so maybe it has desensitized me some over the past year.
    But whenever I'm on a call, and the other person has me on speakerphone, I have alot of trouble talking because of the feedback loop caused. So the less of my voice I hear the better I can talk.
    Have you tried a bluetooth headset yet?

  • My project is finish with final cut 4 when i  export on quick time a window open and says (error 34 ) is anyone knows what is the problem tanks DENIS

    my project is finish with final cut 4 when i export via quick time a window open and says (error  34 ) what is the problem .
    i've made many transfers before and every time it was excellent thanks   denis

    Is the external formatted tmac OS Extended?
    It should be.
    Al

  • HT4796 I keep getting a Windows Mail error when trying to run the assistant on my pc, but I don't have any email programs open.

    I keep getting a Windows Mail error when trying to run the assistant on my pc, but I don't have any email programs open.

    You could of course use Safari your default browser as a quick method of accessing gmail until you figure out the Firefox problem. (More than one browser may be used on a Mac or other computer).
    Is this the only site you have problems with ? and does Safari work ok ?
    Often this problem requires the page to be reloaded
    * try pressing the shift key as you reload the page
    Another problem is sometimes the cookies for that site need clearing
    * see [[Delete cookies to remove the information websites have stored on your computer#w_delete-cookies-for-a-single-site]]_delete-cookies-for-a-single-site
    * see also [[Firefox and other browsers can't load websites]] or[[Firefox can't load websites but other browsers can]]

  • Updated itunes now can't open itunes on computer windows 7 error 7 windows error 107

    Updated i tunes now can't open itunes on computer windows 7 error 7 windows error 107

    Hello, goey. 
    Thank you for the question.  Try the steps in the article below as they may help you resolve the issue that you are experiencing with iTunes becoming unresponsive or failing to launch.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/TS1717
    Cheers,
    Jason H.

  • How to reinstall APISupport.dll error detected after windows open

    I am getting error message after windows open that TB\APISupport\APISupport.dll application could not be found. How shall I remove this error.Regards

    Hi @raghavraj ,
    Welcome to the HP Support Forums! I did some research into that error message and it appears as if it is a virus or malware. I would recommend that you run your anti-virus and anti-malware software to fix this issue.  It appears to be related to a Conduit search program or add-on.
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • After I install Itunes 10.5.2 and open itunes a window opens stating another program is not allowing itunes to burn cd's. Next, I get an error window stating itunes 42404 is missing. I've uninstalled itunes 3 times and re-installed. No luck.

    After I install iTunes 10.5.2 and open iTunes a window opens stating "The registry settings used by the iTunes drivers for importing and CD's and DVD's are missing. This can happen as a result of installing other CD burning software. Please reinstall iTunes." This happens everytime.
    After that on one occasion a window stated "Itunes msi) was missing. Upon uninstalling and reinstalling that disapeared. Now I get a window stating, (A required Itunes component is not installed. Please repair or reinstall Itunes.(_42404)"

    To fix registry, refer to this article:
    iTunes for Windows: "Registry settings" warning when opening iTunes
    http://support.apple.com/kb/TS3299

  • Cannot delete file - tried everything - file in use by Windows Explorer error

    Hi - I have tried now for 2-3 hours trying to delete an .mkv file from my "Downloads" folder
    It says the file is in use by Windows Explorer and cannot be deleted
    I have tried deleting it using Del command prompt as me and as Administrator (I am the Admnistrator, there are no other users) - no luck
    I have tried Safe Boot and then deleting - no luck
    I have tried rebooting many times and then deleting - no luck
    Any ideas? It's driving me nuts

    hi to all who have this bug- "file in use by Windows Explorer error"
    this is the only way that it works:
    1.type cmd in search box
    2.go to the drive and the directory the file is in ,for example:
    after you type cmd you have a black screen with c:\user\
    type in the drive the file is in and hit enter example - d: than hit enter
    than you should see d:\>
    now click the directory the problem file is in ,for example i will call the directory "movies"  type in this-   cd movies
    now you will see this d:\movies>
    to delete the file type this:  del filename.mkv (dont forget the .mkv or any other file extension) don't hit enter yet, first open task manager (cntrl+shift+esc) go to process tab than right click on explorer.exe choose and click on end process
    now your desktop should disappear. get back to the "cmd" window and hit enter.
    now the file is deleted. now go back to the task manager and click on "file" on the upper left corner then on new task then type in "explorer.exe"
    and you are done
    please note that the file name you choose to delete cant be with spaces between the letters .if so you will need to change it in the same way in the cmd window only the comand will be instead of "del filename.mkv"(for example) after you are in the
    right drive and directory:
    rename "test space.mkv" testspace.mkv
    hope i helped
    this is the only way it workes
    Instead of running a CMD prompt and typing everything, just start up Winrar or Winzip, kill Explorer, then delete problem MKV files to your hearts content within Winrar or Winzip.
    Winrar and Winzip will navigate your folders as well.
    After you are done, create a new Explorer task.
    or.....   if you need to rename MKV files, just rename them within Winrar/Winzip with Explorer not running.
    I change the MKV extension to AVI (in Winrar with Explorer killed) in order to avoid Explorer issues, if I ever want to move the files in the future without needing to kill Explorer all the time to do so .
    Using WinRAR works for me. Using the cmd function becomes complicated when I cannot rename my file with the rename command".

  • Swf file wont play from httpserver, windows opens up but doesn't play, but works fine from SunOne

    We currently migrating over to http server from SunOne web server.  When you run the launch.html file an additional browser window opens but the swf doesn't not start playing.
    The new http server is using exactly the same doc root as SunOne.
    I have swf in the mime types and i've checked all the permissions .
    Conf File
    Include /opt/IBM/WebSphere/HTTPServer/conf/httpd.conf
    Listen 1xxxx
    DocumentRoot "/www/edc/docs"
    <Directory />
        Options FollowSymLinks
        AllowOverride None
    </Directory>
    <Directory "/www/edc/docs">
        Options FollowSymLinks
    </Directory>
    ######### DirectoryIndex ############################################
    directoryIndex index.html index.htm
    IndexOptions FancyIndexing VersionSort
    ########## Pidfile location,Error and Access Logs #####################
    PidFile /opt/IBM/WebSphere/HTTPServer/logs/edc/httpd.pid
    ErrorLog "|/opt/IBM/WebSphere/HTTPServer/bin/rotatelogs /opt/IBM/WebSphere/HTTPServer/logs/edc/error_%Y-%m-%d-%H:%M 86400 -360"
    CustomLog /opt/IBM/WebSphere/HTTPServer/logs/edc/access_log common
    CustomLog "|/opt/IBM/WebSphere/HTTPServer/bin/rotatelogs /opt/IBM/WebSphere/HTTPServer/logs/edc/access_%Y-%m-%d-%H:%M 86400 -360" common
    LogLevel warn
    # The following directives define some format nicknames for use with a CustomLog directive
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent
    Alias /icons/ "/opt/IBM/WebSphere/HTTPServer/icons/"
    <Directory "/opt/IBM/WebSphere/HTTPServer/icons">
        Options Indexes MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

    Hi,
    I would suggest you read the following thread:
    Windows Media Server Did not Accept HTTP or RTSP streams??? 
    http://social.technet.microsoft.com/Forums/en-US/winservermedia/thread/b3f4f8c9-ac36-49e6-adc7-21e744d2e28f
    In addition, please check whether the following blog could help:
    Play "mms" and "rtsp" Streams in Windows Media Player
    Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Thanks,
    Vincent Wang
    TechNet Community Support

  • Problem with syncing iPod ... Itunes and windows show errors... itunes 7...

    hey guys... since I upgraded to itunes7 my ipod (4th gen click wheel) doesnt sync poperly! it all began when I was syncing the ipod and my screen just froze a few secs after connecing the ipod! I had to restart the computer and reset my ipod... from that time had alot of trouble!
    first the screen froze immediately when I connected my ipod with the pc and later when i had formatted it with windows several times and resetted it a million times with itunes7, itunes and windows show errors (error (-124) while syncing and everything stops! I've just spent nearly two nights on that and really hope that my ipod didn't break just because of itunes7! to stay in proper english and not get that angry in letters that I am in mind--- please so help me... my ipod is everything and im a music junkey! by the way... itunes itself works perfectly... if i not sync! how peculiar that getting back to itunes6 is impossible...i tried it... does it hav a spec reason, hah!
    IBM, Pentium3 (666MHZ), FW(desire to fire), Ipod Click Wheel   Windows XP   30cm

    I tried formatting the ipod with windows! in the end of it windows says that it was not able to format the drive properly. then I click ok, open itunes, restore the ipod, try to sync again and have the problem that after a while the whole thing freezes... no more errors....just from the moment i disconnect the ipod manually from the cable, everything gets back to normal life again! I do not know what to do! do you guys think, my computer is too old or maybe my ipod's broke???
    I'm despairing people...never had problems like that until itunes7! I tried as well to close all the other working programs with the task manager... doesn't change it!
    Thx for the help!
    Christopher
    IBM, Pentium3, FW(desire to fire?)...doesn't really matter Windows XP

  • Can't get the latest itunes update to download on my windows7 laptop. It gives runtime error window then error 7, windows error 114, any ideas

    First thing to say is I'm new at trying to slove my own computer issues, so I may be a little slow. The latest iTunes update will not install on my Windows 7 labtop,   I keep getting a runtime error window with Error 7 and Windows eror 1114. I have run a fix and reload the file with no resuts and can't seem to get it do download manually either, any ideas for this computer challanged person?

    See... Unable to install or open > http://support.apple.com/kb/TS5376
    Also See this User Tip by turingtest2
    https://discussions.apple.com/docs/DOC-6562

  • Windows 126 error 7

    I am not sure which discussion I saw the solution to the itunes error message Windows 126 Error - but they suggested removing ALL Apple items from PC, which I did, then installed Itunes...it worked.  I had spent a couple of hours before trying all sorts of things.

    Hello grandmom.026,
    Thank you for the details of the issue you are experiencing with installing the latest iTunes update.  I recommend following the steps below:
    1. Remove iTunes and related components from the Control Panel
    Use the Control Panel to uninstall iTunes and related software components in the following order. Then, restart your computer:
    iTunes
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    Important: Uninstalling these components in a different order, or only uninstalling some of these components, may have unintended affects.If you encounter an error while uninstalling, try repairing the affected component:
    2. Verify iTunes and related components are completely uninstalledIn most cases, removing iTunes and its related components from the Control Panel will remove all supporting files belonging to those programs. To fully resolve these issues, manually remove any remaining iTunes-related folders listed below.On 32-bit and 64-bit systems:On 64-bit systems:
    3. Reboot your computer.
    4. Download the iTunes installer. When prompted to select what you want to do, choose to save it to your computer.
    5. Install iTunes.
    Right click on iTunesSetup or iTunes64Setup.
    Windows Vista, Windows 7, and Windows 8: Select the 'Run as administrator' option.
    Windows XP: Select the Open option.
    Finish installing iTunes.
    It is important to uninstall iTunes and the related components in the order listed in the first step.
    You can find the full article here:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

Maybe you are looking for