带特殊价格日历及生成网址二维码

需求预算:300.00元

价格日历如附件所示。 点击input框弹出日历框(2.jpg)。但弹出展示的样式如(1.jpg).数据库设计为默认读取为A表中price字段的值。 B表设计为 tid,begin,end,price四个字段。当一个时间段以内有特殊价时日历内显示特殊价 特殊价函数我已要写出来了 function tsPrice(times,pId) set spRs=server.createobject("adodb.recordset") spSQL="select top 1 Price from B表 where tId="&pId&" and DATEDIFF('d',Begin,'"&times&"')>=0 and DATEDIFF('d',End,'"&times&"')<=0" spRs.open spSQL,conn,1,1 tsPrice="" if not spRs.eof then tsPrice=spRs("Price") end if spRs.close set spRs=nothing end function 另需一个自动生成当前网址的二维码程序 程序语言:ASP,JS

2019-09-21 10:09:27

更多需求