I'm entirely new with java and my dumb question is:
how can i launch a new url in my internet explorer window using java?
is it like javascript function?
i know how to do this in javascript like location.href='newpage.htm'
how can i do this in java?
please do advice.TIACode:window.open('page.htm','test','toolbar=no,width=100;height=100') ;





Reply With Quote