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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.