Hi,
I would like to include an iFrame element in a layout, and the set its attributes using javascript, for example, to add the following, and then use javascript to access vidOutput and set the src attribute to a URL.
can this be done?
thank you,
Dan
<iframe id= "vidOutput" width="420" height="315"
src="">
</iframe>