Ask a Question related to ASP.NET General, Design and Development.
-
George Jackson #1
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
-
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... -
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... -
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... -
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... -
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... -
Natty Gur #2
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
-
George Jackson #3
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
and in the>-----Original Message-----
>George Hi,
>
>With ASP.NET you can create a form with the safety textread the text,>bottom of the text TextBox and button. The user need tocause server>enter his worker No. and press the OK button. This willand Worker No. so>side event. On the server you can enter to DB the Datebutton, for>you can know how read the text (go through and press the***>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
-
Natty Gur #4
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



Reply With Quote

