Trying to embed a logo image
I'm trying to pull a nice little image for the logo on the form. Using an example found elsewhere in the bowels of the support forum and using a known, good little US flag.
var logo = new AW.HTML.IMG;
logo.setAttribute("src", "https://www.qmsystems.net/penta/images/flags/us.gif");
logo.setStyle("top","10px");
logo.setStyle("left","10px");
document.write(logo);
What am I missing?
BTW, Alex, thanks for fixing Opera 9.50 compatibility!
var logo = new AW.HTML.IMG;
logo.setAttribute("src", "https://www.qmsystems.net/penta/images/flags/us.gif");
logo.setStyle("top","10px");
logo.setStyle("left","10px");
document.write(logo);
What am I missing?
BTW, Alex, thanks for fixing Opera 9.50 compatibility!
Myshka
July 2,