I have a strange behaviore:

I block a page but when I try to unblock does't work....

<HTML>
<head>
</head>
<body>

<div id="cfgCartel" ID_COD_EMP="<%=session("cod_emp")%>"
ID_CARTEL="id_test1" STYLE="position:absolute; top:0px; left:0px;
width:1000px">
<fieldset id="cfgCartelLoadFieldSet">
<legend class="normal"><b>test</legend>
<form action="/InmoFusion2/app/miOficina/cfgCartel/dPcfgCartel.asp"
method="post" ID="FrmcfgCartel">
<div id="cfgCartelLoad" name="cfgCartelLoad"></div>
<br><br>
<fieldset id="cfgCartelFieldSet_varios">
.
.
.

After execute block, I inspect the DOM ... the block iframe is added
just before of form node...






On 6 jun, 19:49, oscar esp <[EMAIL PROTECTED]> wrote:
> You are the best!!!!
>
> On 6 jun, 18:22, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
>
>
>
> >Oscar,
>
> > blockUI only blocks the document on which it is loaded.  If you have
> > code executing in your iframe and you want that code to block the
> > parent document you need to call up through the parent:
>
> > parent.$.blockUI();
>
> > Mike
>
> > On 6/5/07,oscaresp<[EMAIL PROTECTED]> wrote:
>
> > > I use the block pluggin in my App.
>
> > > I have a Page with this structure:
> > > <div>
> > > </div>
> > > <div id=iframe>
> > > <iframe>
> > > </div>
>
> > > if I execute the blockUI action in the iframe content only blocks the
> > > iframe window... I would like to block the main window.... in order to
> > > block all the screen?
>
> > > Any idea¿?- Ocultar texto de la cita -
>
> > - Mostrar texto de la cita -- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -

Reply via email to