Results 1 to 3 of 3

Thread: [RESOLVED] calling a url

Threaded View

  1. #1

    Thread Starter
    Fanatic Member VBKNIGHT's Avatar
    Join Date
    Oct 2000
    Location
    Port25
    Posts
    619

    Resolved [RESOLVED] calling a url

    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?
    Code:
     window.open('page.htm','test','toolbar=no,width=100;height=100') ;
    please do advice.TIA
    Last edited by VBKNIGHT; Aug 18th, 2005 at 04:31 AM.

    If a post has helped you then Please Rate it!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width