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 Chriss Miller 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: retrodans
  • Content: Threads
  • Order by date
  1. retrodans

    Add Listener to offsetHeight

    I have a DIV, and I whenever the user alters the copy size, the div changes height, now whenever the DIV does this, I would like a function to run which will grab the offsetHeight of the DIV and run it through a few if statements. I am not used to event Listeners, so any advice on the...
  2. retrodans

    Testing for javascript!

    Is there a way of finding whether the browser uses javascript before the page loads? I have some javascript that alters the styling of the page, and need it to be this way to keep the site accessible. At the moment, the styles flicker from one to the other. I understand that PHP is...
  3. retrodans

    XML data islands in firefox

    I want to display an XML file within a webpage, but it doesn't seem to work in firefox! I heard there is a proble with data islands in firefox, so does anyone know a way around it. I'm new to XML, so any help would be excellent. Cheers all Dan Duke
  4. retrodans

    HTML form into Director

    I have a basic form from an HTML page, and want it to run in director, sending 2 postcodes, and receiving back the miles! How do I get a form to work, I assume its kindof like DistanceID = getnettext("http://www.theurl.php", ["postcode_a": PostcodeTo, "postcode_b": PostcodeFrom]) This should...
  5. retrodans

    makeScriptedSprite or similar for DirectorMX (not 2004)

    In my program, the code will calculate the number of members to go on the screen. Now I know to add a member you need to do a replace with one thats already on screen, but I dont know how many members will be required, so dynamically creating them using lingo would be excellent. I found...
  6. retrodans

    Temporarily copying a directory?

    I have a directory on the computer, and need to temporarily copy the folder and its contents to the root. Does anyone know if this is possible?
  7. retrodans

    FOR or WHILE or any type of looping statement?

    I basically want to do an incrimenting loop, does anyone know how I can do this, cant find it in any of the help files! Here's a basic form of what I want to create from it all. for(var i=0; i<5; i++) { trace("I am greater then 5"); } so outputs text five times... Dan
  8. retrodans

    Messenger log files

    I need to somehow have director scan the log director for my messenger, load up each txt file, take out the relevant information, and put it all into a seperate txt file. Any help would be appreciated, but my main question is how to get director to open each log that's in a folder into a text...

Part and Inventory Search

Back
Top