Questions tagged [browser-refresh]

86 questions
1
vote
2 answers

A different Google Earth tour every 24 hours (unmanned)

I have some code that generates a new KMZ file every 24 hours (each tour has many points and takes about 18 hours to complete). And I have a webpage with the Google Earth plugin which automatically loads and runs the tour (called latest.kmz). Now…
1
vote
2 answers

VB6 application : WebBrowser.Navigate refresh every 3 minutes

I am making an application using VB6 in which a WebBrowser window is launched using this code: Private Sub Form_Load() WebBrowser1.Navigate ("http://google.com") End Sub How can I make the window refresh the same url every let's say…
Nizar Bark
  • 17
  • 7
1
vote
1 answer

What could cause dropdowns to keep their selected values on full page refresh (F5) in Firefox but not IE?

What could cause dropdowns to keep their selected values on full page refresh (F5) in Firefox but not IE?
Matt
  • 25,943
  • 66
  • 198
  • 303
1
vote
1 answer

mobile safari - auto tab switching bug?

It seems Mobile Safari has some weird behaviour like auto tab switching. Please check out the following link using Mobile Safari and then create another tab. http://adhoc.sometwo.net/MobileSafariSucks.html As you can see, you can't stay on other…
erkanyildiz
  • 13,044
  • 6
  • 50
  • 73
1
vote
0 answers

HTML setinterval method

I hope if 'attendance_20121029.xml' file is changed, web browser will be changed automatically. So I used setinterval method. But if I change the file, the web browser doesn't change. And if I execute the HTML file again, the web browser is…
Jimmy
  • 473
  • 5
  • 9
  • 13
1
vote
1 answer

Is there a way to display half loaded html or php

I have a html page that runs several consecutive php/bash scripts, and I would like to make the result visible on the page, before the next script starts. Is that possible? Example:
Html1
hpekristiansen
  • 1,030
  • 3
  • 17
  • 35
0
votes
1 answer

Custom master page not refreshing upon deployment in Sharepoint 2010 Foundation

I use VS2010 on Server 2008 R2 with Sharepoint 2010 Foundation. I have created a custom master page following instructions from here: http://msdn.microsoft.com/en-us/library/gg447066.aspx (activating my custom page as feature), and was delighted…
0
votes
1 answer

Silverlight Refresh data

I don't know what is the best way to force a browser refresh when using silverlight. The scenario is like this: We have a silverlight application hosted on IIS Two users opens the same page and that page contains a grid with some records. Only one…
D_D
  • 1,019
  • 4
  • 15
  • 25
0
votes
0 answers

How redirect to a page after browser refresh?

I have an Angular app with 2 main components: login and home. After the user logs in, it's redirected to home component. What I want to do is to redirect back to login page if the browser is refreshed. How could I do this? I know hot to redirect to…
Ionut
  • 724
  • 2
  • 9
  • 25
0
votes
1 answer

I am facing problem with the react browser router nesting?

So here i am usign two browser router nested and when i try to load it using link it works but when i try to refresh the page all content goes away and i can't get anything on screen. Here is my main router and my sub router is inside…
0
votes
1 answer

How to reload the same page on browser refresh in angularjs

I've a nav bar and when I click any tab in the nav bar, it takes me to that tab.