Aug 23, 2007 #1 xmassey Programmer Apr 9, 2007 62 GB I read that the \a sounds an alarm (bell). I tried using this script... #! usr/bin/perl use strict; print "Content-type: text/html\n\n"; print "\aHello!\n"; The result is a little square box and the word Hello. Anyone know why I don't get a bell sound>?
I read that the \a sounds an alarm (bell). I tried using this script... #! usr/bin/perl use strict; print "Content-type: text/html\n\n"; print "\aHello!\n"; The result is a little square box and the word Hello. Anyone know why I don't get a bell sound>?
Aug 23, 2007 #2 travs69 MIS Dec 21, 2006 1,431 US If that works it's going to be on the local machine only.. it's not going to work over a web site. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Travis - Those Who Say It Cannot Be Done Are Usually Interrupted by Someone Else Doing It; Give the wrong symptoms, get the wrong solutions; Upvote 0 Downvote
If that works it's going to be on the local machine only.. it's not going to work over a web site. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Travis - Those Who Say It Cannot Be Done Are Usually Interrupted by Someone Else Doing It; Give the wrong symptoms, get the wrong solutions;