example,real,time,date,checker,picker,open,ot
Quick Search for:  in language:    
example,real,time,date,checker,picker,open,ot
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
ASP/ VbScript Stats

 Code: 132,008 lines
 Jobs: 198 postings

 
Sponsored by:

 

You are in:

 
Login


 

 


Latest Code Ticker for ASP/ VbScript
if i remember, this is a M. Harris code sample
By ask on 8/24


MTS Registration Script
By Igor Krupitsky on 8/23


Click here to see a screenshot of this code!Creating Windows Users with ASP and ADSI
By jamespwalters on 8/23

(Screen Shot)

News Poster (Advanced)
By Martin Kilbryde on 8/22


Print a web document through MS Word
By ask on 8/22


Click here to see a screenshot of this code!ADSI Domain Group Explorer
By Gordon Asbach on 8/22

(Screen Shot)

_-~Who is looking at your site? v2.0!~-_
By John on 8/22


Using HTML Option to Display Current Month
By Patrick Ingle on 8/20


FdB: Free Database (Aka Fake Database)
By TV2k.net on 8/19


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



 
 
   

Jasons quick calendar

Print
Email
 
winzip icon
Submitted on: 10/12/2000 3:56:07 PM
By: RObot X5  
Level: Advanced
User Rating: By 12 Users
Compatibility:ASP (Active Server Pages), HTML, VbScript (browser/client side)

Users have accessed this code 17586 times.
 

(About the author)
 
     This is an example of a real time date checker / date picker / open other window form. With lots of parameters passing examples Using a mix of asp, vbscript, and java.

 
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 languages 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 Advanced 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
10/12/2000 4:24:29 PM:RObot X5
Hay all what's up I think you will like 
my code. Comments are cool so give it 
up!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/16/2000 1:25:11 AM:jacky
GOOd job!! I Like This Code
Thank You
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/17/2000 9:52:10 AM:Tim2
Great Looking App! Is there any way to 
control the range of dates available? 
I'd like to make the calendar only 
valid from 1 Oct 2000 - 30 Sept 2000?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/17/2000 11:04:50 AM:RObot X5
on 
JasonQuickCalendar.asp
change
<PARAM 
NAME="ShowDateSelectors" 
VALUE="-1">
to 
<PARAM 
NAME="ShowDateSelectors" 
VALUE="1">
this will remove the date 
dropdowns on the form 
by doing this 
you can show one month at a time 
and 
then you can add your own dropdown if 
you want.
Limiting from what ever time 
you want then recall 
the 
JasonQuickCalendar.asp that would also 
do 
what you want.
you can also mess 
around with the other 
Parameters.
there are lots of features 
to the calendar control.
but I don't 
think limiting is one of them but I am 
not positive
thanks for checking out 
my code.
if you could please vote for 
me.
I hope this helps.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/20/2000 9:51:06 AM:Chris
Great code, but it doesn't works with 
Netscape...
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/20/2000 10:20:46 AM:RObot X5
yep sorry no love for netscape 
yet.....
but i netscape should egnore 
it.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/31/2000 7:52:41 AM:Rusty
Hi,
The popup works on my local PWS 
server in a network
environment but 
when other users on the network
click 
the calendar - nothing happens??
Any 
suggestions?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/31/2000 1:07:06 PM:RObot X5
in this version this only works in ie 
because I am using client side 
vbscripting but Netscape and other 
browsers will ignore it (nothing 
happens)  
the other reason this is 
happing is in the example I did not put 
a location in the form information so 
when you it submit in Netscape it will 
not go anywhere also I plan on adding 
to check browser type so you can hide 
the calendar button.
if you want you 
can check for ie and then " if  then " 
out all the code that just applies to 
ie so you can still have in 
netscape.
sorry 
keep looking for the 
next version
Jason (R0Bot x5)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/27/2000 10:02:06 PM:Daniel
the actual error is 
object does not 
support this property
or method.  
it is right at the 
document.all.calendar1.value
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/28/2000 1:15:45 PM:Daniel
Works fine on mine but when other users 
try to access it it says there is a 
script error.  All users  IE  on an 
intranet
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
12/21/2000 11:35:01 AM:Miker
If Calendar is NOT on a 
workstation:
Thank you for your 
assistance...
One of the other 
workstations that I tried this calendar 
on did not have the calendar object and 
as per your expertise I did the 
following... 
1) added the file 
mscal.ocx to the location - 
http://servername/sharename/directory
2) looked up the properties for the 
mscal.ocx file and got the version 
number off the Version tab
3) added 
to the OBJECT tag : codebase=
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
12/21/2000 11:36:48 AM:Miker
Reached the limit of Feedback :
3) 
added to the OBJECT tag : 
codebase="http://servername/sharename/di
rectory/mscal.ocx#version=9.0.0.3620"
And VOILA...if a workstation doesn't 
have the Calendar object, the page 
loads it.
Oh, the mscal.ocx file can 
be found in x:\windows\system
Thanks 
again.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/4/2001 6:46:38 AM:Soren
What do I do about the script error in 
the line "document.all.calendar1.value" 
object does not support method or 
property?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/21/2001 8:22:26 AM:Sven
Great toy but I need the time as 
well... It does not have to be in the 
same application ....It can be a 
seperate thing.
Can You make a time 
picker that works with an analog clock 
in asp for web pages . Just like the 
calender
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/11/2001 7:22:35 PM:Gustavo
What should I do if I need two date 
pickers in the same form. How can I 
pass the information about the textbox 
that called the datepicker?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/30/2002 1:04:23 PM:Addams
We are running IE 6 on an intranet and 
about 1/3 of our machines are receiving 
and error message of:  The ActiveX 
control on this page is not safe.  Any 
ideas on how to make this control safe? 
 We have changed browser security 
settings on most machines, some it 
works, some it doesn't.  Any ideas?  
Thanks for your time.
Addams
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/31/2002 8:30:31 AM:RObot X5
hello
thanks for the 
comment.....
as for making it 
safe..... 
well unfortunaly microsoft 
made this control and it is standerd on 
your computer.  what happends is ie 
regulates what is good and bad by your 
security settings if they are realy 
high then you will not be alowed to do 
annything ..... sorry but lowering your 
security is what you got to do.
it 
is a microsoft thing...
Jason 
Sanders
www.jasonsanders.com
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.