 |
| Friendster Overlay Codes and tutorials on overlay |
06-05-2006, 11:36 AM
|
#1
|
|
Member
Join Date: Jun 2006
Location: Manila
Posts: 80
|
NO SELECT TEXT SCRIPT
DISCRIPTION: Disable viewer's ability to select text on your webpage!!Dragging mouse over the text has no effect!
DIRECTION: Simply this script to the <head> section of your page:
<script type="text/javascript">
//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase ())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>
************************************************** ********************
for newbies!~
just in case you want to try
1. go to notepad
2. type :
<html>
<head>
<titile>im cool</title>
</head>
<body>
</body>
</html>
3. then save
4. name it : im_cool.html
5. dont forget the symbol "." in your name file ..this will served as the kind of file.. dunno..
6. open it..!
7. you can edit it by "right click" your file, then "open with" ,then, "notepad". easy huh!?
THANK ME IF I HELP
|
|
(Offline)
|
|
06-05-2006, 11:47 AM
|
#2
|
|
Member
Join Date: Jun 2006
Location: Manila
Posts: 80
|
POP UP YOUR ANOTHER FRIENDSTER ACCOUNT!
Description: Use add popup windows to your site! The windows are activated by clicking on a link, and can be fine tuned in every aspect, such as dimensions, scrollbars, toolbar etc. Awesome tool.
Step 1: Insert the following code into the head section of your html document.
script language="javascript" type="text/javascript">
<!--
var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math .floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Mat h.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(scr een.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPositi on+',left='+LeftPosition+',scrollbars='+scroll+',l ocation=no,directories=no,status=no,menubar=no,too lbar=yes,resizable=no';
win=window.open(mypage,myname,settings);}
// -->
</script>
Step 2: Insert the following code into your html document where you want the link. You can insert multiple copies of the below, depending on how many popup links you want:
<a href="URL of window:" onclick="NewWindow(this.href,'Name of window:','500','500','yes','center');return false" onfocus="this.blur()">YourLinkText</a>
************************************************** ********************
for newbies!~
just in case you want to try
1. go to notepad
2. type :
<html>
<head>
<titile>im cool</title>
</head>
<body>
</body>
</html>
3. then save
4. name it : im_cool.html
5. dont forget the symbol "." in your name file ..this will served as the kind of file.. dunno..
6. open it..!
7. you can edit it by "right click" your file, then "open with" ,then, "notepad". easy huh!?
|
|
(Offline)
|
|
08-18-2006, 12:40 AM
|
#3
|
|
Member
Join Date: Jun 2006
Location: mY QuEeN cItY Of ThE sOuTh!!!
Posts: 36
|
hehehe...thanks pala..although uulitin ko ang arrangement bukas...mahina kasi connection ko..dial up eh...natapos ko nga yung profile ko sa cafe kanina
__________________
Add me up
___________________________________________

"I will never give up, until I defeat you. . .for that is my way of the ninja!!!"
- Uzumaki Naruto
|
|
(Offline)
|
|
08-18-2006, 03:10 AM
|
#5
|
|
Member
Join Date: Jun 2006
Location: Mandaluyong
Posts: 60
|
Thanks guy for an awesome layout out for friendster... i tried to follow you easy steps and now i have my first ever Overlay layout...
Its pretty amazing and fun to do.... keep up the good work...
Again thanks for additional knowledge...
http://www.friendster.com/mvillamil
|
|
(Offline)
|
|
08-18-2006, 03:18 AM
|
#6
|
|
Moderator
Join Date: Apr 2006
Location: dasmarinas village
Posts: 798
|
whoa... marinette hehehe... nice to see you here... have a nice weekend to you...
|
|
(Offline)
|
|
08-18-2006, 03:31 AM
|
#7
|
|
Junior Member
Join Date: Jul 2006
Posts: 7
|
|
Originally Posted by angelbaby221983
POST MO N LANG UNG CODE DI2 bat kailngan k p nming ipm heheheh  PEACE...
|
kasi gusto ko alam ko kung sino gumagamit ng layouts ko!
|
|
(Offline)
|
|
08-18-2006, 01:31 PM
|
#8
|
|
Junior Member
Join Date: Jul 2006
Location: sa bahay
Posts: 8
|
pano mwla ung user search sa top right?
|
|
(Offline)
|
|
08-18-2006, 01:39 PM
|
#9
|
|
Junior Member
Join Date: Jul 2006
Posts: 1
|
ei
bgyan nyo nmn po aku ng mgandang layout
plz^^
|
|
(Offline)
|
|
08-18-2006, 10:19 PM
|
#10
|
|
Member
Join Date: Jun 2006
Location: Mandaluyong
Posts: 60
|
Ang premade overlay Layout po, pwede rin ba maglagay ng photobucket and photo slideshow? 
|
|
(Offline)
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 04:20 AM.
|