Results 1 to 2 of 2

Thread: Web Application

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2001
    Posts
    254
    I want to create a web application. Can someone please let me know that how can I make a link thru button click on the form.

    Thanks

  2. #2
    Hyperactive Member PJB's Avatar
    Join Date
    Aug 2000
    Location
    dunno at the moment
    Posts
    302
    You don't mean a button that acts like a link do you? If so try this:

    Code:
    <FORM METHOD="LINK" ACTION="page.htm">
    <INPUT TYPE="submit" VALUE="button name">
    </FORM>
    If that's not what your looking for say so and we'll see what we can come up with
    VB6.0 SP4
    Windows 2000
    I'm thinking of a number between

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