Set Positions of a Layer in DHTML
function WW_getlayer(idstring) { // Find layer with given label
return eval("document." + idstring); }
return eval("document.all." + idstring); }
function WW_layershiftto(obj,x,y) { // Move layer to given position
obj.style.pixelTop = y; }
} // End WW_layershiftto(obj,x,y)
WW_messageobject = WW_getlayer('WWmessage1');
WW_layershiftto(WW_messageobject,parseInt(x),parseInt(y));
id attribute in <div>#WWmessage1 in STYLE
Read in from form as text