need modal

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • proximus

    need modal

    hello
    i need some modal dialog box to show when page is loaded
    any sugestion?

    not 'onclik'

    thanks

    --
    www.proximus-os.hr ; www.e-stranica.com ; www.zlatovezi.com



  • proximus

    #2
    Re: need modal

    ok

    i need some thing like lightbox

    --
    www.proximus-os.hr ; www.e-stranica.com ; www.zlatovezi.com


    Comment

    • timothytoe

      #3
      Re: need modal

      On Feb 17, 6:35 am, "proximus" <masaz...@gmail .komwrote:
      hello
      i need some modal dialog box to show when page is loaded
      any sugestion?
      >
      not 'onclik'
      >
      thanks
      >
      --www.proximus-os.hr;www.e-stranica.com;www.zlatovezi.com
      There are many examples of modal dialogs around the net. Google
      "javascript modal" for some. People go for these, usually, because
      they have a certain look in mind. For example, it's popular to darken
      the screen behind the dialog nowadays. And many people don't want to
      use alert(), because it make some users think that something dreadful
      has gone wrong.

      But the advantage of the standard alert is that it "looks right." That
      is, it looks like it belongs to the browser and the operating system.
      Many sites have custom dialogs that never look quite right (for
      example, styles that get Windows XP about 90% right, but look
      completely wrong in Vista, or on the Mac or Linux). I'd look for one
      that completely lacks window chrome.

      And by the way, why would you want to display anything special when a
      page has loaded? Browsers do a pretty good job of communicating when
      that has happened, with cues that people are well accustomed to. Do
      you have a special situation on your hands?

      Comment

      • timothytoe

        #4
        Re: need modal

        On Feb 17, 11:56 am, "proximus" <masaz...@gmail .komwrote:
        ok
        >
        i need some thing like lightbox
        >
        --www.proximus-os.hr;www.e-stranica.com;www.zlatovezi.com
        Then here's lightbox...


        Comment

        • David Mark

          #5
          Re: need modal

          On Feb 17, 3:26 pm, timothytoe <timothy...@gma il.comwrote:
          On Feb 17, 11:56 am, "proximus" <masaz...@gmail .komwrote:
          >
          ok
          >
          i need some thing like lightbox
          >>
          Then here's lightbox...
          >
          http://www.huddletogether.com/projects/lightbox/
          Lightbox is trash. Try this instead:



          It is something I threw together a few months back to provide an
          alternative to Lightbox/Prototype/Scriptaculous.

          Comment

          • proximus

            #6
            Re: need modal

            >Lightbox is trash. Try this instead:jes thanks
            but my knowlege of english is small, and knowlege of JS even smaller
            that's examples activated od click, I need on load...
            when page loads to show 'dialog'
            thanks

            --
            www.proximus-os.hr ; www.e-stranica.com ; www.zlatovezi.com


            Comment

            • proximus

              #7
              Re: need modal

              You are more likely to irritate them with unsolicited popups (in-page
              or not.)

              anyway they left.... this way i know that he/she saw my 'ad'!

              i will test your 'showcase'....


              --
              www.proximus-os.hr ; www.e-stranica.com ; www.zlatovezi.com


              Comment

              • timothytoe

                #8
                Re: need modal

                On Feb 19, 12:51 pm, "proximus" <masaz...@gmail .komwrote:
                You are more likely to irritate them with unsolicited popups (in-page
                or not.)
                >
                anyway they left.... this way i know that he/she saw my 'ad'!
                >
                i will test your 'showcase'....
                >
                --www.proximus-os.hr;www.e-stranica.com;www.zlatovezi.com
                Are you trying to get them to see your ad, or just to click on it for
                money?

                I think you should consider another way of drawing attention to your
                content. A modal dialog is a hammer. It scares people. I think it'll
                backfire if it's not expected.

                It's one thing if they clicked on something to get your dialog. It's
                another if they are penalized by your modal dialog as a result of
                visiting. I really think people won't like that.

                Comment

                Working...