hi,
i want a java code which makes a window that displays a web page!
can some one help me!
Printable View
hi,
i want a java code which makes a window that displays a web page!
can some one help me!
I am going to assume you are talking about Javascript and not the extremely different language of Java.
whereCode:var popWin = window.open('url','name','toolbars');
popWin.focus();
url = website address you wish to open up
name = name you wish to call the new window
toolbars = the properties of that new window
example'width=600,height=400,top=0,left=0,scrollbars=yes,menubar=yes,statusbar=yes,resize=yes'
hey,
sorry i am talking about java not javascript
!!!!!11111:eek: