Two words: Problem Definition!
What platform? WinBloze? Linux? Solaris? MacOS?
The solution to what you are trying to do depends on
where you are trying to do it.
On Unix/Linux I would do something like:
.
.
.
previous code (lots of handwaving)
.
.
.
# $netscape contains the full path to the
# netscrape browser
#
# $url contains the URL I want opened.
system(sprintf("%s %s",$netscape,$url));
.
.
.
.
Peter @ Berghold . Net
Sieze the cow! Bite the day!
Test the code? We don't need to test no stinkin' code! All code posted here is as is where is unless otherwise stated.
Brewer of Belgian style Ales |