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

    Hidden Form Field Problem

    Check this out. I have two test files. One called parent.html and the other called child.html. What the files do is open a pop-up window called child from parent. You can then plug some data into child, hit "send info" and the data the hidden form field should be populated. It's not working...
  2. zwarte

    Issue with scroller in flash

    Flash Scroller Sample Hello, I had been given a project in flash that has been boggling me for sometime. Whenever I enter in a new image at the end of the flash scroller, it doesn't show the full image. It only shows half of the last image I added. Can someone shed some light on whats going...
  3. zwarte

    Variables and DOM

    Hello Again, Is it possible to pass a variable to an object model reference? In example: var j = new Date(); var s = j.getDate(); For instance today is July 5th. The variable s will return the number 5. I want to be able to take that number and plug it into something like...
  4. zwarte

    DOM

    Hello Board, Please help me if you can. Here is what I am trying to do. I want to access the properties of the BGCOLOR of the <TD> using the DOM. Here is an example. <td id=&quot;1&quot; bgcolor=&quot;#FFFFFF&quot;> <--- with ID. Here is how I am trying to access it: <script...

Part and Inventory Search

Back
Top