in advance sorry for my english, i'm using this jquery script jquery jframe
on my website (no ads here) click on top track tabs, and on a link.

++ good
what it can do :
load multiple iframe on the same page
load iframe within an iframe
load forms
load iframe on page load etc...

i've not seen any bug.

-- bad
i don't know how to integrate this with current drupal block or existing module(i don't use them).

If you create your own module and template it will help you with ajax.

if a drupal guru is there maybe he can rate if this script is usefull or not.

Comments

nevets’s picture

You say it can load forms, can it handle submitting them including attached images and files? Can it handle form errors (for example submitting a form with a missing field)?

shakethetv’s picture

test in this page test
i just test forms quickly (don't need it) but i suppose you must test values in you php script and return the result.

it uses this other javascript code for forms jquery.form.js

i suppose it works for files too. just try it with a quick form.

Dark_Adder’s picture

I'm no drupal guru so I can't really make a module for it but I have used it while creating a form based database registration site on the intranet of my employer.

Now you talk about loading multiple Iframes and forms. But I think it should be more handy if it should be able to just load node content in "frame" without a iframe.

So what it really does is it loads something in a div in an assynchronous way so it should improve the speed of the page because its only the node that is loaded. (it could be usefull for some sites)

it looks like this.

<div id="jframe1">
<a href="yoursite.com" target="jframe2">click here to load "yoursite.com"</a>
</div>

<div id="jframe2" scr="mysite.com">
it loads mysite when the page starts but it wil load "yoursite.com" when you click the link.
</div>

the example is not online anymore but you can find more info here => http://garage.pimentech.net/scripts_doc_jquery_jframe/