Thank you for your help.
I tried to create embedding code like this:
<a href="http://polsta.net/?embed=25cf2273474a99d9a0809d40bc8b495b"
id="polstalink25cf2273474a99d9a0809d40bc8b495b">new survey</a><script
type="text/javascript" src="http://polsta.net/javascripts/embedding.js"
></script><script
type="text/javascript">polstaEmbed('25cf2273474a99d9a0809d40bc8b495b',
'http://polsta.net/')</script>
Is there possible? Do I need to create embedding.js? How I read those
script?
Yudi Soesanto
Peter De Berdt wrote:
> On 09 Jun 2010, at 14:25, Yudi Soesanto wrote:
>
>> Thanks for yorur help Peter.
>> Do you have link or tutorial guide in the internet? I am new with
>> this.
>
> I'll give you the basics, the rest is up to you (setting height,
> width, injecting in a specific div etc):
>
> <script type="text/javascript" charset="utf-8">
> var iframe = document.createElement("iframe");
> document.body.appendChild(iframe);
> iframe.src = "http://somedomain.com/survey/12345";
> </script>
>
>
> Best regards
>
> Peter De Berdt
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" 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-talk?hl=en.