Results 1 to 2 of 2

Thread: Applet question...

  1. #1

    Thread Starter
    Addicted Member Virtual24's Avatar
    Join Date
    May 2001
    Posts
    228

    Question Applet question...

    How do I get rid of the white border around the edge of my applet? I want my applet to fill the whole page ( therefore serving as the page itself... ) HOW DO I DO THIS??? Also, is there a way to resize the actual browser through my applet or atleast indirectly through javascript??? Plz. Explain??
    To protect time is to protect everything...

  2. #2
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    You would have to size the applet to the size of the browser itself. I would set the size of the applet in the Object or Applet Tag(whichever you use). <APPLET code "Example.class" width =300 height=300> </APPLET>

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