I'm getting "How to handle Default Aspx file?" whats wrong?

When I try to log into Hotmail I get this question. "How should Firefox handle the Default Aspx file"
How do I fix it?
My operating system is Microsoft Vista
and Firefox 5 i think.

Read this article, especially the bit about loadercontext and currentdomain:
http://blogs.adobe.com/airodynamics/2012/11/09/packaging-and-loading-multiple-swfs-in-air- apps-on-ios/

Similar Messages

  • Certain web sites try to open a tab for billing or other info. fire fix 3 worked fine , 4 & 5 bring up a box asking how to handle a aspx file and nothing will work. am running XP service pack 3. how do I reload 3 again?

    with firefox 3 everything works fine. with 4 and 5 when I try to complete billing info I get a question about how to handle aspx files. nothing works. all I get is a new tab with a blank screen, not data no nothing. When I loaded firefox 4 and had the problem I reinstalled 3 to solve it. I hoped when 5 came along it would include a fix, no such luck. I read many questions about AOL logon that is the same as my problem and have tried all the suggestions with no luck.

    What are you expecting when the aspx window comes up, a PDF or a regular web page?
    Here's the process to roll back:
    First, I recommend backing up your Firefox settings in case something goes wrong. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, download and save Firefox 3.6 to your desktop for future installation. http://www.mozilla.com/firefox/all-older
    Close Firefox 5.
    You could install Firefox 3.6 over it (it usually worked with Firefox 4) or you could uninstall Firefox first. If you uninstall, do not remove your personal data and settings, just the program.
    Unless you have installed an incompatible add-on, Firefox 3.6 should pick up where you left off. If there are serious issues, please post back with details.
    Note: I haven't actually tried this myself!

  • How to write to csv file - Whats wrong with this???

    Hi ALL,
    I created a view that does all sorts of calculations, now I need to write the output in csv file. How do I do this thru a procedure? Sorry I've never had to create a csv file before and this is my first time.
    Thanks!
    Edited by: user5737516 on Nov 18, 2009 9:47 AM

    What is wrong with this?? Am I supposed to do something else before I could run this?
    CREATE OR REPLACE DIRECTORY PAYROLL as 'c:\';
    Directory created.
    grant read, write on directory PAYROLL to my_user;
    Grant succeeded.
    CREATE OR REPLACE PROCEDURE baninst1.PAY_CSV(p_year NUMBER, p_qtr NUMBER) AS
      CURSOR c_data IS
        SELECT pay_period,
               pay_group,
               p_qtr,
               check_date,
               SUM(soc_sec_gross) as SOC_SEC_GROSS,
               SUM(medicare_gross) as MEDICARE_GROSS,
               SUM(TOTAL_DEDUCTIONS) as Total_Deductions,
               SUM(NET_PAY) as Net_Pay
        FROM   baninst1.pzvdedn
        WHERE  pay_year = p_year
        AND        p_qtr = p_qtr
        GROUP BY pay_period, pay_group, check_date, pay_qtr
        ORDER BY pay_period, pay_group, check_date, pay_qtr;
      v_file  UTL_FILE.FILE_TYPE;
    BEGIN
      v_file := UTL_FILE.FOPEN('PAYROLL',
                               'pay_csv.csv',
                               'w',
                               max_linesize => 32767);
      FOR cur_rec IN c_data LOOP
        UTL_FILE.PUT_LINE(v_file,
                          cur_rec.pay_period    || ',' ||
                          cur_rec.pay_group    || ',' ||
                          cur_rec.check_date     || ',' ||
                          cur_rec.soc_sec_gross      || ',' ||
                          cur_rec.medicare_gross || ',' ||
                          cur_rec.total_deductions    || ',' ||
                          cur_rec.net_pay);
      END LOOP;
      UTL_FILE.FCLOSE(v_file);
    EXCEPTION
      WHEN OTHERS THEN
        UTL_FILE.FCLOSE(v_file);
    END;
    Procedure created.
    SQL> exec baninst1.PAY_CSV(2009,1);
    BEGIN baninst1.PAY_CSV(2009,1); END;
    ERROR at line 1:
    ORA-20003: File could not be opened or operated on as requested.
    ORA-06512: at "BANINST1.PAY_CSV", line 45
    ORA-06512: at line 1Edited by: user5737516 on Nov 18, 2009 9:16 AM
    Edited by: user5737516 on Nov 18, 2009 9:18 AM
    Edited by: user5737516 on Nov 18, 2009 9:20 AM
    Edited by: user5737516 on Nov 18, 2009 9:35 AM

  • How do I recover a file what was written in the 'notes' app that I have accidentally deleted?

    how do I recover a file what was written in the 'notes' app that I have accidentally deleted?

    If you have an iTunes backup or iCloud backup containing that note you can restore from that backup.
    If you have no backups the note is gone.

  • How to modify default.aspx in sharepoint 2007

    I am new in the SharePoint and I am working in a project has two English and French websites.
    I have a subside in both English and French websites are using a calendar web part.
    But, as the theme used in the English site is different to the French one, the Calendars colors are different.
    I got the default.aspx pages are using different style sheet files in the header so my assumption is that I can change the link of style sheets in the default.aspx French site to be the same as English one and then the calendar's color would be the same too.
    (It should be mentioned I compared both of calendar.css files are the same but core.css files are different)
    However, I don't know how can I get the default.aspx page to edit or which permission do I need to have or SharePoint designer must be installed in my machine or any extensions in the web server?
    Also, I tried to edit the masterpage in the sharepoint designer but it gives me below error:
    This type of page is not served.
    Server Error in '/' Application.  This type of page is not served.    Description: The type of page you have requested is not served because it has been explicitly forbidden.  The extension '.master' may be incorrect.   Please
    review the URL below and make sure that it is spelled correctly.   Requested URL: /_catalogs/masterpage/default.master  Version Information: Microsoft .NET Framework Version:2.0.50727.3649; ASP.NET Version:2.0.50727.3648  
    Please help me to solve my problem.
    Thanks.

    Default.aspx is stored in the "root" of each site.  Can you advise if you want to change the styling and colours or just the content. 
    If it's content you want to change, edit rights and the Site Actions --> Edit Page will be sufficient.  You'll see slightly different things depending on if you're in a publishing site or not but it's easy enough to add copy from here.
    If you want to make changes specifically for one page, you can consider copying the masterpage, giving it a relevant name and then setting that as the master page for the site level (not the site collection level). 
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • In the last 2 days (after years of use) I can't open my hotmail due to pop-up default aspx? what to do?

    After years of using google (through firefox) to access my hotmail account; all of a sudden, in the past 2 days, I can no longer access hotmail; I get "default.aspx" box popping up. What's up with that! Please advise for fix!

    Hi Darren,
    What operating system are you currently running on?  Based on that, the driver support will be different.  Reference this table for more information:
    http://www.ni.com/white-paper/6910/en/#eseries
    It looks like you might need a newer version of our DAQ Drivers.  Is the other computer that is running correctly still using DAQ 6.5.1?
    Nick
    Applications Engineer
    National Instruments

  • Thoughts on how LabVIEW handles checkout of file from SCC when file already open

    When you already have a file/project open in LabVIEW and it is set to read only because you haven't checked it out, you can go into SCC and do a checkout then save the file immediately. The issue with this is, if your local copy doesn't match the copy in SCC, you will probably be overwriting changes. Sometimes this is convenient because if you have ever edited a MS Word file and then gone to save and it won't let you because it was opened as read-only...then that sucks because you either lose your work, or have to do a copy of the entire word file->close the program->re-open as writable, then paste. This can be avoided with the "LabVIEW way", but the "MS Word" way seems much safer because it forces you to conscioiusly make the file writable (by either checking it out or manually write clicking and changing to writable) BEFORE opening it. I just wanted people's opinions on how LabVIEW handles this, and if there would be a better way.
    CLA, LabVIEW Versions 2010-2013

    VSS 
    CLA, LabVIEW Versions 2010-2013

  • How can i add .aspx files to business catalyst

    Hi,
    A other company that is making news items for us need to upload .aspx files or .php files
    is this possible to do and if so how can they do that.
    Gr. danny

    You can build a nice news feature using web apps.

  • The backlight on my iPhone 4 is blinking how do i stop it or whats wrong with it

    my phone first was frozen and it was just a blank screen the i went online and did what they said to turn it off pressing the lock button and the center but the red sliding bar did not come up the apple logo just came up then when it was turned on and i put the lock code in the brightness or the backlight was kinda blinking or moving wil this stop on its own or how do i fix it or what does this mean?

    connorfromayr wrote:
    I woke up this morning after a tough night on the booze and realised i had smashed the backplate on my iphone 4 and was just wondering if there was anyway i could get this replaced, or even if it's covered by warranty?
    Did you get the 'Wild Party' warranty? if no booze is not covered
    Take it to the Apple Store for the answers to the rest ofyour question
    No loud noises

  • I can't access half of my downloaded music. I get a message, "can't locate file" What is up with that? I dauthorized my computer and reloaded itunes, but it did not solve the problem. Any suggestions? Thank you.

    I can't access half of my downladed music. I get a message, "can't locate file." I dauthorized my computer and reloaded itunes, but it did not help. Any suggestions? Thank you.

    This happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes .
    tt2

  • How to handle default checkbox(row selector)??

    Hi,
    I have a form where in there is a default checkbox and i have created a button named CANCELLED to cancel the particular row,when ever the end user wants to cancel a particular row he checks the checkbox so that in the back end we have taken a column cancel_flag where this column should be updated to 'Y' for the checked row by end user.
    How can we handle this scenerio for the above context??Please any help will be greatly appreciated.
    TIA,
    By,
    Kranthi.

    Kranthi,
    I assume your check box has static list of values like
    STATIC2:Cancelled;YThen write a after submit conditional pl/sql page-process which executes only when we press 'Cancelled' button.
    In the page process, write code similar to
    IF INSTR (:p1_checkbox, 'Y') != 0 --check box selected then
    THEN
    --update table
    UPDATE tbl_name
    SET cancel_flag='Y'
    WHERE pk_id=:p1_pk_id;
    END IF;where pk_id is primary key for your table. p1_pk_id is page item for primary key and p1_checkbox cancelled check box.
    Hope it helps
    Cheers,
    Hari

  • How to handle check-out files of users that are no longer with the company?

    We have cases that files were checked out and modified, but the engineers left before they check-in the files. What's the right way to handle such cases? Does the project admin have right to check-in for the engineers? How can we make another person to
    check the files in?

    Hi Peter, 
    Thanks for your post.
    Do you want check-in that files within the changes which that left engineer created to TFS Server? If yes, you need logon that engineer’s client using his account, then get modified files on this client and perform check-in.
    If you don’t need that changes which modified by that left engineer, just the check-out files on this client caused other users cannot work on that files, you can ask the team project admin user to perform
    tf undo command on that files to resolve this checked-out issue. 
    For example, the files be checked-out under workspace1, so execute this command “tf undo $/xx/xx(file path) 
    /collection:collectionURL /workspace:workspace1 /recursive” to undo it
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to handle the remote files in servlets

    Hi all,
    I want to handle the file remotely in a server side class file by giving the realtive path , let us say some thing like
    File f = new File("http://localhost:8080/images/");
    here images is a directory, my requirement is to get all the image names in the folder.

    you don't have to do it through the network layer...
    check the servlet context doc
    http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContext.html
    (specially the getRealPath an getResource methods
    It helps you to know where you are on the localfilesystem, then you can retrieve the files you want

  • How to handle Responce in FILE to RFC Scenario

    Hi All,
    In file to RFC[sync] scenario...
    Sender side we are using FTP server. Many folders are there .Data is located in folder1 . File adapter picked the data and forwarded it to XI. RFC adapter processes the data.If RFc adapter sends responce , how can we store this responce in Folder2 in FTP server  .Is it possible without BPM .Is this Possible with in a single scenario . If so pls explain the IR and Id steps.

    Hi,
    Why dont you use dynamic configuration for both Directory 1 & Directory 2???
    I had  a similar scenario where we have to define a directory name based on source file names. The sample code is as follows. You can modify this as per your requirement. Let me know if you have any issues.
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File", "FileName");
    and
    DynamicConfigurationKey key1 = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File", "Directory");
    conf.put(key, arg)
    String fileName = conf.get(key);
    if(filename.equals("file1.txt")){
         conf.put(key1, Directory1)
    else
         conf.put(key1, Directory2)
    return "";
    Warm Regards,
    Gouri

  • How to handle fixed lenth files in OSB

    Hi all,
    I will get a fixed length file as below
    length 1 to 512
    ISA00 00 086120930000 090162840692000 1012081221U003060000010710P>
    GS PO6120930000 016284069 1012081221000001071X 003060
    I want to convert these file to xml so that i can perform some transformation in it .
    The challenge is we cant achieve this with MFL reason GS is optional you wont know you will get it or not .like that you have many elements optional non-option complex elements we are not able to achieve this . We raised a SR with oracle support they said it is not possible with MFL .
    I can do this with NXSD but this fixed length file i will get it in JMS queue and OSB doesn't support JMS Adapter .So how will convert this fixed lenth file to xml in OSB.
    Thanks
    Phani

    Hi atheek,
    Thanks for the response .
    Can you share me u r mail ID i will share the flat file and optional and non - optional elements and input . if possible create a MFL and share with me .
    i am trying with MFL its not working .Its urgent.
    Thanks
    Phani

Maybe you are looking for

  • How to unfreeze a MacBook Pro brand new

    My MacBook Pro froze up on me and will not unfreeze. Spinning ball, force quit will not work will not shut download, now it is on sign in page with spinning ball help

  • I would like to upload a excel file using jsp

    Hi, I would like to upload the excel file using jsp in my netbeans ide. Please help. I don Know what is the error in this jsp file. It is not showing any thing and the file is also not getting uploaded. Please gothru the code below. <%@ taglib uri="/

  • HT204291 Apple TV / iPhone 4/ safari

    I have an iPhone4 with iOS 7.0.4, a brand new Apple TV. I can access my itune account through the Apple TV.. Can I use safari? Doesn't seem to be working. I don't have iPhone 4S so i know i can't do mirroring.

  • DATS format in MS excel

    I have to extract many date datasets from excel to InfoObjects in SAP BW. InfoObjectsand DataSource  fields have datatype DATS. I use the external representation of dates (e.g. 18.09.2009) in excel. Some dates are empty on purpose. I want them to be

  • ALV and output internal table !!

    Hi, I have a requirement where suppose user performs some action on the output displayed as ALV like sort etc then whatever new columns and their values gets displayed, i want my final internal table to look exactly the same.. eg if the output table