html code question...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • qwe
    Confirmed User
    • Jul 2003
    • 2109

    #1

    html code question...

    let's say i load index.html, is it possible to make it open up 2 different html pages without using any type of popup scripts to avoid popup blockers?
  • qwe
    Confirmed User
    • Jul 2003
    • 2109

    #2
    any1?......

    Comment

    • Waddymelon
      So Fucking Banned
      • Oct 2009
      • 17349

      #3
      the magic 8-ball says... No

      Comment

      • Go4it
        Confirmed User
        • Jul 2009
        • 115

        #4
        Google html frames! Should be possible.

        Comment

        • Cyber Fucker
          Hmm
          • Sep 2005
          • 12642

          #5
          In the same window/tab?

          Comment

          • ColetteX
            So Fucking Banned
            • Jun 2004
            • 539

            #6
            you mean iframe and that is no problem. or you mean page that will open two pages that will open two pages that will open two pages and so and thats nasty

            Comment

            • Cyber Fucker
              Hmm
              • Sep 2005
              • 12642

              #7
              Originally posted by ColetteX
              you mean iframe and that is no problem. or you mean page that will open two pages that will open two pages that will open two pages and so and thats nasty
              no shit I remember the times when I was 15 or so and I went to cyber cafe to surf the web for some info (I had no internet at home)... most computers were occupied by some crazy folks plaing Quake deathmatches and the ones that weren't ....I were opening a browser to get a bukkake of porn sites till everything was freezing...

              Comment

              • fatfoo
                ICQ:649699063
                • Mar 2003
                • 27763

                #8
                Good luck finding your answer.
                Send me an email: [email protected]

                Comment

                • BIGTYMER
                  Junior Achiever
                  • Nov 2004
                  • 17066

                  #9
                  Iframes are your friend.

                  Comment

                  • webboy21
                    Confirmed User
                    • Nov 2004
                    • 573

                    #10
                    I think the answer has been giving...no...unless you mean in page with an iframe ;)
                    Available for: CSS | XHTML | PHP | MySQL | Webdesign

                    Comment

                    • qwe
                      Confirmed User
                      • Jul 2003
                      • 2109

                      #11
                      no, not in the same page... one page will be seen and the second one in the background

                      Comment

                      • sarettah
                        see you later, I'm gone
                        • Oct 2002
                        • 14297

                        #12
                        Originally posted by qwe
                        no, not in the same page... one page will be seen and the second one in the background
                        You can do it on the first click without any scripting that should trigger a popup blocker.
                        All cookies cleared!

                        Comment

                        • ColetteX
                          So Fucking Banned
                          • Jun 2004
                          • 539

                          #13
                          it is great how almost every sponsors has tours with some consoles and popunders but nobody is willing to help

                          Comment

                          • ColetteX
                            So Fucking Banned
                            • Jun 2004
                            • 539

                            #14
                            and i have forgot it is nasty man i do not approve your shit

                            Comment

                            • qwe
                              Confirmed User
                              • Jul 2003
                              • 2109

                              #15
                              Originally posted by sarettah
                              You can do it on the first click without any scripting that should trigger a popup blocker.
                              and how do you do that without any java scripts ?

                              Comment

                              • HomerSimpson
                                Too lazy to set a custom title
                                • Sep 2005
                                • 13826

                                #16
                                Originally posted by qwe
                                and how do you do that without any java scripts ?
                                not possible...
                                iframe or javascript is the only solution...
                                Make a bank with Chaturbate - the best selling webcam program
                                Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!

                                PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:

                                Comment

                                • sarettah
                                  see you later, I'm gone
                                  • Oct 2002
                                  • 14297

                                  #17
                                  Originally posted by qwe
                                  and how do you do that without any java scripts ?
                                  I didnt say without any scripts. I said without any scripts that will trigger a popup blocker.
                                  All cookies cleared!

                                  Comment

                                  • sarettah
                                    see you later, I'm gone
                                    • Oct 2002
                                    • 14297

                                    #18
                                    if you go to http://www.cooterville.com on your first click in a window will launch to sexier.com and go under in IE. In FF it should open in a new tab but the focus should remain on the main tab.

                                    After the first click the site should behave normally.

                                    Just using a little css with a touch of script but none that most popup blockers I know of would notice. There is a transparent image across the entire page with an href attached that opens in a new window using target=_blank.

                                    There is an onclick event that hides the transparent gif so the main page will be usable.

                                    Then on the page that is launched there is a self blur line of script in the header so it puts itself under, or in the case of ff loses focus on the new tab that was opened.

                                    Took about 10 minutes to put together and test.

                                    Watch out. I have it in the footer of the theme so right now it will reload the transparent gif every time you go to a new page and therefore you will get another popunder if you continue to click around and on and on and on.

                                    Gonna go into the template and fix that.
                                    Last edited by sarettah; 03-08-2010, 06:58 PM.
                                    All cookies cleared!

                                    Comment

                                    • sarettah
                                      see you later, I'm gone
                                      • Oct 2002
                                      • 14297

                                      #19
                                      I will be taking the example I did above in a little while because I really do not want a popunder on that particular site.

                                      I have a plain jane test example of the same thing at http://www.partyafterdark.com/poptest/firstpage.htm
                                      All cookies cleared!

                                      Comment

                                      • sarettah
                                        see you later, I'm gone
                                        • Oct 2002
                                        • 14297

                                        #20
                                        Ok, well I guess that just impressed the hell out of everybody...lol.

                                        Anyway, here is another way to do pretty much the same thing but perhaps more inline with the original question.

                                        On this one. I have 2 divs on the main page. On the first div I have the main content for the page and on the second div I have an enter href, like a warning page would have it.

                                        The first div is hidden at load time and the second div is not.

                                        The href is pointed at my second page with the target opening in _blank and the self.blur at top (just like the original example). There is an onclick event which hides the second div and shows the main content.

                                        Seems to work fine as a popunder in the 5 minutes of testing I gave it.

                                        http://www.partyafterdark.com/poptest/firstpage1.htm
                                        All cookies cleared!

                                        Comment

                                        • sarettah
                                          see you later, I'm gone
                                          • Oct 2002
                                          • 14297

                                          #21
                                          Ok, last note on this. In IE if I change the popup blocker to high it will block the new window. However, at that setting every target=_blank gets blocked which would make a lot of sites out there pretty much unusable.

                                          So, it is blocked by some browsers.

                                          I think to get around everything you have to do it smokey the bear style.
                                          All cookies cleared!

                                          Comment

                                          • BillyHoe
                                            Confirmed User
                                            • Mar 2003
                                            • 2214

                                            #22
                                            You can use an onload tag....
                                            You can use a timed Javascript....
                                            You can use an Iframe....
                                            You can use hover targets....
                                            There are several ways to do it. Keep in mind if you use a hover , onload, onexit or javascript you're probably gonna trigger a popup blocker.

                                            True Amateur Sites!!



                                            ICQ:124399549

                                            Comment

                                            Working...