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: asdf5678
  • Content: Threads
  • Order by date
  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 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