Posted by up2trouble on 03/31/06 06:55
I'm working on syndicating a poll [http://sife-delhi.com/ethics.php].
If I use an iframe, my info can be cutoff. I want to use a javascript
to prevent this from happening. I tried:
<SCRIPT LANGUAGE="JavaScript"
SRC="http://sife-delhi.com/ethicsfeed.php"></SCRIPT>
with this on ethicsfeed.php page:
<?PHP
include("http://sife-delhi.com/poll.php")
?>
didn't work. Any ideas?
[Back to original message]
|