Hi,
I've got a calendar made up of a series of cells. I am trying to make it so you can click on anywhere in the cell to create a new event but if you click on an event that is already in the cell you will get a popup window with details of that event.
The problem is when you hover over the link you can see in the status bar that it wants to load the correct page (editeventform.asp) however this is being over ridden by
onclick="editeventform('createeventform.asp?EventDate=01/04/2008&CategoryCode=BANK');return false;"
If I right click and open the link in a new tab it works if that is relevant.
Any ideas?
Thanks very much
Ed
<td width="20%" class="lightcalcelloff"
onmouseover="this.className='lightcalcellon'" onmouseout="this.className='lightcalcelloff'"
onclick="editeventform('createeventform.asp?EventDate=01/04/2008&CategoryCode=BANK');return false;"
>
<span class="text2">
<b><a href='createeventform.asp?eventdate=01/04/2008&CategoryCode=BANK' class='menusub3lt' onclick='createevent(this.href);return false;'>1</a></b><br>
<a href='editeventform.asp?EventID=684' class='text2' onclick='editeventform(this.href);return false;'>Pension Issues For Transactional Lawyers<br></a>
</td>
I've got a calendar made up of a series of cells. I am trying to make it so you can click on anywhere in the cell to create a new event but if you click on an event that is already in the cell you will get a popup window with details of that event.
The problem is when you hover over the link you can see in the status bar that it wants to load the correct page (editeventform.asp) however this is being over ridden by
onclick="editeventform('createeventform.asp?EventDate=01/04/2008&CategoryCode=BANK');return false;"
If I right click and open the link in a new tab it works if that is relevant.
Any ideas?
Thanks very much
Ed
<td width="20%" class="lightcalcelloff"
onmouseover="this.className='lightcalcellon'" onmouseout="this.className='lightcalcelloff'"
onclick="editeventform('createeventform.asp?EventDate=01/04/2008&CategoryCode=BANK');return false;"
>
<span class="text2">
<b><a href='createeventform.asp?eventdate=01/04/2008&CategoryCode=BANK' class='menusub3lt' onclick='createevent(this.href);return false;'>1</a></b><br>
<a href='editeventform.asp?EventID=684' class='text2' onclick='editeventform(this.href);return false;'>Pension Issues For Transactional Lawyers<br></a>
</td>