Opening html page in web browser

Hi All,I am generating html page based on users input. Upon its generation can I open the page in windows / netscape explorer. Please guide on how to achive this.Thanks in advance.
[201 byte] By [Amodnka] at [2007-10-3 3:26:15]
# 1
Save the generated HTML file to disk. Then invoke the default browser by using:Process process = Runtime.getRuntime().exec( ? );There are plenty of example is the Java Programming forum.
camickra at 2007-7-14 21:19:24 > top of Java-index,Desktop,Core GUI APIs...