What is the event by which i can get that user deny the offline data store when the message comes in the browser

I have an application which stores manifest for offline use. Now firefox asking for a confirm message that if i want to allow or not. If i say 'allow' the application works fine. but if i say 'not now' or 'never for this site' the application stops. What is the event to check that user deny to allowing store data. i used different option like - cached,noupdate,error,uncached,idle,obsolete. as an example- applicationCache.addEventListener('idle', function () {});
but none of this says that user deny to allow. Please tell me the option that i can check that user does not want to allow and do my rest work.

It should be possible to allow offline data storage for only certain websites, and that setting is in Options > Advanced > Network. If the answer is "don't do it", then it should not be done. Is that not what is happening?

Similar Messages

  • I lost all of my calender info and did not have the cloud activated. Any ideas on why that happened?  Any idea if I can get that back?

    I lost all of my calender info and did not have the cloud activated. Any ideas on why that happened?  Any idea if I can get that back?

    Not sure why this happened, but are you syncing calendar events direct with a supported calendar app on your computer?
    If not, calendar events are included with your iPhone's backup which is updated by iTunes as the first step during the iTunes sync process. If you haven't synced your iPhone with iTunes since this data went missing, you can try restoring your iPhone with iTunes from your iPhone's backup. Do not sync with iTunes before doing so, and do not update your iPhone's backup before doing so when prompted.

  • HT1386 I have an older iPhone (3gs) and need to upgrade to a newer phone (4S).  I need to get my NOTES, CALENDAR, CONTACTS, PICTURES, etc backed up on iTunes so I can get that data loaded onto the new phone.  But not sure how to do that.

    I have an older iPhone (3gs) and need to upgrade to a newer phone (4S).  I need to get my NOTES, CALENDAR, CONTACTS, PICTURES, etc backed up on iTunes so I can get that data loaded onto the new phone.  But not sure how to do that.  When I open iTunes it has a button that say "Back Up iPhone", but I'm not sure what that does.  When I go into the sync options it say I have another user account and asks me if I want to merge of replace. I'm assuming it's trying to tell me I have an older iTunes Library, but don't know that.  Geez, maybe people over 60 shouldn't have iPhones, iTunes just bafles me.

    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • Is there an FM by which we can get condition record values at header level

    Hi All,
    Please help Is there an FM by which we can get condition record values at header level.
    Thanks,
    Gaurav Mittal

    Hi
    There is no exact FM for this
    Take the Header level condition number from the doc (KNUMV) and pass to the KONV-KNUMV and take the respective Header level amounts(KWERT) from it based on Condition Typse (KSCHL)
    we use VBAK-KNUMV(for SO leve ol)r VBRK-KNUMV(for Billing Doc's) or EKKO-KNUMV (for PO's) to get the record values from KONV
    Regards
    Anji

  • HT3702 I have a ipod 4th generation and on my itunes it keeps asking me for my security cards # but i dont have it is there a way i can get that number without the card itself

    i have a ipod 4th generation; and on my itunes it keeps asking me for my itunes security card # but i dont have it. Is there a way i can get that number without the card itself?

    So I tryed to download it on the apple website but it keeps saying that there is an error.
    What does the error message say? (Precise text, please.)

  • What are the browser recommendations for best viewing iWeb 08 site on a PC?

    What are the browser recommendations for best viewing iWeb sites on a PC? Can't find any info on Apple iWeb site.

    Hi,
    I don't think there are recommendations from Apple.
    What I can say is that the newest version of InternetExplorer at the UniversityCampus is working great with my website I didn't find any problem (Menus, Slideshows, text displaying, pictures everything worked great). There are IE problems reported in other threads but I think they refer to older IE versions (seems like most IE users still have older versions on their PCs).
    Newest Firefox will work too.
    Reagrds,
    Cédric

  • I keep trying to upload my resume on job sites on my iPad and there it seems that I don't have a program that is recognized. Is there an app I can get that will allow me to do this? When I click on the tab that says upload resume it says choose from galle

    WHen trying upload my resume on job sites I only have the option to choose from photo library. Is there an app I can get that would help with this or one that is like Microsoft word?

    Since the ipad, and all apple mobile devices do not have the file structure like on a computer the sites aren't able to locate your file.
    Many job sites and employers allow you to 'copy and paste' your resume into a text box on their site.
    If they have an email option, then that would be best.
    I'm not aware of an app the will allow you to upload your resume. But this seems to be a poplular queston so there might be something in the app store.

  • Change the home button back to the left side!!!!! I've changed browsers and would like to change back and upgrade to FF 6.0 if you can get that fixed!

    "change the home button back to the left side!!!!! I've changed browsers and would like to change back and upgrade to FF 6.0 if you can get that fixed!"
    And why can't I send an email from the old browser? lame!

    You can open the open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout" and drag the home button to where you want it to appear.
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • I somehow managed to delete the app store tab on my homepage and now I cannot download any apps.  Anyone know how I can get that back?  Thanks

    Hi.  I somehow managed to delete the app store tab on my iphone homepage.  Anyone know how I can get that back?  I just got this and now I can't download any apps!  Thanks!

    You cannot delete that icon.  More than likely it's just been moved to another page.  You can use Spotlight to search for it if necessary.

  • What do you recommend to use as an offline data store, since SQL CE support is not in VS 2013?

    A few years back I was architecting an occasionally connected .Net desktop application. 
    VS 2010 was offering full support for Microsoft Sync Framework and SQL CE with Entity Framework. 
    This seemed like the perfect marriage, so I ran with it, and the resulting software solution is still successfully running in production, years later. 
    Jump forward to today, and I am architecting a new occasionally connected .Net desktop application. 
    I was really looking forward to taking advantage of the advances made by Microsoft in using the tools built into VS 2013. 
    However, what I discovered has dumbfounded me.  VS 2013 has no designer support for Sync Framework, and worse, built in support for SQL CE has been completely removed, including the ability to generate Entity Framework models from a
    CE database using the designer. 
    My question to the community is, what tools should I be using to solve the problem of offline storage in my brand new .Net application? 
    I am aware of ErikEJ’s SQL Server Compact Toolbox, which brings back some support for these features in VS 2013, but it is not as fully featured as the VS 2010 native support was, plus it does not have the institutional “Microsoft” stamp on it. 
    I am building a multimillion dollar corporate solution that I will have to support for many years.
     I would like to have some comfort that the technologies I select, today, will still be supported 5 years from now, unlike the way Microsoft has discontinued supporting Sync Framework and CE in the most recent VS. 
    I can accept open source technologies, because there is a community behind them, or off the shelf corporate solutions, since they will be driven by financial gain, but I have trouble committing to a solution that is solely supported by an individual,
    even if that person is a very talented Microsoft MVP.
    Some of the features of SQL CE that I would like to keep are
    Built in encryption of the file on disk
    Easy querying with an ORM, like Entity Framework
    Tools to easily sync up the offline data store with values from SQL Server (even better if this can be done remotely, such as over WCF)
    Does not require installation of additional software on the client machine, as SQL Express would
    Please, provide your feedback to let me know how you have achieved this, without resorting to simply using an older version of VS or Management Studio. 
    Thank you.

    Hello,
    Based on your description, you can try to use SQL Server 2012 Express LocalDB.
    LocalDB is created specifically for developers. It is very easy to install and requires no management, but it offers the same T-SQL language, programming surface and client-side providers as the regular SQL Server Express.
    SQL Server LocalDB can work with Entity Framework and ADO.NET Syc Framework. However, there is no built-in encryption feature in LocalDB which
    can let you encrypt database. You should decrypt/encrypt data on your own, for example, using
    Cryptographic Functions
    Reference:SQL Express v LocalDB v SQL Compact Edition
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

  • HT4009 There was an unauthorized in app purchase done on my account and I'd like to know how I can get that refunded.

    I noticed on my credit card statement that something had been purchased on my phone through iTunes I however did not purchase the in-app game and I would like to know when I can get that refunded.

    Check your e-mail receipt, in there you can click Report a problem link.

  • Can u create aggregates in ODS(Operational Data Store)??

    Can u create aggregates in ODS(Operational Data Store)??
    Thanks In Advance

    Hi,
    Refer the links:
    Re: Difference between InfoCube and ODS Object
    Re: aggregates
    With rgds,
    Anil Kumar Sharma .P

  • Touch ID on my ip5s had broken. I added my fingerprints before then I deleted them and add new one. How I can fix that problem? P/s : Fail immediately when I click on Add fingerprints

    Touch ID on my ip5s had broken. I added my fingerprints before then I deleted them and add new one. How I can fix that problem? P/s : Fail immediately when I click on Add fingerprints.

    problem is "Failed. Sorry, the operation was not succesfull. ... " and now i can't use touch ID in my phone

  • Why can't apple user share or take data from Andriod?

    1.why can't apple user share or take data from Andriod?

    I was able to easily move all my data from my Android phone to my iPhone when I switched. But, that could be, because, instead of complaining, I actually asked questions that made sense, listened to the answers, did some reading and figured it out.

  • My iphone 5 is not syncing with my laptop and windows 8. cant find an itunes app for my laptop. is there something i can get that will help with this

    My iphone 5 is not syncing with my laptop and windows 8. cant find an itunes app for my laptop. is there something i can get that will help with this?

    Lbo51380 wrote:
    cant find an itunes app for my laptop. is there something i can get that will help with this?
    Go here -> http://www.apple.com/itunes/download/

Maybe you are looking for

  • What the hell where are the vocail effec

    What heppend to zeus and alien voice that was in older soundblaster software? has creative gone backwards in its awfoul progaming of software? And why is the x-fi software way worse then 5.

  • Change term of payments in Documents

    Hi Can the terms of payment be changed to the documents which are already posted. Say i posted documents with 30 days grace, now i changed the terms of payment to 20 days. But the changes did not effect documents already posted. Is there any why by w

  • Favorites Sidebar Icons

    In Snow Leopard, I had several often used files in my Favorites Sidebar in the Finder.  Now in Lion, they appear as Folders (though clicking on them will open the file).  I tried to redrag files to that sidebar and I'm not allowed.  It would be nice

  • My creative cloud apps won't load?

    Every time I open Creative Cloud and go to "Apps"  it just keeps loading and never stops...what do I do?

  • Af:selectOneRadio : spacing between radio button and it's text

    Hi All, JDev 11.1.1.6 I want to put some space between two radio buttons (between two af:selectItem) say some 10px. <af:panelGroupLayout layout="horizontal" id="pgl9"> <af:outputText value="1. New mobile phone connection" inlineStyle="font-size: 12px