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

    Embedding SWISH MOVIE IN HTML

    Hi guys! I am trying to incorporate a swish movie into an html page. the movie is saved at the same location as all else on the page. Why do I get a white blank patch in place of the movie? Below is my html code for embedding it. Thanks lots! succeed <html> <head> <title>Flash...
  2. obtain

    PAGE DOESN&quot;T LOAD...BLANK SCREEN

    Hi! I got this code for a path animator off the net but it won't load when i run it. Know why? the source for the page says the code is there but nothing on screen. Thanks much! [code <html> <head> <title>Path Gen</title> <style> body{ color: white...
  3. obtain

    How to draw lines from one point to another

    Hi guys! New to this arena..how do I draw lines from one point to another in Javascript? Thanks much, obtain
  4. obtain

    URGENT-Object Path animation for IE browser!!

    Hi guys! I'm trying to use this code to generate a path..it allows you to use mouseclicks to define the path and is supposed to support both IE 4 and up and NN4. WHen I call on this page as it is now I get a black blank screen even though on checking my source code..all code arrives intact. Is...
  5. obtain

    URGENT - Creating a Path for an object!!

    Hi guys! I'm trying to use this code to generate a path..it allows you to use mouseclicks to define the path and is supposed to support both IE 4 and up and NN4. WHen I call on this page as it is now I get a black blank screen even though on checking my source code..all code arrives intact. Is...
  6. obtain

    Creating a Path for an object

    Hi guys! I'm trying to use this code to generate a path..it allows you to use mouseclicks to define the path and is supposed to support both IE 4 and up and NN4. WHen I call on this page as it is now I get a black blank screen even though on checking my source code..all code arrives intact. Is...
  7. obtain

    How to draw lines from one point to another

    Hi guys, I'm very new to this. How do I draw lines from one point to another? sy to form a triangle? Thanks much, obtain
  8. obtain

    Javascript Path Generator...blank screen

    Hi guys! I'm trying to use this code to generate a path..it allows you to use mouseclicks to define the path and is supposed to support both IE 4 and up and NN4. WHen I call on this page as it is now I get a black blank screen even though on checking my source code..all code arrives intact. Is...
  9. obtain

    Hi twist! the first version with f

    Hi twist! the first version with form worked for changing form[cr].value but couldn't set the new value for CoutTotale. This last one I tried doesn't do any at all. Did I set it up wrong: Here's my changes: function calcul(passedform) { thisform = document[passedform]...
  10. obtain

    Simple Javascript question..Forms..

    Hi again, Thanks to 'twist' this function now executes but I have a problem getting my last line to work. CoutTotale refers to a textbox created within the form and to which I want to send the final calculated value. function calcul(form) { for(var i=0;i<form.nomb.value; i...
  11. obtain

    Simple Javascript question on calling variables in Forms

    Hi friends, I have a form with textboxes that gets passed to a Javascript function inthe head of my document when a button is clicked. Problem: Textboxes are automatically named in a for loop in tthe form so to know which one to call I must also have a for loop in my Javascript function. So I...

Part and Inventory Search

Back
Top