PDA

View Full Version : Calender???


twocool
04-15-2003, 08:47 AM
hmm i having troubling linking this flash button......

i have this at first...

<!--input TYPE="button" NAME="DesiredDt" VALUE="Select Date" onClick="Javascript:calendar = window.open('../include/calendar.asp?Form=form1&amp;DateControl=vDesiredDt','cal',' WIDTH=200,HEIGHT=230')"-->


i wanted to link it with a flash button.... but it shows error.. the calender doesnt display probably...... need yr help? :eek:

Skyzyx
04-15-2003, 08:55 AM
From the looks of it, it's commented out. That may be why it's not showing up. Other than that, the window.open script looks right. As far as it being a Flash button, you wouldn't use an INPUT for that. I'd do it as a link.

twocool
04-15-2003, 09:10 AM
can give me example how u link in... i created a mousover effect button..
i tried to do this ... it arent working,,,


<a href = "Javascript:window.open('../include/calendar.asp?Form=form1&DateControl=vDesiredDt','cal',' WIDTH=200,HEIGHT=230')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Select_date','','../images/Select_date_dwn.gif',1)"><img name="Select_date" border="0" src="../images/Select_date_up.gif" width="112" height="20"></a>


PLS help!!!:confused:

Skyzyx
04-15-2003, 11:15 AM
You'll need post a URL (not the source, please) to the page, and I'll take a look at it.