1 Reply Latest reply: Jul 24, 2009 6:52 AM by Jochem van Dieten RSS

    Is there no way to post code by email?

    !Firedog Community Member

      One more try, with line wrap extended in the client:

       

      
      javascript:(function(){var
      allLinks,communityID,myString,mySplit,search_obj,form_obj;communityID="ERROR";allLinks=document.getElementsByTagName('link');for(var
      i=0;i<allLinks.length;++i){if(myString=allLinks+.href.match(/community=[0-9]+/)){communityID=myString.toString();mySplit=communityID.split("=");communityID=mySplit[1];break;}}if(communityID!=="ERROR"){if(document.getElementById){if(document.getElementById('jive-userbar-search')){search_obj=document.getElementById('jive-userbar-search');form_obj=search_obj.getElementsByTagName('form')[0];form_obj.innerHTML='></allLinks>'+form_obj.innerHTML;}}}alert('Search is now confined to Forum
      '+communityID)})()]
      
      

       

      Noel