markjohnson123
Programmer
I have a page that has in its header:
I have the following link to bring up the lightwindow:
The page it is on has pagination, at the bottom of which the 'next page's link is:
When I first load the page in Firefox, clicking on the Edit link above brings up the lightwindow popup and make sthe background inactive and dark.
However, when I click on 'Next', and the next page loads up, lightwindow does not work. Clicking in 'Edit' simply sends me to editskills.php?id=(whatever_id) instead of behaving as it should.
It only works when I hard-refresh the page [Shift + Refresh]
To the contrary, in IE8 it works absolutely fine. I can click on Next as usual, and click on edit, and it brings up the lightwindow without having to hard-refresh.
What do I need to do to make it behave in Firefox as it should when 'Next' link is clicked for the next page?
Many thanks
Code:
<link rel="stylesheet" type="text/css" href="../../styles.css"/>
<link rel="stylesheet" type="text/css" href="../../css/lightwindow.css" />
<script type="text/javascript" src="../../javascript/prototype.js"></script>
<script type="text/javascript" src="../../javascript/effects.js"></script>
<script type="text/javascript" src="../../javascript/lightwindow.js"></script>
I have the following link to bring up the lightwindow:
Code:
<a href="editskills.php?id=<? echo $row_vol['id']; ?>" params="lightwindow_width=700,lightwindow_height=300" class="lightwindow page-options">Edit</a>
The page it is on has pagination, at the bottom of which the 'next page's link is:
Code:
[URL unfurl="true"]http://mydomain.com/modules/volunteers/index.php?PageNum_vol=5&total_vols=316[/URL]
When I first load the page in Firefox, clicking on the Edit link above brings up the lightwindow popup and make sthe background inactive and dark.
However, when I click on 'Next', and the next page loads up, lightwindow does not work. Clicking in 'Edit' simply sends me to editskills.php?id=(whatever_id) instead of behaving as it should.
It only works when I hard-refresh the page [Shift + Refresh]
To the contrary, in IE8 it works absolutely fine. I can click on Next as usual, and click on edit, and it brings up the lightwindow without having to hard-refresh.
What do I need to do to make it behave in Firefox as it should when 'Next' link is clicked for the next page?
Many thanks