Audin Posted July 30, 2006 Share Posted July 30, 2006 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:0var head="display:''"var folder=''function expandit(curobj){folder=ns6?curobj.nextSibling.nextSibling.style:document.all[curobj.sourceIndex+1].styleif (folder.display=="none")folder.display=""elsefolder.display="none"}//--></script>[/quote]thank you! :) Link to comment https://forums.phpfreaks.com/topic/15992-converting-jave-to-html/ Share on other sites More sharing options...
alecjw Posted August 7, 2006 Share Posted August 7, 2006 You can't convert JS to HTML, they're two completely different things. JS is a scripting language, html is a markup language. Converting JS to HTML is like converting eating to food, which is impossible. Link to comment https://forums.phpfreaks.com/topic/15992-converting-jave-to-html/#findComment-70581 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.