0

如何在页面加载时显示日历。如下图。

在此处输入图像描述

我可以在单击输入按钮时获取日历,但现在我想在页面加载时加载日历并获取用户选择的值。

以下是页面加载时我必须获取日历加载的地方

<table width="100%">
        <div style="text-align: center; width: 100%;">
            <div style="color: white; font-size: 14pt;">Daily Shipments</div>
        </div>
        <div style="text-align: center; width: 100%;"> Load the calendar here </div>

</table>

请帮我完成这件事。

此致。

4

1 回答 1

2

将您用于获取日历的代码放入window.onload = function() { } 应该为您做的事情。

于 2013-01-03T13:24:26.113 回答