From jjk3 at msstate.edu Sat Aug 10 12:49:01 2002 From: jjk3 at msstate.edu (Joel Konkle-Parker) Date: Sat Aug 10 12:49:01 2002 Subject: [thelist] Java VM Message-ID: <1028832734.3d52bddec403f@webmail.msstate.edu> What are the differences, and relative benefits, of the Sun Java VM vs. Microsoft's VM? Objective advice, please, no "because microsoft sucks". -joel ------------------------------------------------------- http://www.ballsome.com From dm at lgcy.com Sat Aug 10 12:59:00 2002 From: dm at lgcy.com (Daniel Medley) Date: Sat Aug 10 12:59:00 2002 Subject: [thelist] Not receiving emails way OT Message-ID: <000801c2402f$5d76c2e0$eeca0ed0@medley> -- [ Picked text/plain from multipart/alternative ] I had to reformat my puter, lost everything. I'm now back on line and am not receiving any emails from the list. Can someone communicate with me? Peace, Daniel -- From M.B.Trimpe at student.tue.nl Sat Aug 10 14:18:02 2002 From: M.B.Trimpe at student.tue.nl (Michiel Trimpe) Date: Sat Aug 10 14:18:02 2002 Subject: [thelist] best way to create "back" button In-Reply-To: <3D39C11F@zathras> References: <3D39C11F@zathras> Message-ID: <138126012396.20020809123732@student.tue.nl> I tend to use something like this (PERL): print "BACK" ; JY> JavaScript and the referer are pretty much the ways to do this. As you've JY> mentioned though, neither are completely reliable since user agents aren't JY> required to implement them. You can combine them by using document.write() to JY> write out the link and placing the referer variable in a