i have this script the forms a calender of the entire year.
<script language="javascript">
<!--
// fill the month table with column headings
function day_title(day_name){
document.write("<TD ALIGN=center WIDTH=35>"+day_name+"</TD>")
}
// fills the month table...
how would i display an element that has an attribute, in html.
like how would i display:
<letter no="1">rsvp</letter>
would i still be using the span tag with DATASRC='#xmldso' & DATAFLD="content". how would i use it if the element had an attribute.
thanx, -Mon3y is...
hi all,
im need to display the difference between 2 dates. but i want it 2 show as a count down with number of days, hours, minutes and seconds.
can anyone help me out on this one?
any help would be greatly appreciated.
thanx so much. -Mon3y is the r00t of all evil and every man needs roots-
Hi people.
i've reached a dead end with this one. i want for this to happen:
every time a link is pressed a number in a text area should increase by 1.sumthing like this:
5 Add
add would be the link. so everytime u click on add the number in the textarea here being 5...
this is part of my code:
// cookie functions
function getCookieExpireDate(noDays){
var today = new Date()
var expr = new Date(today.getTime()+31*24*60*60*1000)
return expr.toGMTString()
}
function makeCookie(name, data, noDays){
var cookieStr = name + "="+ data
if...
hi peolpe.
im having difficulty with my exp date of a cookie that i'v set. This is the function i use:
function getCookieExpireDate(noDays){
var today = new Date()
var expr = new Date(today.getTime()+1000*60*60*24*365)
return expr.toGMTString()
}
i'v set it to expire after a year but...
i hav a button created in flash. this is the code used to add the button to the page.
<EMBED SRC="flash.swf" swLiveConnect=FALSE width=120 height=120 QUALITY=autohigh BGCOLOR=#000000 TYPE="application/x-shockwave-flash"PLUGINSPAGE="http://www.macromedia.com/...
i hav a button which i downloaded.if was created using flash.it is inserted into my page using the embed tag like this:
<EMBED SRC="file.swf" swLiveConnect=FALSE width=120 height=120 QUALITY=autohigh BGCOLOR=#A52A2A...
hi, all. i'm new 2 js but im makin progress. my problem is that i hav an array that contains 10 numbers, like this:
var y=new Array(10,9,8,7,6,5,4,3,2,1,0)
my for loop displays each number consecutively starting from 10, like this:
{color red]function countDown(kk) {
window.status =y[kk]...
im tryin to write my first script and im new to js.it's a very simple script though.
my loop step looks like this:
for (y=0; y<x.length; y++){
window.status=x[y]; }
x ofcos is the name of my array. now i want to set a timeout
so that for say after 5 seconds(for ex.) it will display the next...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.