POST,componet,will,create,really,pretty,visua
Quick Search for:  in language:    
POST,componet,will,create,really,pretty,visua
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
ASP/ VbScript Stats

 Code: 111,619 lines
 Jobs: 175 postings

 
Sponsored by:

 

You are in:

 
Login


 

 


Latest Code Ticker for ASP/ VbScript.
Html2Asp
By G V S V Kishor Babu on 5/1


Click here to see a screenshot of this code!DB Orphan Dupe Checker
By Christopher C on 5/1

(Screen Shot)

myLittleCalenda r (.wsc component)
By myLittleTools.n et - Elian Chrebor on 4/30


Click here to see a screenshot of this code!myLittleCalenda r
By myLittleTools.n et - Elian Chrebor on 4/30

(Screen Shot)

DBrws
By Chris Rustage on 4/29


Click here to see a screenshot of this code!IntraSend Ver 2.0
By Johan Brandstedt on 4/29

(Screen Shot)

LuckyCat Shopping Cart
By Marc Ripin on 4/28


GPAcalc
By Frederick J. Benjamin on 4/26


GPA Calculator
By Frederick J. Benjamin on 4/26


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 
   

Calendar Componet

Print
Email
 
winzip icon
Submitted on: 2/6/2001 1:57:28 PM
By: Britton Beckham 
Level: Intermediate
User Rating: By 3 Users
Compatibility:ASP (Active Server Pages), HTML

Users have accessed this code 14504 times.
 

(About the author)
 
     This componet will create a really pretty visual layout of any month. It has mouse-over colors and will POST back to itself with date information. I built it to run specific queries based on date ranges, but you could use it for just about anyhting. Plug-in a couple of properties and you're set.

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzipto decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for langauges that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.
 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
2/7/2001 12:33:26 AM:ericrepec
Great component.  This seems very 
smooth and was easy to get working. 
Some example code for future 
users.
<%
dim objXML
dim 
objRootElement
dim strXML
Dim 
objHttpReq
dim objCalendar
set 
objCalendar = 
server.CreateObject("calendar.month")
o
bjCalendar.StartDate = 
date()
objCalendar.MouseOverColor="gree
n"
objCalendar.ShowByWeek=true
objCale
ndar.ActiveCalendar = 
true
Response.Write(objCalendar.CreateM
onth)
%>
  
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/8/2001 11:09:31 AM:bZenox
Good One ...
Nice and simple ... 
:)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/14/2001 7:03:31 PM:Pam
I am a beginner and am confused about 
how I would use this in an ASP page.  
Any help would be 
appreciated.
Thanks!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/15/2001 8:48:31 AM:Christian
How do you use this component.
Does 
anyone have a working asp code.
Any 
help would be appreciated.
Thanks
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
3/6/2001 4:39:44 AM:Tianhong Zhang
How to registe this component to make 
it work?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/22/2001 2:57:28 PM:Shawn Heller
How do i control where the images are 
stored?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | ASP/ VbScript Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.