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