Log In · Register

 
can u help me wit this?
Negi
post Apr 22 2005, 04:31 PM
Post #1


"(A.k.a. H.K.T.)"
****

Group: Member
Posts: 202
Joined: Mar 2005
Member No: 110,787



hi,um..i waz wonderin is there a code where,-like when u click on a link on xanga,there is another layout......hmm...say like when u refresh instead of having the layout u allwayz have,a new layout come out.
 
 
Start new topic
Replies
YourSuperior
post Apr 22 2005, 04:58 PM
Post #2


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



I found this on pro-boards.. maybe this is similar.
Umm. I just realized the code by micron looks exactly the same. I think they jocked his script.




CODE

<!-- begin code provided by proboards.com-->
<script type='text/javascript'>
// random skins by emily j.


var skin = new Array();

// change this to reflect your set of skins
skin[0] = 'http://url/to/skin1.css';
skin[1] = 'http://url/to/skin2.css';
skin[2] = 'http://url/to/skin3.css';
skin[3] = 'http://url/to/skin4.css';

var index = Math.floor(Math.random() * skin.length);
document.write('<link rel="stylesheet" href="'+ skin[index] +'" type="text/css">');
</script>
<!-- end code provided by proboards.com -->



CODE
<!-- begin code provided by proboards.com-->
<link rel="stylesheet" href="http://www.createblog.com/tools/randomizer.php?username=YOURUSERNAME&type=css" type="text/css">
<!-- end code provided by proboards.com-->


CODE
 
<!-- begin code provided by proboards.com-->
<script type='text/javascript'>
// random skins by emily j.

var skin = new Array();
var image = new Array();

// change this to reflect your set of skin
skin[0] = 'http://url/to/skin1.css';
skin[1] = 'http://url/to/skin2.css';

// change this to reflect your matching image
image[0] = 'http://url/to/image1.jpg';
image[1] = 'http://url/to/image2.jpg';

var index = Math.floor(Math.random() * skin.length);

// for the skin
document.write('<link rel="stylesheet" href="'+ skin[index] +'" type="text/css">');

// for the matching image
document.write('<img src="'+ image[index] +'">');
</script>
<!-- end code provided by proboards.com-->
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: