Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a div on my webpage and i am using cookies to store user data . i have made perticular button to open perticular div on my webpage. means i have set 12 buttons to open 12 different div on 12 different webpages connected with a single master page now my problem is:

when i click first button, image of that perticular button is retrieved from database
but when i click second button still first image from the database is retrieved. here i want second image to be retrieved .but once again when i click on the second button the second image is retrieved.

my problem is in the first click i get previous buttons image retrieved and for the second click i get what i want i.e my image of that perticular div. thus i have to click every button two times to retrieve the exact image . this is causing problem in mozilla firefox but on the other hand working nicely in IE and Chrome. pls help me out with this.
Posted
Comments
vino2012 31-Dec-13 1:46am    
may be your code need to handle for 'mozila firefox'.

Post your code.
Without looking into code, we can't guess the issue.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900