hi,
onclick="GB_hide()"
will this close the popup?
On Sep 24, 8:02 pm, Logos <[EMAIL PROTECTED]> wrote:
> First off, and FYI: never use rel unless you are not using any other
> libraries - generally greybox and other libraries do not play well
> together.
>
> Secondly, my advice is to use Lightbox for your image popup inside the
> greybox, it does that very well and you'll have much less trouble...
>
> Tyler
>
> On Sep 24, 2:11 am, indu <[EMAIL PROTECTED]> wrote:
>
>
>
> > could u plz give me coding wher to and how to use it? im not quite
> > sure of this.
>
> > On Sep 24, 2:10 pm, indu <[EMAIL PROTECTED]> wrote:
>
> > > hi,
> > > error : object expected
>
> > > On Sep 24, 12:39 pm, "Lakshmiprasad Manchala" <[EMAIL PROTECTED]>
> > > wrote:
>
> > > > What kind of error ur getting , if its not working try to do like
> > > > try to reload the page and set come cookie val and based on that open
> > > > another popup
>
> > > > onClick:fn()
> > > > {
> > > > setCookie('name','va');
> > > > window.top.location.href=window.top.location.href;
>
> > > > }
>
> > > > Fred Allen - "What's on your mind, if you will allow the
> > > > overstatement?"
>
> > > > On Wed, Sep 24, 2008 at 1:03 PM, indu <[EMAIL PROTECTED]> wrote:
>
> > > > > hi,
> > > > > for the first popup coding i gav is:
> > > > > onclick="return GB_showCenter('Paper Stocks', '/productsnew/booklet/
> > > > > paperstocks.htm', 790, 620)"
>
> > > > > it works. popup opens. i clicked an image inside it. pop up opens
> > > > > coding i gav to image is:
> > > > > <a class="popupblue" style="text-decoration:none" href="/productsnew/
> > > > > booklet/100lbgloss.htm" title="Paper Stocks - 14 pt. Gloss Cover"
> > > > > rel="gb_pageset[500, 400]">
>
> > > > > but doesnt take the tile and size.
>
> > > > > i changed the coding to:
> > > > > onclick="return GB_hide();return GB_showCenter('Paper Stocks 14 pt.
> > > > > Gloss Cover', '/productsnew/booklet/100lbgloss.htm', 490, 620)"
> > > > > pop not opens. error on page.
>
> > > > > thnks for reply,....
>
> > > > > On Sep 24, 12:25 pm, "Lakshmiprasad Manchala" <[EMAIL PROTECTED]>
> > > > > wrote:
> > > > > > Hi are you unable to call
> > > > > > like onClick="GB_hide();GB_show_center();"
> > > > > > (or)
> > > > > > onClick="OtherPop()"
> > > > > > function OtherPop()
> > > > > > {
> > > > > > GB_hide();GB_show_center();
>
> > > > > > }
>
> > > > > > (or)
>
> > > > > > Are you getting any Js error
>
> > > > > > Fred Allen - "What's on your mind, if you will allow the
> > > > > > overstatement?"
>
> > > > > > On Wed, Sep 24, 2008 at 12:51 PM, indu <[EMAIL PROTECTED]> wrote:
>
> > > > > > > hey,
> > > > > > > i cant call both functions in Onclick same time.
>
> > > > > > > On Sep 24, 12:08 pm, "Lakshmiprasad Manchala" <[EMAIL PROTECTED]>
> > > > > > > wrote:
> > > > > > > > Yes
> > > > > > > > try one of these
> > > > > > > > 1.try to call call GB_hide() and then after GB_show_center (what
> > > > > ever)
> > > > > > > > 2. reload the parent window and set a cookie value to open which
> > > > > other
> > > > > > > pop
> > > > > > > > up window to open onload
>
> > > > > > > > Thanks
> > > > > > > > Prasad
>
> > > > > > > > On Wed, Sep 24, 2008 at 12:35 PM, indu <[EMAIL PROTECTED]>
> > > > > wrote:
>
> > > > > > > > > hey thnks,
> > > > > > > > > how do i do it? is it possible to close the popup without the
> > > > > > > > > close
> > > > > > > > > button's help and load another popup???
>
> > > > > > > > > On Sep 24, 12:02 pm, "Lakshmiprasad Manchala" <[EMAIL
> > > > > > > > > PROTECTED]
>
> > > > > > > > > wrote:
> > > > > > > > > > HI,
> > > > > > > > > > I too got the same problem
> > > > > > > > > > Actually in greybox if u open another pop up it is taking
> > > > > > > > > > the
> > > > > > > previous
> > > > > > > > > > title There are two solutions
> > > > > > > > > > 1 maintain a common size for all popusp and dont give title
> > > > > > > > > > 2.close the current popup and on page load open ur popup
> > > > > > > > > > then
> > > > > size
> > > > > > > will
> > > > > > > > > > adjust
>
> > > > > > > > > > Joan Rivers - "If God wanted us to bend over he'd put
> > > > > > > > > > diamonds
> > > > > on
> > > > > > > the
> > > > > > > > > > floor."
>
> > > > > > > > > > On Wed, Sep 24, 2008 at 12:27 PM, indu <[EMAIL PROTECTED]>
> > > > > > > wrote:
>
> > > > > > > > > > > hello,
> > > > > > > > > > > i have set the popups right. but when i want another
> > > > > > > > > > > popup to
> > > > > open
> > > > > > > > > > > when i click an image in the already opened popup. tht is
> > > > > > > > > > > pop
> > > > > > > inside
> > > > > > > > > > > popup. it works but it shows the size and title of
> > > > > > > > > > > previous
> > > > > popup
> > > > > > > > > > > (already opened popup). i have used
>
> > > > > > > > > > > <a href="/productsnew/booklet/100lbgloss.htm"
> > > > > > > > > > > title="Paper
> > > > > Stocks
> > > > > > > -
> > > > > > > > > > > 14 pt. Gloss Cover" rel="gb_pageset[300, 400]">
>
> > > > > > > > > > > the page opens but doesnt take the title and size which i
> > > > > > > > > > > have
> > > > > > > > > > > mentioned.
>
> > > > > > > > > > > Could you plz help on this?
>
> > > > > > > > > > > thnks.- Hide quoted text -
>
> > > > > > > > > > - Show quoted text -- Hide quoted text -
>
> > > > > > > > - Show quoted text -- Hide quoted text -
>
> > > > > > - Show quoted text -- Hide quoted text -
>
> > > > - Show quoted text -- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---