Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 10-28-2002, 11:40 PM   #1
newbie
Confirmed User
 
Join Date: Jun 2002
Location: up yours
Posts: 108
java date script needed

i have a page that has 156 dates on it

i need a java script that lets' me put a simple line in each date spot so that it displays the current date/month in every spot
__________________
<embed src="http://www.pluginstories.com/sig.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="120" height="60"></embed>
newbie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-28-2002, 11:42 PM   #2
pimplink
Confirmed User
 
Join Date: Jun 2001
Location: Closer than you think
Posts: 9,535
Here's a link that spells it out: http://www.computerhope.com/j2.htm
__________________

Need Mainstream Content and SEO?
SEO * Website Copy * Blogs
Blogging - PR Work - Forum Marketing - Social Marketing - Link building - Articles
100% Guaranteed Content!

Last edited by pimplink; 10-28-2002 at 11:43 PM..
pimplink is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-28-2002, 11:45 PM   #3
newbie
Confirmed User
 
Join Date: Jun 2002
Location: up yours
Posts: 108
Quote:
Originally posted by pimplink
Here's a link that spells it out: http://www.computerhope.com/j2.htm
thanks but that's way way way too big to put in 156 times
__________________
<embed src="http://www.pluginstories.com/sig.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="120" height="60"></embed>
newbie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-29-2002, 03:29 AM   #4
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Between your head tags:
PHP Code:
<script language="JavaScript">
<!--
day = new Date();
strday = (day.getMonth() + 1) + '/' day.getDate();
function 
sd(){ document.write(strday); }
//-->
</script> 
Where you want the date to appear:
PHP Code:
<script language="JavaScript">
<!--
sd();
//-->
</script> 
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-29-2002, 04:34 AM   #5
.:Frog:.
Confirmed User
 
Join Date: Jul 2002
Location: ~ C A N A D A ~
Posts: 2,123
script language="javascript">
var monthNames = new Array("January","February","March","April","May"," June","July","August","September","October","Novem ber","December");
tday = new Date();
theDay = [tday.getDay()];
theMonth = monthNames[tday.getMonth()];
out = theMonth + ' ' + tday.getDate() + ''
document.write(out);
</script
__________________
<a href="http://www.pornopayouts.com/?rid=pp3076">PornoPayouts</a>
Tons of Hosted Galleries.

Last edited by .:Frog:.; 10-29-2002 at 04:35 AM..
.:Frog:. is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.