![]() |
|
| |||||||
| Notices |
| BlueVoda Tips, Tricks and Shortcuts Know a great BlueVoda (or Web design) tip or trick? Share it with the world here. Become famous for your brilliance! Please, No Questions or Problems! |
![]() |
| | Thread Tools |
|
#2
| ||||
| ||||
|
you can find one in the tips and tricks forum...................
|
|
#4
| ||||
| ||||
|
Please dont duplicate posts. Did you LOOK for this script? do a search.. or even look on google. Im sure you will find a java script that does this. Karen
__________________ KMAC Enterprise Missouri Free Classified Ads Charming Noveltees~Sports Logos Charms ![]() ![]() I've learned that artificial intelligence is no match for natural stupidity! |
|
#5
| ||||
| ||||
|
Drag a HTML box in your page. Make it small, just the space that will display the date. Paste this code in: <font style="font-size:10px;font-family:Arial;" color=#000000> <div id="basicdate"> </div> </font> <script language="JavaScript" type="text/javascript"> var now = new Date(); var days = new Array('Sunday','Monday','Tuesday','Wednesday','Thu rsday','Friday','Saturday'); var months = new Array('January','February','March','April','May',' June','July','August','September','October','Novem ber','December'); var date = ((now.getDate()<10) ? "0" : "")+ now.getDate(); var year = (now.getYear() < 1000) ? now.getYear() + 1900 : now.getYear(); today = days[now.getDay()] + ", " + months[now.getMonth()] + " " + date + ", " + year; basicdate.innerHTML = today; </script>
__________________ Navaldesign Logger Lite: Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA! |
|
#6
| |||
| |||
|
Thanks Naval!
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |