Compromises:
- You can put your link outside the iframe, the iframe allows dynamic generation from your server and the link above or below the iframe gives you SE credit for being linked (but they can remove this link when pasting if they want to be mean)
- You can use a dynamically generated javascript file. They would paste code like:
Code:
<script type="text/javascript" src="http://yoursite.com/yourjs.asp"></script>
The .asp allows you to generate the data dynamically, or you could use .js and set up your web server to process .js files through the php engine.
- You could use a server-side script that runs periodically (once an hour or something), which writes your data (using the FileSystemObject) to a static .js file which then document.writes out the data, and have them include that .js file
Umm that's all I can think of
Last edited by nyef; 06-01-2008 at 03:43 PM..
|