Link to home
Start Free TrialLog in
Avatar of LelloLello
LelloLello

asked on

javascript - show calendar.

On of my users using IE8 and he's having a problem when he click on link on my website.

it's working fine on my IE8 but not on his workstations... What the problem would be.

HEre is the link

<tr>
                        <td width="50%">Start Date (MM/DD/YYYY):<br><input type="text" name="dteStart" id="dteStart" value="01/01/2010" readonly /> <a href="javaScript:showCal('Calendar2')" id="dteStartLink"><img src="../images/calendar_button.gif" width="14" height="14" alt=" Calendar " border="0"></a></td>
                        <td width="50%">End Date (MM/DD/YYYY):<br><input type="text" name="dteEnd" id="dteEnd" value="12/31/2011" readonly /> <a href="javaScript:showCal('Calendar3')" id="dteEndLink"><img src="../images/calendar_button.gif" width="14" height="14" alt=" Calendar " border="0"></a></td>
                  </tr>

The website will not permit me to type anything in the date field, and when i instead click on the calendar icon, only a small blank window pops up.

What may cause that problem ??
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LelloLello
LelloLello

ASKER

what this do?
do you it's not something to do with his internet browser ? or it's a code issue?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial