Likes Received By Techno_EG

  1. Tropica liked Techno_EG's post in the thread I Need A Visitors Today Script?.

    try this code that i made;) <% on error resume next SET MyFileObject = Server.CreateObject("Scripting.FileSystemObject") SET...

    Nov 12, 2007
  2. wacamoi liked Techno_EG's post in the thread How to prevent or any solution for the too long string text.

    <% Function StringC(StringText,LongN) on error resume next dim TXTC TXTC=left(StringText,LongN-1) & "<BR>" for MU=1 to...

    Nov 12, 2007