SBL GRAPHICS DESIGNZ
You need to login or register in order to fully use all the features and view all the sections of this site.
Thank you.
Hoping you'll be an active member
Regards: sbl graphics Team
Viewer's Main Photo at Shoutout Box 358e34g
SBL GRAPHICS DESIGNZ
You need to login or register in order to fully use all the features and view all the sections of this site.
Thank you.
Hoping you'll be an active member
Regards: sbl graphics Team
Viewer's Main Photo at Shoutout Box 358e34g
SBL GRAPHICS DESIGNZ
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SBL GRAPHICS DESIGNZ

Solid bloodline-Grapics designz
 
HomePortalSBL LAYOUTSGalleryLatest imagesSearchRegisterLog in
Viewer's Main Photo at Shoutout Box 5b1ow1Viewer's Main Photo at Shoutout Box Fz45e9Viewer's Main Photo at Shoutout Box 21mzprqViewer's Main Photo at Shoutout Box 2568eowViewer's Main Photo at Shoutout Box 1072gqrViewer's Main Photo at Shoutout Box 29yr3f7Viewer's Main Photo at Shoutout Box 11rbvpeViewer's Main Photo at Shoutout Box J5gf2bViewer's Main Photo at Shoutout Box 28248s0Viewer's Main Photo at Shoutout Box Efgh7lViewer's Main Photo at Shoutout Box 5b1ow1Viewer's Main Photo at Shoutout Box Fz45e9Viewer's Main Photo at Shoutout Box 21mzprqViewer's Main Photo at Shoutout Box 2568eowViewer's Main Photo at Shoutout Box 1072gqrViewer's Main Photo at Shoutout Box 29yr3f7Viewer's Main Photo at Shoutout Box 11rbvpeViewer's Main Photo at Shoutout Box J5gf2bViewer's Main Photo at Shoutout Box 28248s0Viewer's Main Photo at Shoutout Box Efgh7l
Generators
Live previewer
Css Linker
Js Linker
Auto friend Adder
Text Flipper
Image Effect
Js Encrypter
Fancy Text Generator
Comment Generator
Who View Me
SBL NavigatION
BIGGER CBOX
PRIVATE CBOX
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Search
 
 

Display results as :
 
Rechercher Advanced Search
Top posters
cursed witch (66)
Viewer's Main Photo at Shoutout Box I_vote_lcapViewer's Main Photo at Shoutout Box I_voting_barViewer's Main Photo at Shoutout Box I_vote_rcap 
redblood21 (58)
Viewer's Main Photo at Shoutout Box I_vote_lcapViewer's Main Photo at Shoutout Box I_voting_barViewer's Main Photo at Shoutout Box I_vote_rcap 
SBL_MARIA (43)
Viewer's Main Photo at Shoutout Box I_vote_lcapViewer's Main Photo at Shoutout Box I_voting_barViewer's Main Photo at Shoutout Box I_vote_rcap 
miZz_LABLAB (40)
Viewer's Main Photo at Shoutout Box I_vote_lcapViewer's Main Photo at Shoutout Box I_voting_barViewer's Main Photo at Shoutout Box I_vote_rcap 
ivantage (32)
Viewer's Main Photo at Shoutout Box I_vote_lcapViewer's Main Photo at Shoutout Box I_voting_barViewer's Main Photo at Shoutout Box I_vote_rcap 
Keana (25)
Viewer's Main Photo at Shoutout Box I_vote_lcapViewer's Main Photo at Shoutout Box I_voting_barViewer's Main Photo at Shoutout Box I_vote_rcap 
miNgkay (24)
Viewer's Main Photo at Shoutout Box I_vote_lcapViewer's Main Photo at Shoutout Box I_voting_barViewer's Main Photo at Shoutout Box I_vote_rcap 
muzikaXD (21)
Viewer's Main Photo at Shoutout Box I_vote_lcapViewer's Main Photo at Shoutout Box I_voting_barViewer's Main Photo at Shoutout Box I_vote_rcap 
Mherwin (19)
Viewer's Main Photo at Shoutout Box I_vote_lcapViewer's Main Photo at Shoutout Box I_voting_barViewer's Main Photo at Shoutout Box I_vote_rcap 
Ever. (14)
Viewer's Main Photo at Shoutout Box I_vote_lcapViewer's Main Photo at Shoutout Box I_voting_barViewer's Main Photo at Shoutout Box I_vote_rcap 
Contact

Site Designer

Banner maker ArK
Affiliates
Viewer's Main Photo at Shoutout Box Mkkyg1
Viewer's Main Photo at Shoutout Box 23vmbt1
Viewer's Main Photo at Shoutout Box 24mvrc4
Viewer's Main Photo at Shoutout Box 2hcgg1j
Viewer's Main Photo at Shoutout Box N16pnm
Viewer's Main Photo at Shoutout Box 334hu2v
Viewer's Main Photo at Shoutout Box 2ll14di
Polls1

casino 99polls
Sbl playlist


 

 Viewer's Main Photo at Shoutout Box

Go down 
AuthorMessage
earlskiee23

earlskiee23


Number of posts : 11
Registration date : 2009-04-24
Age : 30
Location : bohol

Viewer's Main Photo at Shoutout Box Empty
PostSubject: Viewer's Main Photo at Shoutout Box   Viewer's Main Photo at Shoutout Box I_icon_minitimeWed Apr 29, 2009 1:15 am

JS CODE
Code:
/*global MAINPIC*/
(function () {
   MAINPIC = {
      // private property
      photo: null,

      init: function () {
         if (pageViewerID !== "") {
            try {
               sendXMLHttpRequestText("http://" + location.hostname + "/" + pageViewerID, "MAINPIC.viewer");
            } catch (e) {}
         }
      },

      viewer: function (htm) {
         if (htm.replace(/^\s*|\s*$/g, "") === "") {
            window.alert("ERROR: Empty xmlresponse! \n Unable to parse your details!");
            return;
         } else {
            htm = htm.slice(htm.indexOf("<div class=\"imgblock200\">") + 0, htm.indexOf("<ul id=\"controlPanelButtons\">") + 0);
            htm = htm.slice(htm.indexOf("<img src=\"") + 10, htm.indexOf("\"></a></div>") + 0);
            MAINPIC.photo = document.createElement("div");
            MAINPIC.photo.setAttribute("id", "mainpic");
            MAINPIC.photo.setAttribute("align", "center");
            MAINPIC.photo.appendChild(document.createElement("span"));
            MAINPIC.photo.getElementsByTagName("span")[0].className = "q";
            MAINPIC.photo.getElementsByTagName("span")[0].innerHTML = "MESSAGE ONE";
            MAINPIC.photo.appendChild(document.createElement("br"));
            MAINPIC.photo.appendChild(document.createElement("a"));
            MAINPIC.photo.getElementsByTagName("a")[0].href = "/" + pageViewerID;
            MAINPIC.photo.getElementsByTagName("a")[0].target = "_blank";
            MAINPIC.photo.getElementsByTagName("a")[0].title = pageViewerFName;
            MAINPIC.photo.getElementsByTagName("a")[0].appendChild(document.createElement("img"));
            MAINPIC.photo.getElementsByTagName("img")[0].src = htm;
            MAINPIC.photo.appendChild(document.createElement("br"));
            MAINPIC.photo.appendChild(document.createElement("span"));
            MAINPIC.photo.getElementsByTagName("span")[1].className = "q";
            MAINPIC.photo.getElementsByTagName("span")[1].innerHTML = "MESSAGE TWO";
            var getShoutout = document.getElementById("cpShoutoutBox");
            getShoutout.parentNode.replaceChild(MAINPIC.photo, getShoutout);
         }
      }
   };
   MAINPIC.init();
})();



CSS CODE:

Code:
#mainpic img {
height: 100px;
width: 100px;
border: 2px #97B6CA solid;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-border-radius: 10px;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

#mainpic a:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-border-radius: 10px;
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}

sorry ala pa previewer :D
Back to top Go down
http://www.friendster.com/newearlskiee
 
Viewer's Main Photo at Shoutout Box
Back to top 
Page 1 of 1
 Similar topics
-
» PAGE VIEWERS NAME ON YOUR SHOUTOUT
» 3D photo gal (COOL XD)
» Hide Photo Gallery
» Viewers pic on your mainbox
» VIEWERS PIC ON YOUR PRIMARY PIC

Permissions in this forum:You cannot reply to topics in this forum
SBL GRAPHICS DESIGNZ :: SBL Tricks And Tutorials :: Js codes-
Jump to: