|
|
| File: | C:\dev\MyEclipse\research\workspaces\.metadata\.me_tcat\webapps\CalendarDoc\CalendarRef\cal\tagClick101.jsp |
|
1
|
<%@ taglib uri="http://www.intelmobility.com/taglibs/imCalendar-1.2" prefix="cal" %>
|
|
2
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
3
|
<HTML><BODY>
|
|
4
|
<form name=myForm>
|
|
5
|
<input type="text" name="startDate"/>
|
|
6
|
<img src="./cal/images/popupCalendar.gif" border=0 align="bottom" height='18' style='{cursor:hand}'
|
|
7
|
onClick="window.open('./cal/tagClick102.jsp', 'startDate','width=400,height=200,toolbar=no,location=no,menubar=no');"/>
|
|
8
|
<P>
|
|
9
|
<input type="text" name="startDate2"/>
|
|
10
|
</P></form>
|
|
11
|
<TABLE><TBODY><TR><TD>
|
|
12
|
<cal:calendar>
|
|
13
|
<cal:click name="selectDay" descr="select day" toField="myForm.startDate2"/>
|
|
14
|
<cal:click name="scrollMonth" />
|
|
15
|
</cal:calendar>
|
|
16
|
</TD></TR></TBODY></TABLE>
|
|
17
|
</BODY></HTML>
|