How can I automatically reload a page every few minutes?

I want the page I have up to reload every few minutes - how can I set Safari (or another browser if necessary) to do that?

Reload Safari page with automator
Automatic Page Refresh...
applescript to refresh a web page every...:

Similar Messages

  • Why do I have to reload page every few minutes?

    Why do I have to reload page every few minutes?

    What app are you using? 
    Why are you reloading the page?  What is the problem that forces you to reload the page?
    A picture of the page might be helpful.
    How to show us a screen image.  Avoid personal identification.
    command + shift + 3   Will take entire screen.  You hear a click.
    command + shift + 4 Lets you decide what to take.  Mouse pointer changes. Move mouse to upper left corner of desire image.  Hold down left mouse key where to start image.  Drag mouse to lower left of where you want to stop image.  Release mouse.
    You will get a picture n.png file on the desktop.
    On the forum input panel you will see the camera icon.
    click on camera icon.
    another window will appear.
    Make sure you have selected the from your computer tab.
    click on Browse button
    An open file panel appears.  Select the file.
    After selection a file, I have this screen showing.
    You will have to click on Insert Image.  You may have to scroll down to see Insert Image button.

  • I get "Make your printer even smarter" page every few minutes

    HP 8100
    When the printer is switched  and idle, it prints a "Make your printer even smarter" page every few minute. How do I stop this?

    Hi RogerShields,
    I was able to help another poster with a similar problem, please take a look at the link below, and let me know if following those steps helped
    http://h30434.www3.hp.com/t5/ePrint-Print-Apps-Mobile-Printing-and-ePrintCenter/STOP-SCHEDULED-PRINT...
    *** If my reply was helpful, please click on the "Kudos Thumbs-Up" on the right, as a way to say "Thanks!".
    If this reply also fixed your issue - please click the "Accept as Solution" button, so that others can find the same answer. ***

  • How can I Refresh the DashBords for every 5 minutes with latest data

    Hi,
    Here we are Using the DashBoards which are accessing the data from SSAS Data bases to the DashBoards.
    From Dash Boards page, we have to refresh the Dash Boards for the latest Data for every 5 minutes.
    can any body provide the solution for this.
    Thanks,
    Supraja.
    SUPRAJA'S

    Hi Tom,
    sorry for late response.
    i have Analysis services(AS) Data base. which is configured with ROLAP settings in SSAS.
    we are showing this AS Database Information in Dash boards.
    once we open the dash board, it will shows the latest information in dash boards obviously. 
    but, Mean while if any changes occured in AS data base, if we want to get that changes in dash boards we have to refresh the dash board (OR) we have to close & reopen the same dash board.
    apart from this if is there any other solutions technically,  Please suggest me.
    Thanks,
    SUPRAJA'S

  • Deskjet F4280 - Prints a cartridge Alignment Page every few minutes

    My F4280 has decided to printe cartridge alignment pages every time I turn it on or randomly as it just sits there.  When I put the alignment page and hit resume (as it tells me to do) it goes throught some internal movement, then sits there for awhile, THEN prints out another chartridge alignment page.  Tried reloading software, but problem still them.
    This question was solved.
    View Solution.

    Hello ImJustAvg,
    this should help. When another page comes out of the printer, first disconnect it from the computer and then place the page on the scanner and hit resume. After its done reboot the printer to see if it will still print a page. If it keeps doing it check the quality of the page. there must be black on it and at least 1 color. not counting the color in the picture of the printer.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Although I work for HP my posts and replies are my own
    Please mark the post that solves your problem as "Accepted Solution"

  • How can I automatically break into pages or sections?

    My volunteer committee has been working on a document we created in Google docs. It has a table of contents for about 111 entries. I downloaded the document and am trying to set it up in Pages so that each of the 111 "chapters" is on a different page. The TOC came over nicely into Pages, but I can't figure out how to separate each of the separate entries into different pages without manually inserting a page break (with no keyboard shortcut!). Each entry is less than a page long...just want them on separate pages.
    Any suggestions?
    Thanks in advance,
    Karyn

    lattelady wrote:
    I can't figure out how to separate each of the separate entries into different pages without manually inserting a page break (with no keyboard shortcut!).
    Hi Karyn,
    (Pages) Help > Keyboard shortcuts lists:
    Insert page break     Command-Enter
    Note that "Enter" refers to the key on the number pad, not the "Return" key at the right of the main keyboard area.
    On my iBook, the Enter key is to the right of the spacebar, at the bottom right of the embedded number keypad.
    If your keyboard does not include a separate enter key, you can still Copy a page break character, then use command-V to paste it where you want it.
    Regards,
    Barry

  • How can i make Garrysmod not crash every 5 minutes?

    ive been playing on the mackbook Air (hands down the most awefull peice of machenery with the shame to call itself a computer ive ever been on) and within 5-10 minutes of playing on Garrysmod it will crash the game. Ive only recently been having the problem and ive tried every fix possable... please help.

    Hi Tom,
    sorry for late response.
    i have Analysis services(AS) Data base. which is configured with ROLAP settings in SSAS.
    we are showing this AS Database Information in Dash boards.
    once we open the dash board, it will shows the latest information in dash boards obviously. 
    but, Mean while if any changes occured in AS data base, if we want to get that changes in dash boards we have to refresh the dash board (OR) we have to close & reopen the same dash board.
    apart from this if is there any other solutions technically,  Please suggest me.
    Thanks,
    SUPRAJA'S

  • Javascript submit XFDF every few minutes?

    I programmatically create a PDF and display it to a person on my web app. I use javascript to setup a submit of the XFDF data to another web page which then saves the data to a database so I can recall it later and repopulate the PDF when the bring it up again. Sometimes these PDFs can take a long time to fill out so I was wondering, is there a way to use Javascript to be able to automatically send the XFDF to a file or web page every few minutes as sort of an autosave feature but not take them away from the PDF. I used to program all the form fields in HTML and use Javascript to iterate through the fields and save it to the server every few minutes, but now that I'm displaying the PDF in its native format, I'd like to incorporate something like this so that users won't lose all their changes should their computer die at a certain point or they lose connection to the web app at some point.
    I'm using C# and asp.net BTW.
    John

    You can use the submitForm JavaScript method to submit the data: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.537.html
    The response from your server script could be just the HTTP "204 No Content" type header.
    To submit at regular intervals, you can use the app.setInterval method: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.165.html
    Finally, the user will have to allow the submit action, the first time at least.

  • How can I make a intro page for my website, then after the intro has run make the page automatically change to my we site home screen

    how can I make a intro page for my website, then after the intro has run make the page automatically change to my website's home screen

    You can do this using a meta refresh but the problem is you have to add it to the html file for the page very time you publish changes.
    A better way is to create a splash page and upload it to the server outside of the folder produced by iWeb. Example HERE.
    The meta refresh is added to the head section of the html file...
    <meta http-equiv="refresh" content="32;url=http://www.domain.about.com/Page-Name.html">
    The delay time in seconds is marked in blue and the URL to the redirect page is in red.

  • I keep getting this pop-up every few minutes: "This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location?" I'm sick of it!!! How can I get rid of it???

    Duplicate of [/questions/860865]
    Question
    I keep getting this pop-up every few minutes: "This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location?" I'm sick of it!!! How can I get rid of it???

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions 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.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    <br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Every time I start Firefox, the upgrade/signup page is displayed in one tabe while google, my start;up page s displayed in another. How can I stop the firefox page from loading every time?

    Every time I start Firefox, the upgrade/signup page is displayed in one tab while google, my start-up page is displayed in another. How can I stop the firefox page from loading every time?

    See these articles for some suggestions:
    * https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    * http://kb.mozillazine.org/Preferences_not_saved

  • How can I get just a page border without having a border around every paragraph?

    How can I get just a page border without having a border around every paragraph? I just want a border around the perimeter of the page.

    Assuming you are using Pages 5, you haven't said:
    1. Select multiple paragraphs > Text > Layout > Borders & Rules > choose a line > select a thickness > select the 4th Positon (all around) > Offset
    or
    2. Inseert a rectangular shape > Resize to suit > Format > Fill > No fill > Border > Line > select thickness/color > Arrange > Stay on Page > Text Wrap > None
    If you want that on every page
    Menu > Arrange > Section Masters > Move Object to Section Master
    Pages will not be able to use fonts that are on your PC (I suppose?) if it doesn't have them. Obviously.
    Just as your PC will not be able to use the Mac's fonts.
    Peter

  • How can I make a decorative page border in Pages?

    How can I make a decorative page border in Pages?

    Hi Janet,
    I suppose that you are asking how to include a decorative border of your design into a pages document. How you design that border is rather out of the range of these discussions. So, let's say that you have a graphic that approximates a picture frame and has the required dimensions to frame your content.
    If you want to have the graphic appear on every page, Drag or Insert > Choose, to incorporate your design in to the document. The position it as you want it, and then Arrange > Send to Background and Format > Advanced > Move Object to Section Master.
    If there is more than one section in your document, there may be more considerations, but if you do this at the outset in the creation of your document, the design of the first section will flow to subsequent sections.
    Regards,
    Jerry

  • How can I (automatically) import new photos of the photostream on my local disc (Mac)? Don't want to use new icloud service. Simply import.

    New Photo app on Mac.
    How can I (automatically) import new photos of the photo stream on my local disc (Mac)? Don't want to use new icloud service. Simply import.
    With iPhoto every new photo was automatically imported and saved on my local disk (with "full resolution" that's what I only need). In the new photo app I have still my photo stream and when I move a photo (drag and drop from the photo stream) to a new album it indicates a (plus). My understanding is that the photo is now copied to my local disk. But when I deleted the photo in the photo stream it was also deleted in the album !?
    If that is the case I can use the photo stream only until I reach the max of 1.000 photos, then I have to delete photos and I will have no copy left.
    How can I "physically" copy a photo of the photo stream to my local disk? I just want to "transfer" all pictures taken with Ipads, Iphones to my central storage on the Mac. Please don't propose to connect it via iTunes (cable) to the Mac.
    Any other suggestions?
    thx
    -Tom

    The amazing device cannot do it because no amazing developer has written an app for it.  There is some interest, others have asked, but i have a hunch that the market is fairly limited, and no developer has jumped at the chance just yet.
    Any sort of tethered approach means try to feed the material to the pad thru the cck.  Which means the app would have to use the allowed/existing cck pathway in a manner that does not violate the sandbox rules.  That may be the problem.

  • How can I publish just one page at a time?

    I switched to a new computer, so I moved the domain file. When I open iWeb, all the pages are there. I made one small change, and only want to update the one page, but since it's on a new computer, all the pages are red and I can't publish just one page - every time I try, iWeb tries to publish all the pages, and it errors out every time. Can anyone tell me how to make it publish just one page at time in spite of the fact that all the pages in the sidebar are red? The only reason I can think for the error message is that there's too much content to do it all at once.

    Yes. If you are uploading to a server and not MobileMe, then just select the option publish to a local folder.
    When you have done this, then use Cyberduck or Transmit and upload just the one page from your site folder to your server, plus it's resultant file. So if you just want to upload a Welcome page for example, use Cyberduck to upload just the Welcome.html page and the Welcome files to your server and into your root folder on your server, which would be either a public_html folder, a www or htdocs folder.

Maybe you are looking for