Adavanced coding question, help!

liunx

Guest
Hello everyone,<br />
<br />
This is my first post, and first time at this site, I tried searching back to articles that relate to my question, but didn't find, so please accept my apology if this has been covered.<br />
<br />
How do I open two locations from one anchor or link? I have frame on my page that looks like this<br />
<br />
<br />
|-------------|---------------------------|<br />
|-------------|---------------------------|<br />
|---The-------|-----The------------------|<br />
|---LEFT------|-----MAIN-----------------|<br />
|-------------|---------------------------|<br />
|-------------|---------------------------|<br />
|-------------|---------------------------|<br />
|-------------|---------------------------|<br />
|-------------|---------------------------|<br />
------------------------------------------|<br />
<br />
I already have my frames set up properly, and I managed to get my links from the left Frame to open a new page in left frame or main. How do I get link to open two different targets in left and main with one click?<br />
:help:<br />
<br />
Also how do I change the scroll bars of the browser window at my page to different colors? I've been to pages that change my scroll bars, and I want this nice feature. Like I've been to a Ghost in The Shell Fan Site that changed the browser scroll bars to <br />
<br />
One last thing, my currently not updated webpage sucks and is in AOL domain. I'm ill about AOL right now, the response times are too slow. I'm thinking about moving to a new domain and have my site of my choice of name.<br />
:help:<br />
<br />
<br />
Also what domain should I get that has best response times and that are not expensive? I don't need an ISP, so don't give me one that requires ISP sign-up.<br />
<br />
Ones that I can list off top of my head is:
  • <br />
    <!-- w --><a class="postlink" href="http://www.homestead.com">www.homestead.com</a><!-- w --> (<!-- m --><a class="postlink" href="http://www.homestead.com/">http://www.homestead.com/</a><!-- m -->)// Homestead<br />
    <br />
    geocities.yahoo.com (<!-- m --><a class="postlink" href="http://geocities.yahoo.com/home">http://geocities.yahoo.com/home</a><!-- m -->)// Geocities<br />
    <br />
    hometown.aol.com (<!-- m --><a class="postlink" href="http://hometown.aol.com">http://hometown.aol.com</a><!-- m -->)// AOL Hometown<br />
    <br />
    Other?<br />
    [/list=A]<!--content-->ok here is something you can use for loading 2 frames at once.<br />
    <br />
    <HTML><br />
    <HEAD><br />
    <TITLE>FRAME 10</TITLE><br />
    <SCRIPT language="JavaScript"><br />
    <!--hide<br />
    function change2()<br />
    {<br />
    parent.left_frame.location="page3.htm";<br />
    parent.right_frame.location="page4.htm";<br />
    }<br />
    //--><br />
    </SCRIPT><br />
    </HEAD><br />
    <br />
    <BODY bgcolor="#FFFFFF" text="#000000"><br />
    <CENTER><br />
    Click the link below to change both frames.<br />
    <BR><br />
    <A HREF=http://www.htmlforums.com/archive/index.php/"javascript:change2()">Change 2 Frames</A><br />
    </CENTER><br />
    </BODY><br />
    </HTML><br />
    <br />
    and the code for the srollbars is <br />
    <br />
    (goes between head tags)<br />
    <style> <br />
    body{scrollbar-3d-light-color:#FF0000;<br />
    scrollbar-arrow-color:#FF0000;<br />
    scrollbar-base-color:#000000;<br />
    scrollbar-track-color: #000000;<br />
    scrollbar-dark-shadow-color:#330000;<br />
    scrollbar-face-color:#000000;<br />
    scrollbar-highlight-color:#FF0000;<br />
    scrollbar-shadow-color:#990000;<br />
    <br />
    <br />
    </style><br />
    <br />
    and as far as telling you what site to use is really up to you. you can read this thread as it has a number of host linked in it.<br />
    <!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&threadid=6645">http://www.htmlforums.com/showthread.ph ... eadid=6645</a><!-- m --><br />
    <br />
    hope that helps, if not ask away :)<!--content-->Thanks man I appreciate it, my non-updated webpage sucks now. I have a newer offline version that I'm working on consistently, and it will be more attractive and faster response times.<br />
    <br />
    I just clocked in 8+ seconds for my own freaking page to load up, that doesn't make sense when I'm on a T1 line. AOL is piss slow.<!--content-->
 
Back
Top