This is probably more like a html question. I want my Jsp page to show on the client machine in a frame with no Tool Menu Bar at the top, how do I do it? Please give a sample code, thanks!
------------------ Sun Certified Programmer for Java Platform
Sun Certified Programmer for Java Platform
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12266
1
posted
0
As I recall, you can create a new window with/without various bits in JavaScript, then show it with your jsp as the source url. Bill
Originally posted by William Brogden: As I recall, you can create a new window with/without various bits in JavaScript, then show it with your jsp as the source url. Bill
The only way to get rid of a tool bar or anyother part effectivly on browser is to open a pop up. Look at this script to help you with the pop-up code http://www.a1ien51.8k.com/scripts/popupwingenV2.htm Feel Free to email me with any questions
Stephen Wei
Ranch Hand
Joined: Oct 09, 2001
Posts: 73
posted
0
Thank you, that was very helpful! If I run into any trouble, I may consult you again. Thanks. ------------------ Sun Certified Programmer for Java Platform