<html> <script language="JavaScript"> <!-- str = new String("34"); if(str <= 77) document.write("34 is less than or equal to 77"); else document.write("Returned FALSE!"); --> </script></html>