Displaying 20 results from an estimated 200000 matches similar to: "iframe id"
2008 Jan 31
0
Element.Fire on window.parent.document from iframe (fails in Opera)
I wanted to create an iframe that could be included on any page for
uploading images, without determining the parent behaviour at all from
within the iframe. The iframe include just checks if there was an
image loaded, and does this to pass upload information to the parent
(this only fires when an image was uploaded):
$(window.parent.document).fire(''image:uploaded'',
2009 May 07
5
Controller redirect_to to leave iframe
Inside an iframe, I want the controller to redirect_to to the parent
(i.e. target =''_parent'').
Any ideas?
(Everything I''ve tried- via redirect_to - just keeps it inside the
iframe)
2006 May 29
3
IFRAME based RJS - responds_to_parent
** File uploads with AJAX mojo **
Respond with RJS to your parent window with a form action targeted to
a hidden IFRAME. Handles all the painful situations like scoping
your JavaScript to your parent window generating the script block for
execution and clearing the IFRAME after execution so the back button
doesn''t re-execute the action.
`plugin install
2008 Jan 01
2
Ajax.Updater from within an IFrame
Hello together.
I''m trying to call an Ajax.Updater from within an IFrame to update an
element in the parent window.
It is working, but I receive an error from Firefox when I do so.
What I want to do is to upload a file, and then after the file has
completed uploading, automatically reload a section of the page with
information about the file to post-process it.
However, AJAX
2006 Jan 29
1
Works with iframe, but not ajax... ?!?
Hello all,
I''ve run into trouble attempting to replicate something in ajax that
worked when done with an iframe...
In both cases I have a table inside a div that is being periodically
refreshed every few seconds... The 1st column of each row in the table
contains a link to a DHTML popup menu. I have the popup menu working in
the ajax version.
The problem is that in the ajax version
2007 Jun 27
0
IFRAME
Hai
I am newbie for Rails
I have one question, I have one IFRAME ,and i have one action called
refer.rhtml
what my question is,I want to refresh the iframe content because i have
one grid in refer.rhtml and another one page which is present inside the
iframe,
If i click the link present in the grid page at the time i want to
display the content ,when i click the link,there will be one html page
2006 Apr 09
1
RJS across iframes
I have an inline iframe which has a form in it, when the form is
updated, I would like to call an RJS template that will update the
parent page.
+-----------------------------------------------+
| |
| <div id="mydiv"> Update with RJS </div> |
| |
|
2006 May 17
0
RJS referring to window.parent
Hi all,
I''ve been doing some work on the Ajax Scaffold
(http://www.ajaxscaffold.com/), to make it work with file uploads
(more specifically, the file_upload plugin).
The first logical step was to get rid of form_remote_tag, since it''s
impossible to send files via XMLHTTPRequests (to my best knowledge).
So I referred to the iframe hack, similar to the upload progress bar
here
2007 Nov 09
1
ruby on rails + ajax + iframe image uploader
hi,
I write a page that contain following function:
this site contain a html file upload control, which allow user to upload
image only.
once the image had been uploaded, it will automatic display on the
current page without refresh entire page.
when the image is saved, it will return javascript that embed in a
iframe (which is also in my current page) that can load the image into
my page (
2007 Nov 05
0
Ajax - attachment_fu - rmagick and iframe
Hello
I am uploading images ajax-attachment_fu-rmagick and an iframe and me
climb correctly, but when I finish the process and the driver will I
redirect_to enc_url I recharge layer ajax. I tried with redirect_to
enc_url :partial => ''m_content'' and redirect_to enc_url, :update =>
''m_content''. But neither I recharge ...
rhtml
------
<% form_for(photo,
2007 Jul 24
4
How to pull the title and url from an iframe?
I have an iframe in which the user can browse. When they hit the ''add
this page'' button i need to retrieve the url and the title of the page
currently shown in the iframe.
Does anyone know how to do this? Do i need to assign a variable name to
my iframe? (currently it just sits in my template as a bit of html)
--
Posted via http://www.ruby-forum.com/.
2006 Sep 23
1
IFRAME being reloaded after each sortable move
When an IFRAME is included inside a sortable element it gets reloaded
each time you move the element with your mouse to changing its position
when sorting.
The bug is only valid in Firefox 1.5 - there is no such behaviour in
IE.
This bug''s ticket can be found at:
http://dev.rubyonrails.org/ticket/3835
Anyone know a workaround or even a bugfix?
Help would be much appreciated.
2006 Jun 07
1
Ajax Pan - IFrame
I want to make an IFRAME or some kind of AJax app that will pan an
external page. Also allow for zooming.
Can this be done in Ruby on Rails?
--
Posted via http://www.ruby-forum.com/.
2008 Mar 23
2
Facebook, Google Map, iframe?
Hello,
I want to write an application for Facebook, which need to use Google
maps.
Also I want to use a standart forms for comments, invites, etc..., but
as i know it''s imposible because if i want to use Google MAPs i can''t
use FBML.
Please recommend me a way how to organize comments,ivites,photo upload
and GMAP in one application? Is there is only one way to do it - use
2007 Nov 09
0
iframe is reloading during each sortable drag/drop point
We are creating a simple widget portal for our site and trying to use
Sortables. Each of our widgets is an iframe. But when you try to
drag an element containing an iframe the Sortables api causes the
iframe to reload at each possible drop point. This causes the ui to
shutter and become unusable.
I have narrowed the issue down the onEmptyHover where
dropon.insertBefore is called. Is there a
2005 Sep 15
2
IE iframe bug with Autocompleter over HTTPS
I ran across an issues using the Autocompleter over HTTPS in IE (6.0
in WinXP Pro SP2).
I plan to submit a bug report to the Ruby on Rails trac, but first I''d
like "to discuss this on th[is] Mailing List beforehand, maybe it''s
already known and in the works, or it isn''t a bug" (per
http://wiki.script.aculo.us/scriptaculous/show/BugReports)
The autocomplete
2006 Jul 13
2
Iframe upload indicator
I''m using the iframe trick to upload files with form_tag and a target
pointing to the iframe. All is working, but I would like to display an
indicator of the upload. All I want to do is show a hidden animated gif via
Element.show. With form_remote_tag, i could use the :loading and :complete
callbacks to do an Element.show and Element.hide. How do I achieve a similar
effect with form_tag?
2006 Apr 18
0
Upload a file through an iFrame
Anybody here have any experience uploading a file via a hidden iframe for
that "ajax fresh good feel"? Previously I was using the plugin
form_remote_plugin (http://svn.kylemaxwell.com/form_remote_upload/trunk/)
which was working like a dream until our sys admin updated rails to 1.1.2.
I''ve made a form that can submit the file to an iframe, but now I''m having
trouble
2006 Apr 18
0
iFrame File Upload
Anybody here have any experience uploading a file via a hidden iframe for
that "ajax fresh good feel"? Previously I was using the plugin
form_remote_plugin ( http://svn.kylemaxwell.com/form_remote_upload/trunk/)
which was working like a dream until our sys admin updated rails to 1.1.2.
I''ve made a form that can submit the file to an iframe, but now I''m having
trouble
2007 Sep 26
0
Effect.Slide(Down|Up) with iframe display error in Firefox
See http://208.78.99.133/slide-firefox-bug.html
In summary, when attempting to use Slide(Down|Up) with an iframe,
Firefox displays the animation incorrectly by showing the part of the
iframe that should hidden when the animation is going. This works
fine in IE and Opera.
Suggestions?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to