OT: How can IPad user save an HTML file to his machine?

A friend wants to save an HTML file to his IPad (not a link to a web URL)
Any help will be appreciated

You mean browse to the website on an iPad then save it?
Or transfer an HTML file from another device or computer to an iPad?
If the former then:
Try the Atomic web browser for the iPad.
http://itunes.apple.com/us/app/atomic-web-browser-browse/id347929410
There's also a paid app called iSaveWeb in the App Store.
http://itunes.apple.com/us/app/isaveweb-web-pages-saving/id305594530

Similar Messages

  • How can multiple users save passwords securely on a shared computer

    there are three people in my house that all use the same laptop to access the internet and have all been using the save passwords feature... i have just discovered that in the security preference any of us can see the others passwords. the only way i can see of hiding this is with a master password but as we would all need to know the master password that wouldnt really work. how can i hide everyones passwords from everyone else?

    You would have to run separate profiles.
    This article explains how it works: [[Managing profiles]]

  • How can i include css in html file when exported

    I want the CSS should be included in the html file when exported, how is that posable?

    Muse follows its own structure and keeps HTML, CSS and JS code in separate files as and when possible. If you want all that code to be merged into the HTML file itself, then there is no option to force Muse to do that. You can however, add your own CSS code into the HTML page by adding the CSS using either the Insert HTML option or using the HTML for <head> option in Page Properties > Metadata.
    Cheers,
    Vikas

  • How can i render a dynamic html file in jsp page

    Hi everybody,
    i am trying to render a dynamic html file in jsp page with the result of querying a database.
    The response of the query is a xml document. And i have a stylesheet to transfer it to html.
    How can i render the html in a jsp file?

    I am using below code for HTML files
    private var appFile:String="index.html";
    if (StageWebView.isSupported)
                        currentState = "normal";
                        webView.stage = stage;
                        webView.viewPort = new Rectangle( 10, 130, (stage.stageWidth)-20, 750 );
                        var fPath:String = new File(new File("app:/assets/html/aboutus/"+ appFile).nativePath).url; 
                        webView.loadURL(fPath);
                        addEventListener(ViewNavigatorEvent.REMOVING,onRemove);
                    else {
                        currentState = "unsupported";
                        lblSupport.text = "StageWebView feature not supported";
    above code is working fine for me.

  • How can a user save more than one online form without losing their previous form?

    We use Adobe FormsCentral for parent, student and faculty response at my school. The number one task we use them for is Progress Reports. Faculty members fill these out for EVERY student that they teach at our school. Many faculty members like to start the forms and return at a later time to finish them. So this year we were excited to offer the option of saving, however many faculty members have reached out with concern that they save one, receive the link, start a second form, click save receive the link and the first form is gone. I was under the impression that every SAVED form is a case-specific link.
    Is there a way to make saving multiple forms possible? I know that it would be best to just tell faculty to do their form and submit it however that is not the answer they are willing to accept.
    Additionally, because of the PDF not working the same on all machines due to people not necessarily updating their adobe software, that is not an ideal option.
    Thank you in advance.

    What you've described should work fine, assuming the user uses the original forms URL each time they start a new process.
    You send the form URL to the users:
    1) Faculty gets the form URL and starts filling it out
    2) Faculty clicks "Save", enters email and is sent a unique link to that saved form data
    3) Faculty starts the form over, using the original URL (not the link in the Saved data email)
    4) Faculty saves this second version of the form, entering the same email address in the save dialog
    They now have 2 unique emails that contain unique saved data URLs, either one can be opened and the data for that form will be retrieved, they have the option to continue and if still not complete save again, or to submit the form.  The other email/link will retreive the other data set and they have the same options there.  Once they have submitted the data from both of those saved forms there would be two submissions in FormsCentral.
    What error are they getting that says the first form is gone?  And are they definitally starting from the original URL both times and not from a saved URL?
    Thanks,
    Josh

  • How can multiple users spool to same file?

    I am using SQL*plus for 10g db. I am spooling query output to a file. Query should be run and spooled multiple times overwriting previous output.
    here is the main piece from the query.sql file
    SPOOL output.txt
    SELECT....
    SPOOL OFF
    Let's say user Dan runs this query for the first time. An output.txt is created. Dan can run the query multiple times and each time new data is spooled to output.txt. Now Mike is trying to run this query. Nothing happens!
    I thought the issue has to be with file permissions. However, the issue remained after I gave ALL permissions (a=rwx) to both files: query.sql & output.txt. Funny thing is that I created query.sql and now I (or any other users, except Dan) cannot run it.
    Thank you!

    What's the umask of your system?
    umask
    %umask
    22
    %sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.3.0 - Production on Mon Nov 10 12:11:03 2008
    Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SYS@adev>@test.sql
    SYSDATE
    10-NOV-08
    %ls -l test.txt
    -rw-r--r--   1 oracle     oinstall       455 Nov 10 12:11 test.txt
    ------------ Remove the old test.txt ----------------
    %umask 000
    %sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.3.0 - Production on Mon Nov 10 12:17:16 2008
    Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SYS@adev>!umask
    0
    SYS@adxdev>@test.sql
    SYSDATE
    10-NOV-08
    %ls -l test.txt
    -rw-rw-rw-   1 oracle     oinstall       455 Nov 10 12:17 test.txt

  • How to allow user to select pdf file on local machine and populate field with file name only

    Folks,
    I have a project requirement that I am stumped on.  I am admittedly a novice, so forgive questions that may seem obvious.
    My requirement is a form running on a client system where the user can click a button and select a PDF file name from a PDF on their local machine and then populate a form field with that file path & filename.  The file names vary between all machines, so there is no static list.  Note that the PDF is not embedded, nothing is executed, I simply need the file name.
    There are several of these on a form (20+), so manual name entry is too error prone.   I would like to use a 'browse' type dialog, but can not figure out how to implement it.
    I've looked at app.browseForFile, but the users can not install a javascript file in their adobe folder or any other files;  the functionality has to be integral with the original PDF. 
    Functionally, this is no different from the image object file browse, except that I need a PDF instead of an image file, so there doesn't seem like there should be a security issue that is any different from those surrounding the image object.
    I've been stumped on this for the entire week, and I have a deadline rapidly approaching, so any examples or suggestions (please remember I'm a novice) would be greatly appreciated! 

    Thanks for the reply Paul - do you have any sample code of how to attach the PDF?  Or how the user can select a PDF to open?  I might be able to attach it, retrieve the file name, and then un-attach it.
    Alternatively, do you know how to retrieve the file name from the imagePath object?  It will let you select PDF files, but I can't find info on how to retrieve the file name.   It should be the way you would retrieve the file name for an image.
    As a novice in this, thanks for your help and patience!

  • How can i backup external drive iphoto files with Time Machine?

    I just can't figure out how to be sure my external drive is being backed up to Time Machine external Seagate HD, the most important files being some 24,000 family photos. Help!  The forums I have tried seem to keep missing the point with the question.

    The Pondini website is a definitive source for Time Machine information. Perhaps this extract will give you the information that you are looking for:
    http://pondini.org/TM/32.html
    Ciao.

  • How can I back up only selected files using Time Machine?

    I'm a graphic designer, I use a number of Time Capsules to periodically back up my entire computer. But I also want to set up another Time Capsule (bus powered external hard drive) that will continually run as I work and only back up a single folder and all it's sub folders - in this case a folder called 'Client Files'.
    QUESTION: How do I use Time Machine to back up only my 'Client Files' folder and all it's sub folders?

    Frankly, this is probably not worth the time and trouble that it will take to set it up.
    Time Machine backs up your entire Mac by default.
    Time Machine Preferences / Options gives you the ability to Exclude items from backup, so to do what you want, you basically will have to Exclude everything else on the Mac from being backed up.  That is going to be quite a task depending on where your Client Files folder resides and you have your Finder files set up.
    It will not be that difficult to Exclude major folders..... things like Applicatons, Pictures, Music, Documents, etc.....but to get to the point where you want may not be that easy.
    Take a look at things by opening Time Machine Preferences, then click on Options
    Since you will be adding items to be Excluded, you would need to click the + button at the bottom of the window and then navigate to find the general folder that you want to Exclude.
    Unfortunately, you cannot simply tell Time Machine to only back up the items that you want.....you have to tell Time Machine what NOT to back up.....which is going to be most of your Mac.
    And.....whatever you set up in Time Machine /Options to be Excluded will apply to all backups to all Time Capsules.  You cannot specify what is Excluded on one Time Capsule and not another. It's all or nothing. Not what you want to do, I am sure.
    Good luck 

  • How can I permanently save my Illustrator CS6 preferences?

    Each time I open Illustrator, I have to open preferences and go through changing everything back to the way I like it and it's getting really old. How can I permanently save these settings? I've read this article: (http://help.adobe.com/en_US/illustrator/cs/using/WS714a382cdf7d304e7e07d0100196cbc5f-630ca .html) but I think it's for older versions because I couldn't find the Adobe Illustrator Preferences file, and even if I did I wouldn't know what to do with it. I'm on Mac OSX.7. I previously used CS4 and it saved my preferences the first time permanently. Help!

    Can you check the permission on the following  folder :-
    <startup drive>/Users/<username>/Library/Preferences/Adobe Illustrator CS5 Settings/
    Make sure you have the read and write permission on the "Adobe Illustrator CS5 Settings" folder with all the enclosed items.
    Moving this thread to the Illustrator Forums for better assistance

  • How can i transfer the radio recording files from my Ipad to Computer

    how can i transfer the radio recording files from my Ipad to Computer ?

    I was hopeful I could use home sharing to sync my iTunes libraries,
    Unfortunately, you can only stream content to your iOS devices via home sharing (not sync it).
    I'd have a check through the following user tip instead:
    Recovering your iTunes library from your iPod or iOS device

  • How do I re-save an Illustrator file to an older version if I can't open the current file.

    How do I re-save an Illustrator file back to an older version, if I can't open the file because I don't have the newer version it was created in (besides the obvious of purchasing the newer version).

    Diamond DRP,
    You may download a free trail of CS6 or CC.
    CS6 is here,
    http://www.adobe.com/products/catalog/cs6._sl_id-contentfilter_sl_catalog_sl_software_sl_c reativesuite6.html?promoid=KFPHN
    and CC is here,
    http://www.adobe.com/downloads.html?promoid=JZEFS
    You can use it for 30 days.

  • I have itunes on a mac with 2 users but the library only shows on the main user how can both users have the same library?

    i have itunes on a mac with 2 users but the library only shows on the main user how can both users have the same library?

    Hi,
    Have a Look at these Links on Home Sharing:
    http://support.apple.com/kb/HT4620
    http://support.apple.com/kb/HT3819
    Could be what you need...
    Cheers,

  • I had renamed my user login name and assumed that there will be no change in the settings and files. When I login with the new profile name everything is gone. How can I get back all my files and settings?

    I had renamed my user login name and assumed that there will be no change in the settings and files. When I login with the new profile name everything is gone. How can I get back all my files and settings? Please help. Thanks.

    You should have asked this before you tried: Changing username or short name- User Account and Short Name- OS X- How to change user account name or home directory name.

  • I have set up different use accounts on my I mac how can other users share the music stored in my I tunes

    I have set up different user accounts on my I mac how can other users share the music stored in my I tunes

    iTunes: How to share music between different accounts on a single computer

Maybe you are looking for

  • Unable to print with my Canon PIXMA IP 4700 and JetDirect network appliance

    After many tries I decided to post my question. I have a Canon PIXMA IP 4700 connected to the network with a Jetdirect 175X box. So I tried to add a new printer with a "HP Jetdirect Socket" port. I have previously installed the driver from the offici

  • Open link onto the current page in a region?

    Was wondering how i would open a website onto my Apex page. so for example... i have a link linking to http://somewebsite.com in my apex page when the link is click the page would populate within a region in apex which now let the user use that websi

  • Can you rewind while viewing using your Apple TV remote?

    Can you rewind while viewing using your Apple TV remote?

  • Web form to fillable pdf

    Hello I need your help on this trouble : filling a pdf online What i want to do : - prepare fillable pdf files on acrobat pro (already done) - fill the fields on a web form - get the filled pdf online Is there a way to make that with adobe suite or m

  • Menus for Blu-Ray

    Can one build chaptering menus that work in Blu-Ray with Encore?  I normally have worked with Final Cut X but there is no way to build menus for the Blu-Ray DVD.  Thanks Don