PDA

View Full Version : info on setLayerRef


dfred
12-30-2002, 03:57 PM
Hey does anybody have any info on setLayerRef command? I am using it within my cold fusion code. it works find when i submit info from one page to the page with the code on it, but when i pass the values hidden from some other page, it seems to not regognize my code.

<div id="descrip"></div>
<script language="JavaScript">
<!--
setLayerRef('descrip');
//--->
</script>

i am referencing the id from the div. and i have a <style> at the top of the page with all my position info in it.

can anybody tell me more setLayerRef so i can figure out my problem?

Thanks

dan