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. asdf5678

    Ways to Execute Javascript

    Here's what I'm doing: I need to assign the value of a text box to a coldfusion variable. Since javascript is how textbox values are accessed, what are the ways javascript can be executed? These are the ones I know: 1) in an onclick, onload, etc. event 2) in <script></script> within the...
  2. asdf5678

    Update/Refresh Embed/Object Content

    I'm working with your suggestion, Vragabond. I've gotten all of the iframe, target stuff written into the code, but I have another hurdle: the links are to pdfs listed in a javascript array. Is there a way to assign a javascript array item (a pdf in this case) to an anchor tag? This is what I...
  3. asdf5678

    Update/Refresh Embed/Object Content

    Thanks, George! I looked into replacing the entire embed tag dynamically, but my attempt did not solve the problem. I used: document.contextual(document.tags.EMBED).refresh; I received an error that document.tags.EMBED was null or not an object. I got the same error for document.tags.A. Any...
  4. asdf5678

    Update/Refresh Embed/Object Content

    Does anyone know something about it? I don't think it's too ambiguous a question, but even cofirmation of no solution would be helpful. Thanks to those who read it. Extra thanks for replying.
  5. asdf5678

    Update/Refresh Embed/Object Content

    I have an embedded pdf: <embed src="images/Picture1.pdf" type="application/pdf" name="slide" width="1012" height="700"></embed> I execute: document.slide.src = myPix[thisPic]; The good news is that a javascript alert will confirm that document.slide.src has been changed to a different pdf...

Part and Inventory Search

Back
Top