Hi

can you please try this for ur problem..



step1:
in gb_script.js source file
make the following change:::::::IN the funciton hide:function(cb){}  at line
no -64 comment the following part......
//GB_CURRENT=null;


step2:
store this fn in a js file .


function fun_poppup(width,height,path)
{
     if(top.GB_CURRENT)
      top.GB_CURRENT.hide();

        w_height=height;
           w_width=width;

     return top.GB_showCenter(' ',path, w_height, w_width);

}

step 3:
include the prev js  file in ur poup pages like

<script type="text/javascript" src="Yourjs.js"></script>

Now in your popup page call like

<a href="javascript:void(0);"
onClick="javascript:fun_poppup(500,500,'create.html')" >Navigate</a>


You can repeat this process recursively to open those many poups in poups...
Thats it...


Thanks & regards
Prasad

Imelda Marcos  - "I did not have three thousand pairs of shoes, I had one
thousand and sixty."

On Tue, Oct 14, 2008 at 4:43 PM, Lakshmiprasad Manchala <[EMAIL PROTECTED]
> wrote:

>
> Hi right now u can do simple thing like in the second pop-up simply give
> <a href="Third page url"> so that the third page stays in the same  Url
> however  the popup size will not change .
>
> I will check to change the  size while opening the other popup
>
>
>
> Thanks & Regards
> Prasad
>
>
>
> Helen Hayes  - "Age is not important unless you're a cheese."
>
> On Tue, Oct 14, 2008 at 12:18 PM, [EMAIL PROTECTED] <
> [EMAIL PROTECTED]> wrote:
>
>>
>> Hi,
>>
>> Can you please help me.
>>
>>
>> Page control flow:
>>    1.booklet-printing.asp ( mainpage )
>>         2.paperstocks.htm  ( popup opened from main page )
>>              3.13ptmatte.htm  ( popup opened from Paper stock
>> popup )
>>
>>
>> First, "booklet-printing.asp" is the Main page,
>> Seond, on click of the Paper Stocks text link in the Main page the
>> "paperstocks.htm" page opens as popup with title as "PaperStocks",
>> ( We are done till this point )
>>
>>
>> Third, inside the Paper stock popup, onclick of the text link 13"pt
>> Matte, the "13ptmatte.htm" page should open up inside the Paper
>> stocks
>> popup with the same greybox properties
>>
>>
>> Thanks
>> Malar
>>
>>
>>
>> >>
>>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GreyBox" 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/greybox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to