Open New window (pop-up) in JSP

Is there a way to open a new window (pop-up) in JSP (not using Javascript:window.open()).
I basically have a JSP that checks user enter data. The If user enter incorrect data it will redirect to itself with a http session value (f-failed) to indicate the type of data error and display proper error message.
If user enter all correct data then it will display a new window (pop-up) in front of the previous window. All also passing values to the new window!
Whats the window.open() in JSP?
THanks

What about trying this scenario:
1. from your first jsp submit to a modal window
var returnVal = window.showModalDialog("yourServlet","",
"dialogHeight:600px;dialogWidth:800px;status:no;help:no");
2. The servlet sets an error code in the request object i.e. 0 good, -1 bad.
3. forward to a page (I call the page database_status.jsp) and get the error code. With javascipt do this:
<%
// get return code
String returnCode = (String)request.getAttribute("databaseStatus");
%>
window.returnValue = parseInt("<%= returnCode %>");
self.close();
4. read the return code
if(returnVal == 0)
alert('code is good');
or pop up your window.

Similar Messages

  • When a pop up window comes up it is - search bookmarks and history window! I cannot log into my bank as login button should open new window to log in but I get the search page. I cannot see larger images as again I get the search bookmarks and history pa

    When a pop up window comes up it is - search bookmarks and history window! I cannot log into my bank as login button should open new window to log in but I get the search page. I cannot see larger images as again I get the search bookmarks and history page etc. Happens on all options that should open new page. I am so frustrated, this has been happening since Firefox updated itself 2 days ago to Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729; .NET4.0C) was fine before that. using windows vista. Can you please advise what I should do? Also can you go back to previous version? Error console eg
    Warning: Error in parsing value for 'cursor'. Declaration dropped.
    Source File: https://ib.nab.com.au/nabib/styles/menu_nab.css?id=009
    Line: 116
    ib.nab.com.au : server does not support RFC 5746, see CVE-2009-3555 and Warning: Selector expected. Ruleset ignored due to bad selector.
    Source File: https://ib.nab.com.au/nabib/styles/nabstyle.css?id=014
    Line: 837
    == This happened ==
    Every time Firefox opened
    == 2 days ago after update.

    Do you have that problem when running in the Firefox SafeMode?
    [http://support.mozilla.com/en-US/kb/Safe+Mode]
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • I am receiving a lot of pop-up ads on website pages. It has only recently started happening. They open new windows with ads for online gambling, online dating and other things. They are annoying and I want them shut off. Please help me

    I have recently started seeing millions of pop-up ads on website pages. It is not something that normally happens. They open new windows with ads for online gambling, online dating among other things. I am growing sick and tired of these ads, and have tried multiple things. I have uninstalled and reinstalled software, I have blocked pop-up ads and unenabled Java script. I have tried everything I could find, but nothing has worked. I have even downloaded AdBlock and Clean Genius. Nothing has even remotely changed this annoying trait. I hope this can be a quick fix I can perform and not something that will have to be done by a tech-hand. Please, if you know anything about this issue, let me know how to fix it.
    Thanks.

    Unfortunately, you have installed malware by clicking on a pop up ad.
    Removal instructions here >>  The Safe Mac » Adware Removal Guide
    Uninstall CleanGenius >  Mac App uninstaller: How to uninstall the Macintosh applications with CleanGenius uninstaller on Mac OS X?
    Third party maintenance utilities are not necessary on a Mac and can actually do more harm than good and cannot remove malware > Mac App uninstaller: How to uninstall the Macintosh applications with CleanGenius uninstaller on Mac OS X?

  • Firefox 31 (Ubuntu) won't open new window or Javascript pop-ups

    Hi, I am running Firefox 31.0 in Ubuntu 14.04 having the following problem:
    1) When I click on New Window or New Private Window in the File menu, nothing happens, same with pressing Ctrl-N.
    2) Certain websites are not able to open new windows or pop-up windows through Java or Javascript
    (e.g. the command: javascript:popup_imp(...) does not produce anything)
    I did try safe-mode and there everything works fine. Then I restarted firefox (several times) with all plugins disabled but still had the same problem, so I don't know what causes the difference between safe-mode and no plugins.
    (By the way, there is no problem opening a New Tab by pressing Ctrl-T or from the file menu, the issue is only the New Window and New Private Window).
    Is there any other way to narrow down what is preventing the new windows?

    Hi cor-el,
    thanks for your answer, however as I explained in my post, safe-mode does not present the problem, but disabling the extensions on its own does not help (i.e with all extensions disabled the problem still is there).
    Also, I did not have this problem in the past and I did not change anything graphics related (unless something was changed software-wise internally and I did not notice).
    And yes I am currently using the default theme.

  • My firefox does not open new window and pop-up

    i can't open new window with firefox. my versian is up-date
    please help

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • 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                                                                                                                                                                                                                                                                                                                                   

  • 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

  • Drill down in new window (pop up)

    Hi all,
           I am having one column chart. when drill down the column chart. one more chart will display. is it possible to open the drill down chart in new window(pop up).
          how to achieve this
    Regards,
    Shanthakumar.

    Hi
    It all depends on your requirements, e.g. do you need to pass variables between the two .swf files for example, then this link may help:
    http://ryangoodman.net/blog/index.php/2006/12/15/passing_data_from_a_parent_to_child_swf
    and could depend on your infrastructure - are you using SAP BusinessObjects Enterprise?
    Regards
    Charles

  • Opening New Window or Explorer

    Hi Everybody,
    My scenario is like this I have one Webdynpro application which contains two Views , First View contains one Link (LinkToAction) when ever I clicks on that link Second View Should open in New Internet Explorer means new Window,
    For this I have created 2 Windows which is having first/second view.
    Following Code is there
          IWDWindowInfo windowInfo = (IWDWindowInfo) wdComponentAPI
               .getComponentInfo().findInWindows("SecondWindow");
               IWDWindow window = wdComponentAPI.getWindowManager().createWindow(windowInfo,true);
               window.setWindowPosition(300, 150);
               window.show();
              //     Save WindowInstance in Context
               wdContext.currentPopupElement().setWindowInstance(window);
    But still its opening same Window or explorer.
    I tried with this method also.
    IWDWindow window = wdComponentAPI.getWindowManager()
    .createModalWindow(windowInfo);
    Still it is not opening New Window.
    Please help me out by opening New Window.
    Thanks in advance.
    AW

    Hi Adam willams,
    FIRST OPTION
    The sample webdynpro url is like this:
    http://<hostname>:<port no>/webdynpro/dispatcher/*******/<Application Name>
    In the above URL, only hostname and portnumber may change if you switch to different server. So, in the code, if we are calling any application using the URL, we need to get the hostname and portnumber dynamically so that, even if we switch to different server our URL will work.
    try {
            InetAddress addr = InetAddress.getLocalHost();
            // Get IP Address
            byte[] ipAddr = addr.getAddress();
            // Get hostname
            String hostname = addr.getHostName();
        } catch (UnknownHostException e) {
    store the host name and portnumber in variables and form the URL
    String URL = "http://"hostname":"port"/webdynpro/dispatcher/....../<YourApplicationName>"
    SECOND OPTION
    Following is the way to do it
    http://localhost:50000/webdynpro/dispatcher/demo.sap.com/firstapp/FirstApp?ToSecondView=yes
    Here the parameter name is ToSecondView and the value for it is yes
    To read this from Webdynpro use
    //value will hold the value yes from the url.
    String value = WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("ToSecondView");
    Now, in the view init() write the above code.
    If value contains yes then you have to navigate to view 2 immediatley. If not be in the same view only.
    Suppose if you access the url directly, you will see the view1.
    If you want to open view2 in the pop up window, call the URL, http://localhost:50000/webdynpro/dispatcher/demo.sap.com/firstapp/FirstApp?ToSecondView=yes.
    In the opened window, it will show view2.
    Regards,
    VJR.

  • My firefox opens new window automatically, how can i change this?

    ok, since 3 or 4 days, my firefox opens new window automatically. it happends at lease 20 times a day. sometimes it happends after i open some webs in new tabs, sometimes it just happens..without doing anything...and the new window often times show the homepage of google...sometimes there were other shopping-web. i try to block them unter "options-content-block pop-up windows"...but it doesnt work. and sometimes the normal webs are redireckted to some webseits...i never had this before. i didnt open some untrustable webs....so...what's going on? how can i change it?

    You question is a little Confusing...
    Do you mean you have created A NEW Apple ID...
    If so...
    It should be Noted that anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID
    If not..
    Settings > iTunes and App Store > Apple ID = Sign Out... Then Sign In using the preferred Apple ID.
    Apple ID FAQs
    http://support.apple.com/kb/HT5622

  • How I make to open html window pop-up over other opened pop-up ??

    Hi
    I need open many html window pop-up OVER other windows html pop-up.
    I made a javascript function, but it only open one window pop up.
    function NewWindow(mypage,myname,w,h,scroll,pos){
         if(pos=="random"){
              LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;
              TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;
         if(pos=="center"){
              LeftPosition=(screen.width)?(screen.width-w)/2:100;
              TopPosition=(screen.height)?(screen.height-h)/2:100;
         }else if((pos!="center" && pos!="random") || pos==null){
              LeftPosition=0;
              TopPosition=20
         settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
         window.open(mypage,myname,settings);
    What I have to do..to open one over one ??? And this haven't limits...on cascate.
    Sorry my mistakes, because I'm still learnning english language.

    "I made a javascript function, but it only open one window pop up"
    If you use the same name then the browser will not open a new window but just re-use the previously opened window. You will either have to not use a name or use a different name for each pop up.
    To get the new window to be on top get the handle to the new window and assign it the focus
    var win = window.open(mypage,myname,settings);
    win.focus();

  • How to open new window and generate oracle report from apex

    Hi,
    I had created an application that generates PDF files using Oracle Reports, following this Guide.
    http://www.oracle.com/technology/products/database/application_express/howtos/howto_integrate_oracle_reports.html
    And I followed 'Advanced Technique', so that users can't generate PDF file by changing URL and parameters. This is done for security reasons.
    But in this tutorial, when 'Go' button is pressed, the PDF file is displayed on the same window of apex application. If so, user might close the window by mistake. In order to avoid this, another window have to be opened.
    So, I put this code in the BRANCH - URL Target. (Note that this is not in Optional URL Redirect in the button property, but the branch which is called by the button.)
    javascript:popupURL('&REPORTS_URL.quotation&P2100_REP_JOB_ID.')
    But if the button is pressed, I get this error.
    ERR-1777: Page 2100 provided no page to branch to. Please report this error to your application administrator.
    Restart Application
    If I put the code 'javascritpt ....' in the Optional URL Redirect, another window opens successfully, but the Process to generate report job is not executed.
    Does anyone know how to open new window from the Branch in this case?

    G'day Shohei,
    Try putting your javascript into your plsql process using the htp.p(); procedure.
    For example, something along these lines should do it:
    BEGIN
    -- Your other process code goes here...
    htp.p('<script type="javascript/text">');
    htp.p('popupURL("&REPORTS_URL.quotation&P2100_REP_JOB_ID.")');
    htp.p('</script>');
    END;
    What happens is the javascript is browser based whereas your plsql process is server based and so if you put the javascript into your button item Optional URL Redirect it is executed prior to getting to the page plsql process and therefore it will never execute the process. When you have it in your branch which normally follows the processes, control has been handed to the server and the javascript cannot be executed and so your page throws the error "Page 2100 provided no page to branch to"... By "seeding" the plsql process with the embedded javascript in the htp.p() procedure you can achieve the desired result. You could also have it as a separate process also as long as it is sequenced correctly to follow your other process.
    HTH
    Cheers,
    Mike

  • Firefox will not open new window, Why?

    I have Vista home base premium operating system. I am a regular user of Mozilla firefox after had lots of positive feedback as one of the best browser. I had no problem for a good while, until recently I found out my add-on firebug stop working. Then I noticed that firefox stopped working properly, ie; it will no more open new window/s. One window will open after rebooting and i can have a number of tabs opened. When I right click on a web link and take the option to open it in a new window it will not open. When I take the option to open it in a new tab then that would be ok. When I go to the toolbar and click on File and chose option "open new window" again it will not open. I have on many accasions completely installed Firefox using the IObit software and use the advance system care to clean the registry and completely scan the system. I then reinstalled the latest version of Mozilla Firefox. I did that twice. The problem is still there. About the ad-on firebug, when I go to the toolbar and click on Tools, i can see Firebug with the extended arrow, but when I click on the arrow to the extended options, it simply would not respond.
    There must something going on, please help.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Can't open Firefox. When I try to open, a window pops saying "Close Firefox" and "A copy of Firefox is already open. Only one copy of Firefox can be open at a time.", and doesn't allow the application to open.

    Came home to find computer restarted, which I assume is an automatic Firefox update.
    When I try to open Firefox, window pops up saying "Close Firefox" and, "A copy of Firefox is already open. Only one copy of Firefox can be open at a time."
    I'm unable to open the program at this time, lots of critical work info stored there - please help. Thx.
    Neal

    See "Hang at exit":
    *http://kb.mozillazine.org/Firefox_hangs
    *https://support.mozilla.com/kb/Firefox+hangs

  • Firefox 4 was set on "Open new windows in a new tab instead." I unclicked that to test opening in a new window. Decided to go back to the tab option, clicked on it but it does not engage and Firefox 4 continues to open in a new window. Is this a glitch?

    I did try rebooting, no go. If anyone knows a way to get that option working, it would be appreciated. Thanks.

    (''Note: cross posted from [https://support.mozilla.com/nl/questions/801471 here].'')
    I had the same problem, but was able to fix it somewhat.
    # Open the about:config page.
    # Set the ''browser.link.open_newwindow.restriction'' setting to 0 (= zero).
    On my machine this will open new windows in a new tab. However, it switches to the new tab regardless of the setting ''"When I open a link in new tab, switch to it immediatly"''.

Maybe you are looking for

  • Can't connect to internet after latest update

    Help.... ipad won't connect to the internet despite having full signal and being connected to home broadband, i know its not the connection as both iphones and macbook work fine..... was ok till i updated the software, anyone suggest anything?

  • Project and Checklist templates - Copy

    Hi, We are on PPM5.0. Is it possible to copy project and/or checklist templates from one client/system to another? We are not carrying out any client or system copy. We have a significant number of projects and checklist templates in a training clien

  • HCM Processes & Forms - Some questions about the PD Processes

    Hi Experts, At my Organisation we use HCM Processes and Forms and Organisation Management and MSS to manage Position Based Security (PBS). The MSS Managers have requested a form be developed which they can use to extend an existing Position to Employ

  • G5 Kernel Trap panic at startup after chime - Help!

    I have a Power Mac G5 2.0MHz Dual Core. The only externals are Mac keyboard, Mac mouse. No third party drivers installed since the HD is blank. I can't even start up past the chime. After the chime, the screen gives me unresolved kernel trap(cpu 0):

  • Question for David Powers

    Hi David has helped so much and I have read two books but am stuck on one thing. You gave me a solution for submitting forms and validating with the inserted results returning, and I wrote ages ago saying the solution worked. It really did but then s