dongsi7759 2010-11-18 18:51 采纳率: 100%
浏览 94

假期或休假日历

I would like to display vacation and time offs on a linear calendar where the days of the months are the column names and rows are the employee names. I know there is a way to achieve this using php and javascript but I would like to know if there is a shortcut solution that I can use to implement this quicker.

  • 写回答

1条回答 默认 最新

  • druybew06513 2010-11-22 14:24
    关注

    Use javascript to output a <table>, using something like SortTable or a javascript framework to output it.

    Hook up some javascript on the table's click events, and use AJAX to ask PHP for the relevant information. The PHP script can call the database and output the information in something such as JSON.

    Without any more specifics in your question I don't think you're going to get much more help.

    评论

报告相同问题?

悬赏问题

  • ¥15 iOS 自定义输入法-第三方输入法
  • ¥15 很想要一个很好的答案或提示
  • ¥15 扫描项目中发现AndroidOS.Agent、Android/SmsThief.LI!tr
  • ¥15 怀疑手机被监控,请问怎么解决和防止
  • ¥15 Qt下使用tcp获取数据的详细操作
  • ¥15 idea右下角设置编码是灰色的
  • ¥15 全志H618ROM新增分区
  • ¥15 在grasshopper里DrawViewportWires更改预览后,禁用电池仍然显示
  • ¥15 NAO机器人的录音程序保存问题
  • ¥15 C#读写EXCEL文件,不同编译