how do I make an interactive calander for my web page

L

lfdr4435

I want to put a calander on my web page and then allow others to add Items
based on thier security access. But calander visiable to all.
 
T

Thomas A. Rowe

In your IE address bar type:

If hosted on Windows IIS

? ASP Calendar application script

If hosted on Unix/Linux

? PHP Calendar application script

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
L

lfdr4435

Can ASP be used on a llinux server



Thomas A. Rowe said:
In your IE address bar type:

If hosted on Windows IIS

? ASP Calendar application script

If hosted on Unix/Linux

? PHP Calendar application script

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

Yes, but the host must have install ChiliSoft ASP or a similar ASP engine, and you can NOT use
Access as the database.

Best to look for a PHP based solution.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top