How would i get a javascript popup, which is used on a dynamicaly generated php page to be on top? See the screen shot to understand.
it is driving me mad.
this is the code for it
echo"<FORM method=post name='test' id='test'>";
echo"<input onFocus=\"this.blur(); showCal('Date1')\" name=date1>";
echo"<a href=\"java script:showCal('Date1')\"><img height=17 src='date.gif' width=19 border=0></a> <BR>";
echo"<span id=cal1 style=\"POSITION: absolute\"> </span> <BR>";
echo"</FORM>";
someone give me an answer or i wont be a happy bunny:mad: