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: Aarem
  • Order by date
  1. Aarem

    Wallpaper config file

    Hey, I'd like to modify my desktop wallpaper every so often with a script, and I was wondering where the files that contain information on the user's wallpaper are. Thanks, Aarem
  2. Aarem

    Not recognizing network path

    So there's no way to just tell if a computer exists without having a shared folder under it?
  3. Aarem

    Firefox problem... return false not working?

    try removing the javascript: code prefix - they don't go in on* attributes.
  4. Aarem

    Time Script

    Sorry, there are 3600000 milliseconds in an hour.
  5. Aarem

    Time Script

    Just convert the date to (using setDays, etc.) localtime, then add 360000 for every hour, then create a new date object from the new locatltime (using getDays, etc.).
  6. Aarem

    Not recognizing network path

    Basically, I just need something that will allow me to access directory listings of other computers on the network.
  7. Aarem

    Not recognizing network path

    Yes, that is the format I used. (the slashes are escaped.) "\\\\MyPCNetworkname\\" becomes \\MyPCNetworkname\
  8. Aarem

    Not recognizing network path

    Hi, I have a python script that is supposed to check to see if a computer exists on a windows network, but python always seems to return false: os.path.isdir("\\\\MyPCNetworkname\\") should work, right? for some reason, if i have a trailing folder (like \\MyPCNetworkname\folderhere), then it...
  9. Aarem

    Connecting to server

    Thanks!
  10. Aarem

    Connecting to server

    Hello, everybody. I know Flash has the XMLConnect class for connecting to ports >= 1024 and all, but is there a way to connect to a simple, normal URL to retrieve content? Thanks!
  11. Aarem

    Wipe Bootdisk

    Hello, I just recently obtained a hard disk that has old partitions (not sure what filesystem type or whatever), and I would like to remove those partitions, perhaps with a 'wipe' boot disk. Does anybody have a link to an iso image perhaps for a disk like this? Thanks!
  12. Aarem

    Getting the onload event of an iframe

    Yes, however, it isn't just one time I need to access it. At one point in the script, I need to actually change the onload event. I tried this by even writing another iframe with an onload event of alert() and even the document.body.innerHTML showed it printed, but the frame apparently never...
  13. Aarem

    Getting the onload event of an iframe

    I'm sorry?
  14. Aarem

    Getting the onload event of an iframe

    Hello everyone. For some strange reason, whenever I try to get the onload event of any iframe in an HTA, I get "null" as a response. I've tried altering everything I can think of, but nothing has worked! Any ideas on how to fix this? <iframe src="http://google.com" application=yes...
  15. Aarem

    Referencing HTA windows

    Hello. Is there any way HTA (HTML Application) windows can reference each other's window objects, preferably by ID or applicationname? Thanks.
  16. Aarem

    Simplify fraction

    Hello. Does anyone have a good script or link for simplifying a fraction in flash? For example, simplifying 6/3 to 2 or 3/6 to 1/2? thanks.
  17. Aarem

    saving text files - compiler is returning an error

    I'm actually not doing this in an applet -- I'm making an application. What are JApplets and Swing-style applets?
  18. Aarem

    saving text files - compiler is returning an error

    Hi. I have an applet - save.class. This code should work (i think) but the java compiler is giving me an error. What is wrong with my coding? import java.awt.*; import java.applet.*; import java.io.*; public class save extends Applet { BufferedWriter out = new...
  19. Aarem

    Strange cursor flashes when user clicks on a JS button

    Try making the button blur() then focus()
  20. Aarem

    name of config file for display properties!

    I'm not an expert, so I'm going to need help. Where is HKEY_USERS, and how can I access it?

Part and Inventory Search

Back
Top