B
Billy Jacobs
I have the following script tag embedded in a table cell
on a web page like so:
<TD>
<DIV>
<SCRIPT src='http://voap.weather.com/weather/oap/70809?
template=GENXV&par=1003024456&unit=0&key=a2db6fe4374b37a42b
e4e0b7349149bf'></SCRIPT>
</DIV>
<TD>
If I place thr url above directly into a browser it
returns the html that will ultimately be placed inside of
the table cell.
QUESTION:
Is there a way that I can get the result of the script and
then place the result of that in the table cell?
Why you ask? Because there exists a piece of garbage Web
Browser named Netscape 4.7 which can't handle the script
properly. Instead of placing the result in the table cell,
it places it at the bottom of the html page.
If instead I place the results of the script in the table
cell it works correctly.
TIA
Billy Jacobs
on a web page like so:
<TD>
<DIV>
<SCRIPT src='http://voap.weather.com/weather/oap/70809?
template=GENXV&par=1003024456&unit=0&key=a2db6fe4374b37a42b
e4e0b7349149bf'></SCRIPT>
</DIV>
<TD>
If I place thr url above directly into a browser it
returns the html that will ultimately be placed inside of
the table cell.
QUESTION:
Is there a way that I can get the result of the script and
then place the result of that in the table cell?
Why you ask? Because there exists a piece of garbage Web
Browser named Netscape 4.7 which can't handle the script
properly. Instead of placing the result in the table cell,
it places it at the bottom of the html page.
If instead I place the results of the script in the table
cell it works correctly.
TIA
Billy Jacobs