0
votes
0answers
8 views
Struts2 back button and linking
Hello!
I am using Struts 2.1.6 with Dojo plugin, whole app has ajax links (sx:a).
Did anybody succeed to implement back button functionality and linking to certain content?
Does anybody have any …
0
votes
3answers
37 views
Flash : How to read data from shape/graphics object.
Hallo,
I am wondering if it is possible to get the data that is stored in a shape/graphics object in flash using actionscript 3?
In my project I would like to be able to draw a shape and then read …
1
vote
2answers
30 views
JSF 1.2 Go Back hyperlink
I have two forms. On Form 1, I have this screen layout:
<detail section>
hyperlink 1
hyperlink 2
etc
<detail section>
When I click a link on Form 1, for example, hyperlink 1, this takes …
2
votes
6answers
143 views
PHP: Stop a Form from being accidentally reprocessed when Back is pressed
What is the best way to stop a form from being reprocessed when a user hits a Back button?
I'm following the Post/Redirect/Get pattern, so I don't have a problem if F5 is pushed, but the back button …
0
votes
4answers
69 views
Using the BACK button to revert to the previous state of the page
Hello
I am trying a new functionality for my web site. I want to do simple navigation by hiding/showing elements.
For example, when a user clicks a "details" button on some product, I want to hide …
0
votes
1answer
34 views
Back button loop with IFRAMES
In my (school) website we use Iframes to display class blogs (on blogger). This works well EXCEPT if the user then clicks on (say) a photo inside the iframe. Blogger (in this case) then displays the …
0
votes
4answers
46 views
how to check which event caused the post back in asp.net mvc application
I have one View and one Controller in my ASP.net MVC Application.
I have one "Submit" button & one "Cancel" button in my view.
When I click any of the botton below action will be triggered.
…
0
votes
0answers
127 views
AJAX history remote usage enabling back button and loading old page position in divs
Hi gurus,
Thanks again for helping me with this simple solution
My scenario is:
I have a Jquery + AJAX + CodeIgniter web page where I have many divs like
<div id="team">
</div>
<div …
0
votes
1answer
58 views
Javascript-disabled components not disabled after back button
Hi,
I'm disabling groups of radio buttons when a user clicks a checkbox, just using raw javascript and the disabled property.
My function is trivial:
function toggleEnabled(elementId) {
e = …
0
votes
1answer
38 views
mvc and the back button
I'm new to mvc so I don't know if there is a trick to this or not. When a user runs a search on a site I'm building and I take them to the results page, if I click the back button the search form is …
0
votes
0answers
61 views
Back Button of the Firefox Browser working after double click
Hi,
My application is in Perl. Here, for some pages the request is getting submitted twice, that is causing browser's back button history. I am able to see two requests for the same page in the back …
-1
votes
1answer
142 views
std::deque of large objects, how to push_front/push_back effectively without copy?
I have a large class, say:
class Foo
{
char buffer[0x100];
};
I have a deque:
deque<Foo> d;
I want to add an item at the front of d without any copy. Ideally this should be just a …
1
vote
5answers
187 views
persistence of checkbox values
I have a page with several checkboxes. I check a few of them and go to the next page, when I come back on this page, these checkboxes need to remain checked as they were before navigating to another …
1
vote
3answers
150 views
DOM issue in Safari with buttons
Hi,
I was wondering if anyone has seen this issue before.
I have two button on a webpage. When I navigate away from the page and hit the back button to return the value of one button is placed in …
1
vote
1answer
86 views
Verify SharePoint Restore
I have created a new SharePoint 2007 MOSS Intranet. Our admin people are purchasing backup/restore software and I will eventually have to verify a restore of the farm backup they create. Has anyone …
