Jump to content

CONVERTING JAVE TO HTML


Audin

Recommended Posts

how do i do it? i want this to be in HTML format:

[quote]<script language="JavaScript1.2">


var ns6=document.getElementById&&!document.all?1:0

var head="display:''"
var folder=''

function expandit(curobj){
folder=ns6?curobj.nextSibling.nextSibling.style:document.all[curobj.sourceIndex+1].style
if (folder.display=="none")
folder.display=""
else
folder.display="none"
}

//-->
</script>[/quote]


thank you! :)
Link to comment
https://forums.phpfreaks.com/topic/15992-converting-jave-to-html/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.