I have this piece of code:
which works by itself, but does not work when it comes into a div that is populated by AJAX. I tried the URL in the SCRIPT SRC tag by itself, and that works fine too. Does anyone know why this happens?Code:<TABLE ID="weatherpane" BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="372" VALIGN="TOP" BGCOLOR="#475380"> <TR> <TD WIDTH="372" HEIGHT="43" CLASS="Basic_ARIAL_BLACK_EXTRALARGE" ALIGN="CENTER" STYLE="padding:20 0 0 0">The Weather </TD> </TR> <TR> <TD ALIGN="CENTER" STYLE="padding:8 0 20 0;"> <SCRIPT SRC='http://voap.weather.com/weather/oap/INXX0057?template=EVNTH&par=1005416873&unit=1&key=bfb3d15498a88172a8ed7720a38c102d'> </SCRIPT> </TD> </TR> </TABLE>
Thank you very much for your time!




Bookmarks