hi all
is there a way for a calendar control to appear on a web page. thnx.
Printable View
hi all
is there a way for a calendar control to appear on a web page. thnx.
Of course. Here's a nice cross browser one done with DHTML:
http://www.simplythebest.net/info/javascript48.html
Note: when using Netscape 4.x or Netscape 6.x, make sure that there is not any other form element in the same real estate on the screen as the floating calendar. The form element will have the higher z-index and will take priority over the calendar when it "floats" on top of it.
how do i do that in vbscript?thnx.