diff --git a/etc/results_to_netscape b/etc/results_to_netscape
index e781cb0244b18a2355a411f89d37cc7d23400cdc..4cd31a8edab0057c9ca26cd071db447a8593fdd1 100755
--- a/etc/results_to_netscape
+++ b/etc/results_to_netscape
@@ -227,7 +227,10 @@ echo "rm -f $new_file > /dev/null 2>&1" | at now + 12 hours
 # if $NETSCAPE $new_file
 
 # For Netscape or mozilla
-if $NETSCAPE -remote "openURL($new_file, new-tab)"
+#
+# Use openURL($new_file, new-tab) to get new-tab
+#
+if $NETSCAPE -remote "openURL($new_file)"
 then
     exit 0
 else