Tagged Questions

1
vote
2answers
85 views

How to force a page to reload if all what was changed in url is hash?

I am trying to reload current page with different url hash, but it doesn't work as expected. (Clarification how I want it to work: Reload the page and then scroll to the new hash. …
1
vote
3answers
73 views

shift-reload in FF gives unexpected results

dear javascript mavins, I'm presenting a simple animation using img.src replace and the <canvas> tag. At present it's only expected to work in FireFox (FF 3.5.3, Mac OS X 10 …
2
votes
7answers
100 views

best way redirect/reload pages in PHP

Hi, Whats the best way to reload/redirect a page in PHP which completly removes all history/cache? Which headers should I use? The page today: While clicking on a link, get-par …
0
votes
3answers
107 views

python refresh/reload

This is a very basic question - but I haven't been able to find an answer by searching online. I am using python to control ArcGIS, and I have a simple python script, that calls s …
0
votes
3answers
73 views

javascript reload and display message

Hi, I want to reload page after deleting a row from table, and then display message, below is the javascript code, if(action == 'delete'){ window.location.reload(true); //tri …
0
votes
1answer
79 views

How do I make a table view redisplay

I've got a Navigation iPhone app and it's "second level" controller is currently a UIViewController whose Nib contains a UIView. I made space at the top of the UIView for a naviga …
0
votes
3answers
36 views

my layout breaks in IE7 and javascript page reloads make the screen blink

My layout breaks if I change the window size in IE7/AOL, so I added a simple javascript function that fires on window.onresize, but no matter how I change the location I get proble …
0
votes
2answers
49 views

jquery tabs reload

I am trying to figure out how to load the tabs the way I want. Basically when someone visits my page I want it to create 2 tabs(which I have working). Now inside of each of those t …
0
votes
3answers
298 views

prevent iframe content reload on hide in firefox

In my webapplication I hide an iframe using jquery hide() function. Surprisingly firefox reload the content of iframe when the iframe is hidden. Is this a known problem? Is there a …
0
votes
1answer
303 views

problem with reload data from table view after come back from another view

I have a problem in my application. Any help will be greatly appreciated. Basically it is from view A to view B, and then come back from view B. In the view A, it has dynamic da …
0
votes
5answers
114 views

Prevent loss of variables when browser reload button is pressed

Hi to everybody, Is it possible to keep my (global) variables when the page is reloaded? If yes, how? Thanks for any help. Best regards.
0
votes
1answer
51 views

NSOutlineView — reloadItem:reloadChildren: crashing my application

Hi guys I am trying to reload a particular item in my outline view using reloadItem or reloaditem:reloadchildren function in NSoutlineView but its crashing my entire application. …
1
vote
3answers
300 views

How to make the value in dropdownlist not change after submit in JSP?

Let's say i have a jsp page which contains a dropdownlist. when user select a item and click submit to submit the JSP page to itself, after that , the JSP page will reload and ite …
0
votes
3answers
332 views

How do you clear an HTML form on page reload but not when the user navigates BACK to the page?

I am using the trick where you store some data in a hidden form in order to be able to be able to persist it so that when the user navigates away from the page and then uses the BA …
9
votes
5answers
3k views

How do I unload (reload) a Python module?

I have a long-running python server and would like to be able to upgrade a service without restarting the server. What's the best way do do this? if foo.py has changed: unimp …

1 2 3 4 next
15 30 50 per page