Results 1 to 2 of 2

Thread: ***RESOLVED***popups in java

Threaded View

  1. #1

    Thread Starter
    Addicted Member annie613's Avatar
    Join Date
    May 2003
    Location
    NY, NY
    Posts
    161

    ***RESOLVED***popups in java

    is this possible? I have an applet with a button called
    GoToNextForm.....

    I want to click on the button and have it open another applet or form??? can this be done?

    i know in VB i use forms and use subs like this

    Code:
    Private Sub cmdSubmit_Click()
    
    prompt$ = "Goto Next Form."
    reply = MsgBox(prompt$, vbOKCancel, "Goto Next Form.")
    
    If reply = vbOK Then
        Load Form4
        Form4.Visible = True
        DoEvents
        
    End If
    Last edited by annie613; Mar 9th, 2004 at 09:39 AM.

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