Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: iLy54
  • Content: Threads
  • Order by date
  1. iLy54

    cell background!?!?

    i have this script the forms a calender of the entire year. <script language=&quot;javascript&quot;> <!-- // fill the month table with column headings function day_title(day_name){ document.write(&quot;<TD ALIGN=center WIDTH=35>&quot;+day_name+&quot;</TD>&quot;) } // fills the month table...
  2. iLy54

    html display..

    how would i display an element that has an attribute, in html. like how would i display: <letter no=&quot;1&quot;>rsvp</letter> would i still be using the span tag with DATASRC='#xmldso' & DATAFLD=&quot;content&quot;. how would i use it if the element had an attribute. thanx, -Mon3y is...
  3. iLy54

    code issues!!

    whats wrong with this code? <script language=&quot;javascript&quot;> function checklogin(x) { if ((x.id.value != &quot;peaches&quot;)||(x.pass.value !=&quot;cream&quot;)) { alert(&quot;Invalid Login&quot;); return false; } else...
  4. iLy54

    difference between dates?

    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-
  5. iLy54

    increase increment

    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...
  6. iLy54

    what is wrong with this?

    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 + &quot;=&quot;+ data if...
  7. iLy54

    Cookie Dissapear!

    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...
  8. iLy54

    flash button query!

    i hav a button created in flash. this is the code used to add the button to the page. <EMBED SRC=&quot;flash.swf&quot; swLiveConnect=FALSE width=120 height=120 QUALITY=autohigh BGCOLOR=#000000 TYPE=&quot;application/x-shockwave-flash&quot;PLUGINSPAGE=&quot;http://www.macromedia.com/...
  9. iLy54

    help with EMBED needed!

    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=&quot;file.swf&quot; swLiveConnect=FALSE width=120 height=120 QUALITY=autohigh BGCOLOR=#A52A2A...
  10. iLy54

    hi, all. i'm new 2 js but im makin

    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]...
  11. iLy54

    for loop is killing me!

    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...

Part and Inventory Search

Back
Top