syndicating content
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

syndicating content

From: up2trouble <lynettesmith@gmail.com>
Date: Fri Mar 31 2006 - 05:55:17 CEST

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?
Received on Mon May 1 02:45:31 2006