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 SkipVought 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: *

  1. wellmoon

    Problem with Shockwave/iml32.dll

    Yeah I tried that, didn't help though. Its such a pain as everything was working fine before I reinstalled windows and its the same PC with the same software on it...
  2. wellmoon

    Problem with Shockwave/iml32.dll

    My Win XP machine became sluggish (as they do) so I decided to format and reinstall Windows. I've added exactly the same software and windows updates as I had on there before, yet know, when I try to play shockwave games on websites, IE7 crashes. Event viewer shows error in iml32.dll. I've...
  3. wellmoon

    AJAX Content Generation

    monksnake, you are the king!! It works, thanks for your help on this, very much appreciated
  4. wellmoon

    AJAX Content Generation

    ok, the part of the function is: for (x=0; x < files.length; x++) { var newbutton = document.createElement("button"); var buttonText = document.createTextNode(files[x]); newbutton.onclick = function() {newFunction(files[x])}; newButton.appendChild(buttonText)...
  5. wellmoon

    AJAX Content Generation

    Sorry monksnake, I've tried that and it still doesn't pass the parameter accross. The code works and doesn't generate any errors but any attempts to retieve the parameter in the next function are met with an empty string...
  6. wellmoon

    AJAX Content Generation

    thanks babyjeffy, I'll bear that in mind
  7. wellmoon

    AJAX Content Generation

    I guess I could set the id to be the parameter instead of the onclick and then use the next function to grab the id instead of just receiving it as a parameter... Thanks for the advice, shame IE just can't use the setAttribute like FireFox can....
  8. wellmoon

    AJAX Content Generation

    thanks for the advice dwarfthrower, the className bit worked for setting the class and the buttons now pick up the correct style. I'm still having trouble with the onclick though, I tried using newbutton.attachEvent("onclick", showContent(files[x])); but I'm getting a 'type mismatch' error...
  9. wellmoon

    AJAX Content Generation

    Hi, I'm using AJAX to get a list of filenames from the server and create buttons based on which filenames the script finds, so if it finds one file in the specified directory it will generate and add one button to the page, then the intention is that clicking that button will load some more...
  10. wellmoon

    Problems with embedded real player in firefox

    thanks monksnake, the links in the page you linked to weren't great but made me laugh, the link to the solution to the firefox problem just says that firefox insn't actually supported! But thankfully I got it working, I was using the wrong damn type attribute. Strangely enough, to make video...
  11. wellmoon

    Problems with embedded real player in firefox

    thanks for the tip but it didn't help....
  12. wellmoon

    Problems with embedded real player in firefox

    Hi, I am trying to embed an rv file created with realproducer basic in a web page. I am using the following code: <object classid="clsid:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" type="application/vnd.rn-realplayer-javascript" > <param name="src" value="mymovie.rv"> <param...
  13. wellmoon

    How to add new icons to system32.dll

    regsvr didn't work, said my dll wasn;t executable and no helper thing was found for the filetype
  14. wellmoon

    All web browser fails

    is it just browsers that can't display web pages? Do your chat/messaging apps still connect ok or has all traffic stopped?
  15. wellmoon

    How to add new icons to system32.dll

    I'll try the Regsrv32 thing as instructed and post the result... I'm just trying to tidy things up a little and make things easier so that instead of having a while bunch of ICO files and just use the one dll, besides anyone can move files around, I guess I just want to do it the technical way ;)
  16. wellmoon

    How to add new icons to system32.dll

    Kinda two questions in one... Firstly, I know system32.dll is a repository for all of the standard windows folder icons, and I have a program which lets you open the DLL and view/extract the various ICO files but I want to know if its possible to add new ICO files to the system32.dll file? It...
  17. wellmoon

    MS Active Sync Problem

    Thanks for the info. I have a different problem at the moment which is also preventing me from using active sync (I had linux on a seperate partition and I screwed up repairng the MBR, had to reinstall the core windows files and somehow removed my USB2 drivers), but as soon as I get that fixed...
  18. wellmoon

    MS Active Sync Problem

    Hi, I have AVG 7.5 and since installing have been unable to connect/sync my windows mobile device. I know AVG is the problem because if I quit the control centre and stopp all avg*** services I can then connect. I have specifically allowed all active sync applications in the firewall...
  19. wellmoon

    Help with For Loops and iFrames Please

    cLFlaVA thanks a lot, nothing beats an example! I got it going now, much appreciated :D
  20. wellmoon

    Help with For Loops and iFrames Please

    I dont use x in any functions that call this function, but I do use it elsewhere in other unrelated functions... I will experiment with the onload function, I see what you mean now about placement, when you mentioned it yesterdsay I thought you meant putting it each of the pages loaded into the...

Part and Inventory Search

Back
Top