Development > Feature Requests

Html and javascript?

(1/1)

Chino898:
Well TP has it and this is all this portal needs to be ace. Please add it :(.

Nathaniel:
Could you please explain exactly what you mean?

SimplePortal already has a HTML block, which can be used to add HTML and Javascript (through the use of <script> tags).

Chino898:

--- Quote from: Nathaniel on May 07, 2009, 01:44:38 AM ---Could you please explain exactly what you mean?

SimplePortal already has a HTML block, which can be used to add HTML and Javascript (through the use of <script> tags).

--- End quote ---
Well I tried but my scripts never ever work correctly.

[SiNaN]:
Would you provide some examples? For example, this JavaScript code would give you the time when you use it in an HTML block:


--- Code: ---<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
   var today = new Date();
   document.write(today.toString());
// ]]></script>
--- End code ---

Chino898:

--- Quote from: [SiNaN] on May 07, 2009, 10:45:06 AM ---Would you provide some examples? For example, this JavaScript code would give you the time when you use it in an HTML block:


--- Code: ---<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
   var today = new Date();
   document.write(today.toString());
// ]]></script>
--- End code ---

--- End quote ---
Some scripts work fine but look http://xeonix.shacknet.nu/lol that's the working script but If I put it into a block it doesn't work you can't move it or anything.


--- Code: ---<script>document.title="Site Name";</script><SCRIPT language=JavaScript1.2>
var ns4=document.layers
var ie4=document.all
var ns6=document.getElementById&&!document.all

//drag drop function for NS 4////
/////////////////////////////////



var dragswitch=0
var nsx
var nsy
var nstemp

function drag_dropns(name){
if (!ns4)
return
temp=eval(name)
temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
temp.onmousedown=gons
temp.onmousemove=dragns
temp.onmouseup=stopns
}

function gons(e){
temp.captureEvents(Event.MOUSEMOVE)
nsx=e.x
nsy=e.y
}
function dragns(e){
if (dragswitch==1){
temp.moveBy(e.x-nsx,e.y-nsy)
return false
}
}

function stopns(){
temp.releaseEvents(Event.MOUSEMOVE)
}

//drag drop function for ie4+ and NS6////
/////////////////////////////////


function drag_drop(e){
if (ie4&&dragapproved){
crossobj.style.left=tempx+event.clientX-offsetx
crossobj.style.top=tempy+event.clientY-offsety
return false
}
else if (ns6&&dragapproved){
crossobj.style.left=tempx+e.clientX-offsetx
crossobj.style.top=tempy+e.clientY-offsety
return false
}
}

function initializedrag(e){
crossobj=ns6? document.getElementById("dnwtop_100_showimage") : document.all.dnwtop_100_showimage

var firedobj=ns6? e.target : event.srcElement
var topelement=ns6? "HTML" : "BODY"

while (firedobj.tagName!=topelement&&firedobj.id!="dragbar"){
firedobj=ns6? firedobj.parentNode : firedobj.parentElement
}

if (firedobj.id=="dragbar"){
offsetx=ie4? event.clientX : e.clientX
offsety=ie4? event.clientY : e.clientY

tempx=parseInt(crossobj.style.left)
tempy=parseInt(crossobj.style.top)

dragapproved=true
document.onmousemove=drag_drop
}
}
document.onmousedown=initializedrag
document.onmouseup=new Function("dragapproved=false")

////drag drop functions end here//////

function hidebox(){
if (ie4||ns6)
    crossobj.style.visibility="hidden"
else if (ns4)
    document.dnwtop_100_showimage.visibility="hide"
}

document.write('');
////// BELOW IS THE PART YOU HAVE TO EDIT SO IT VOTES FOR YOUR SITE! ////////
document.write('<div id="dnwtop_100_showimage" style="z-index: 300; position:absolute;width:380px;left:1;top:1"><table border="1" bordercolor="659044" width="380" bgcolor="000000" cellspacing="0" cellpadding="0"><tr><td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0" height="36"><tr><td width="100%" id="dragbar" title="you may drag me" height="25"><ilayer width="100%" onSelectStart="return false"><layer width="100%" onMouseover="dragswitch=1;if (ns4) drag_dropns(dnwtop_100_showimage)" onMouseout="dragswitch=0"><span style="font-weight: bold; font-family: Verdana; font-size: 12px; color: 659044;  padding: 6px; padding-bottom: 4px;"><center>Help Us By Voting Every 12 Hours!</center></span></layer></ilayer></td></tr><tr><td width="100%" bgcolor="e6cea0" style="padding:10px; border: solid 000000 2px; border-top:0px; font-family:Verdana; font-size:12px; color:000000;"><IGNORE!><i><BR><center><b><img src="http://www.xtremetop100.com/votenew.jpg"><br><br><font color="black">Vote For Us Every 12 Hours So That We Can Populate And Become The Best!<br>Please Vote Every 12 Hours!</font> <font color="black"></font><font color="black"></b></i><br><br><div align="center"><a href="http://www.xtremetop100.com/in.php?site=1132237052" target="_blank" onClick="hidebox()"><img src="http://i215.photobucket.com/albums/cc292/L003Rad/agree.gif?t=1198037299" border="0"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#" onClick="hidebox();return false"><img src="http://i215.photobucket.com/albums/cc292/L003Rad/decline.gif?t=1198037356" border="0"></a>&nbsp;&nbsp;&nbsp;</div><!-- END YOUR CONTENT HERE-----></td></tr></table></td></tr></table></div></center>');

</SCRIPT>
--- End code ---

That's the whole code is there anything wrong with it?

Navigation

[0] Message Index

Go to full version