Announcement

Collapse
No announcement yet.

Website help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Website help

    Hmm Remember elusives old site? How can i create a fromeless window w/ out having it be linked first?


    1:delta> personally, i would not go to war for oil
    1:FarScape> in age of empires you would
    1:Freeze> LOL FAR
    ---
    5:waven> freeze
    5:waven> no one talks to ease directly
    5:waven> you state your business with sanji
    5:waven> he will relay it to phizey
    5:waven> phizey will relay it to me
    5:waven> and i will talk to ease
    5:Freeze> LOL
    5:waven> that's how things work around here
    --
    1:renzi> freeze theres difference between being wasted and being a waste

  • #2
    press start, then choose "shut down"
    I don't know how to put this but I'm kind of a big deal...

    Comment


    • #3
      so that it pops up ?
      Code:
      1:Pred_FNM <ER>> guys, yellow + green is really shitty for forumcolours :p
      1:lnx> what's wrong with that combination
      1:lnx> I wear yellow-green clothes :(
      1:Pred_FNM <ER>> i dont mean in clothes, in forums..
      1:lnx> kk
      1:lnx> buy a black-white computer monitor if you don't like the colors foo

      Comment


      • #4
        Tech Schtupport
        Originally posted by Facetious
        edit: (Money just PMed me his address so I can go to Houston and fight him)

        Comment


        • #5
          LOL Zeus!! hahaha
          I don't know how to put this but I'm kind of a big deal...

          Comment


          • #6
            Didn't expect that sad responce, Ill just place this in some Webdesign forum. You can Close this if you want.... :down:


            1:delta> personally, i would not go to war for oil
            1:FarScape> in age of empires you would
            1:Freeze> LOL FAR
            ---
            5:waven> freeze
            5:waven> no one talks to ease directly
            5:waven> you state your business with sanji
            5:waven> he will relay it to phizey
            5:waven> phizey will relay it to me
            5:waven> and i will talk to ease
            5:Freeze> LOL
            5:waven> that's how things work around here
            --
            1:renzi> freeze theres difference between being wasted and being a waste

            Comment


            • #7
              Closed
              I don't know how to put this but I'm kind of a big deal...

              Comment


              • #8
                I can do that toooo

                CLOSED


                1:delta> personally, i would not go to war for oil
                1:FarScape> in age of empires you would
                1:Freeze> LOL FAR
                ---
                5:waven> freeze
                5:waven> no one talks to ease directly
                5:waven> you state your business with sanji
                5:waven> he will relay it to phizey
                5:waven> phizey will relay it to me
                5:waven> and i will talk to ease
                5:Freeze> LOL
                5:waven> that's how things work around here
                --
                1:renzi> freeze theres difference between being wasted and being a waste

                Comment


                • #9
                  You can't edit the menus/fullscreen of a pre-opened window. You would need to spawn a pop up (Pop up blockers get in your way so you would really need a link) and then close the original window.

                  Edit:
                  Code:
                  <HEAD>
                  
                  <SCRIPT LANGUAGE="JavaScript">
                  
                  url = "page.html";
                  
                  var speedX = 7;
                  var speedY = 5; 
                  
                  var bgColor = "#000000";
                  var txtColor = "#FF80000";
                  
                  if (document.all) {
                  var wide = window.screen.availWidth;
                  var high = window.screen.availHeight;
                  }
                  function Spawner() {
                  if (document.all) {
                  var Spawn = window.open("","Spawner","fullscreen");
                  Spawn.document.write('<HTML><BODY BGCOLOR='+bgColor+' SCROLL=NO><FONT FACE=ARIAL COLOR='+txtColor+'>Loading...</FONT></BODY></HTML>');
                  Spawn.focus();
                  for (H=1; H<high; H+= speedY) {
                  Spawn.resizeTo(1,H);
                  }
                  for (W=1; W<wide; W+= speedX) {
                  Spawn.resizeTo(W,H);
                  }
                  Spawn.location = url;
                  }  
                  else {
                  window.open(url,"Spawner","");
                     }
                  }
                  </script>
                  
                  </HEAD>
                  
                  <BODY>
                  
                  <a href="javascript:Spawner()">Click Here To Launch Page</a>
                  
                  </BODY>
                  
                  <a href="javascript:window.close();">Close Window</a>
                  Put the close link on page.html, no this will not close the first window.
                  Last edited by Vitron; 05-05-2004, 10:13 AM.

                  Comment


                  • #10
                    Yeah, That's what i thought. I guess I will have to create an intro of some sort. My screen name on Aol is Opicestorm, Vitron. Please contact me i would like to speak with you i think our intrests are the same.


                    1:delta> personally, i would not go to war for oil
                    1:FarScape> in age of empires you would
                    1:Freeze> LOL FAR
                    ---
                    5:waven> freeze
                    5:waven> no one talks to ease directly
                    5:waven> you state your business with sanji
                    5:waven> he will relay it to phizey
                    5:waven> phizey will relay it to me
                    5:waven> and i will talk to ease
                    5:Freeze> LOL
                    5:waven> that's how things work around here
                    --
                    1:renzi> freeze theres difference between being wasted and being a waste

                    Comment


                    • #11
                      Originally posted by IceStorm
                      Didn't expect that sad responce, Ill just place this in some Webdesign forum. You can Close this if you want.... :down:
                      i asked u somthing... try replying
                      Code:
                      1:Pred_FNM <ER>> guys, yellow + green is really shitty for forumcolours :p
                      1:lnx> what's wrong with that combination
                      1:lnx> I wear yellow-green clothes :(
                      1:Pred_FNM <ER>> i dont mean in clothes, in forums..
                      1:lnx> kk
                      1:lnx> buy a black-white computer monitor if you don't like the colors foo

                      Comment


                      • #12
                        Sorry, I honestly ignored you. I don't want it to pop up thats my point. I just wanted it to start up with JUST the webpage.. No address bar nothing, Like Elusive use to have there website. I know how to do it after clicking on a link i was just wondering if there was a way it could happen without linking..

                        Vitron has been helping me with tons, hes da man :up:


                        1:delta> personally, i would not go to war for oil
                        1:FarScape> in age of empires you would
                        1:Freeze> LOL FAR
                        ---
                        5:waven> freeze
                        5:waven> no one talks to ease directly
                        5:waven> you state your business with sanji
                        5:waven> he will relay it to phizey
                        5:waven> phizey will relay it to me
                        5:waven> and i will talk to ease
                        5:Freeze> LOL
                        5:waven> that's how things work around here
                        --
                        1:renzi> freeze theres difference between being wasted and being a waste

                        Comment

                        Working...
                        X