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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rnby

  1. rnby

    loadvar problem no solution jet

    i get this message onLoad=%5Btype%20Function%5D this is the code i use ____________________________________________________ _root.serverloc = "http://shluchimalbum.com/" logins = new LoadVars(); lgnur4 = _root.serverloc + "check.asp"; logins.load(lgnur4, this); logins.onLoad = function()...
  2. rnby

    Can someone tell me what goes wrong

    what i'm trying is to have on my page musicplaying. I have a playlist and i want it to go through the playlist. the script takes the time from the server var straddr = "<!--#echo var="DATE_LOCAL"-->"; and compares with the starttime of the playlist. var hour1 = 10; var min1 = 10...
  3. rnby

    Can someone tell me what goes wrong

    <html> <head> <script language="javascript"> function sivamtime() { var hour1 = 10; var min1 = 10; var sec1 = 10; var straddr = "<!--#echo var="DATE_LOCAL"-->"; var sec = (straddr.charAt(straddr.length - 6) + straddr.charAt(straddr.length - 5))...
  4. rnby

    get object expected and dont know a way out of it!!!!

    Thank you all for your answer. first of all the time isn't the problem because the script gets the time from the server as follows var straddr = "Friday, 28-Jan-05 08:35:13 PST"; I changed now what adam0101 told me and it starts doing weird. so the script starts to play the song unlimited amount...
  5. rnby

    get object expected and dont know a way out of it!!!!

    var straddr = '<!--#echo var="DATE_LOCAL"-->'; this is in order to get the time from the server but it's not the problem. because if I just let it display the time it works without any problems. I think the problem is the timer. I get the player to work and it goes wrong the moment he needs to...
  6. rnby

    get object expected and dont know a way out of it!!!!

    Thanks everybody for answering i instlled web matrix and mozilla. now i get a different error and dont know how to fix that?? it tells me that the function i'm using in the timeout is not defined
  7. rnby

    get object expected and dont know a way out of it!!!!

    hello, i get the whole time "object expected" the link of the page is http://geocities.com/musicyid/lukt.html I want to be able to play music and when the song finished i should go to the next song by itself. i use for that a timeout what uses the songlength. i use here the time of the server...
  8. rnby

    get object expected and dont know a way out of it!!!!

    <html> <head> <script language="javascript"> songnumber=0; playlist=0; function sivamtime() { var hour1 = 10; var min1 = 10; var sec1 = 10; var straddr = "<!--#echo var="DATE_LOCAL"-->"; var sec = (straddr.charAt(straddr.length - 6) + straddr.charAt(straddr.length - 5)); var min =...

Part and Inventory Search

Back
Top