You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Yudi Soesanto wrote: > Hi, > > Is there an example code to create embed code (from my site) so I can > embed > my html to other site? > > for example, I want to embed my html to other site. Here is the sample > embed > code for example:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
Hi amar,
I tried to click on your link http://railstech.com/?p=30 and I got
this error "You don't have permission to access / on this server"
Thanks for you help.
Yudi
Amar Daxini
unread,
Jun 7, 2010, 4:05:09 AM6/7/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Yudi Soesanto wrote: > Hi amar, > > I tried to click on your link http://railstech.com/?p=30 and I got > this error "You don't have permission to access / on this server" > > Thanks for you help. > Yudi
Its temporarily down You can just use jquery load function and insert into div like $("#some_div_id").load("URL") Try this out