Re: syndicating content




up2trouble wrote:
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.

You do a very poor job at describing your problem.

<SCRIPT LANGUAGE="JavaScript"
SRC="http://sife-delhi.com/ethicsfeed.php";></SCRIPT>

http://sife-delhi.com/ethicsfeed.php is no JavaScript, so this won't
work.

<?PHP
include("http://sife-delhi.com/poll.php";)
?>

This is closer. Just saying that "it does not work" won't get you
answers. What happened exactly?

.



Relevant Pages

  • Javascript, Internet Explorer und WYSIWYG
    ... Zur Erhöhung des Eingabekomforts dachte ich mir, so die ein oder andere Funktion mittels Javascript und IFrame als Editor einzubauen. ... "Bei IE verliert der iframe den focus, wenn man auf "das Falsche" klickt. ... Wie kann der "verlorene" Focus die Hauptursache sein, dass ich im IFrame keine Farbe (nur beim Internet Explorer) setzen kann? ...
    (de.comp.lang.javascript)
  • Re: How to decode this javascript?
    ... The code has many line breaks in the middle of string data ... Javascript interpreter did not work. ... The code starts out by adding two spans and an IFrame, ... elements each element of which is 96 hex digits. ...
    (comp.lang.javascript)
  • [Full-disclosure] Konqueror DoS Via JavaScript Read Of FTP Iframe
    ... Konqueror crashes if JavaScript code tries to read the source of a child ... tries to read the contents of an FTP iframe. ... The latest patch received from the KDE team is available from: ...
    (Full-Disclosure)
  • Re: Window and iframe question
    ... serverside code and expect people to be able to offer you advice - you ... Cold Fusion 8 uses lots of open source javascript packages including ... HTML tag, but oh well... ... each iframe that each instance of data would work with. ...
    (comp.lang.javascript)
  • Konqueror DoS Via JavaScript Read Of FTP Iframe
    ... Konqueror crashes if JavaScript code tries to read the source of a child ... tries to read the contents of an FTP iframe. ... The latest patch received from the KDE team is available from: ...
    (Bugtraq)