On Jan 28, 2008 3:29 AM, Jean-Philippe Encausse <[EMAIL PROTECTED]> wrote: > Thanks i'm going to try that. It is close to what I already tried. If > I remember the script loads but replace the full page. It's a little > bit weird.
The script you are including is probably doing document.write, which is fine if the script is running in an IFRAME (I'm guessing you're doing advertisements?). Try using DOM-manipulation techniques instead. -justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
