Required Form on webpage

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Required Form on webpage

    OK, I am completely new to ASP, .NET, and JAVA and would
    like some guiding advice. At my company the employees are
    required to read a safety sheet on our company intranet.
    Well, after they read it, there needs to be proof to me or
    my boss. Now, does anyone have any advice on just how I
    should go about this? I have a small JAVA app. as an
    inline frame. The only thing is, if this inline frame is
    in the safety webpage and they close the webpage it
    doesn't require you to enter the fields in the JAVA app.
    I don't know what the JAVA code is for the onclose
    procedure for the webpage. Anyhow, I'm wandering would it
    be more efficient to create this with ASP? If so, how do
    I begin? Thanks for any advice and help.

    Sincerely,

    George
    George Jackson Guest

  2. Similar Questions and Discussions

    1. CheckBox required on form?
      I have a form, and we need to have a checkbox that the user is required to check. Basically saying they read the disclaimer. Is there a way to...
    2. Required Form Field Ext.
      Are there any extensions available for forms built in Dreamweaver MX 2004 that require the form user to fill in all fields. I have one that kind of...
    3. flash form: tabnavigator & onChange to change webpage
      I would like to jump to different webpage depending on which tab I click. I tried an actionscript , getURL, but when the form loads the first...
    4. Reply form on Publisher webpage
      I put together a website using MS Publisher 2000. I used the Reply Form template but when the submit button is clicked no email is sent to my...
    5. data from form to .csv file to webpage help req.
      HI, I have set up a page with a form which appends data to a .csv file on my asp server, this is to enable a limited number of users to add news...
  3. #2

    Default Re: Required Form on webpage

    George Hi,

    With ASP.NET you can create a form with the safety text and in the
    bottom of the text TextBox and button. The user need to read the text,
    enter his worker No. and press the OK button. This will cause server
    side event. On the server you can enter to DB the Date and Worker No. so
    you can know how read the text (go through and press the button, for
    sure :-) ).

    Hope it help you

    Natty Gur, CTO
    Dao2Com Ltd.
    34th Elkalay st. Raanana
    Israel , 43000
    Phone Numbers:
    Office: +972-(0)9-7740261
    Fax: +972-(0)9-7740261
    Mobile: +972-(0)58-888377


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Natty Gur Guest

  4. #3

    Default Re: Required Form on webpage

    Sounds great. Just one thing. How do I start? Were do I
    begin. I heard something about there was a download. Or
    is there any good resources to explain how to begin on
    using ASP.NET? How do I create this form with ASP?

    Thanks,

    George

    >-----Original Message-----
    >George Hi,
    >
    >With ASP.NET you can create a form with the safety text
    and in the
    >bottom of the text TextBox and button. The user need to
    read the text,
    >enter his worker No. and press the OK button. This will
    cause server
    >side event. On the server you can enter to DB the Date
    and Worker No. so
    >you can know how read the text (go through and press the
    button, for
    >sure :-) ).
    >
    >Hope it help you
    >
    >Natty Gur, CTO
    >Dao2Com Ltd.
    >34th Elkalay st. Raanana
    >Israel , 43000
    >Phone Numbers:
    >Office: +972-(0)9-7740261
    >Fax: +972-(0)9-7740261
    >Mobile: +972-(0)58-888377
    >
    >
    >*** Sent via Developersdex [url]http://www.developersdex.com[/url]
    ***
    >Don't just participate in USENET...get rewarded for it!
    >.
    >
    George Jackson Guest

  5. #4

    Default Re: Required Form on webpage

    tutorials :

    1) [url]http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=96[/url]

    2) [url]http://www.codeproject.com/aspnet/aspnetintro.asp[/url]

    3) [url]http://www.w3schools.com/aspnet/default.asp[/url]


    Natty Gur, CTO
    Dao2Com Ltd.
    34th Elkalay st. Raanana
    Israel , 43000
    Phone Numbers:
    Office: +972-(0)9-7740261
    Fax: +972-(0)9-7740261
    Mobile: +972-(0)58-888377


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Natty Gur Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139