Re: urgent help needed on checkbox property!!!!

2001-04-13 Thread Dean Sacramone
You can probably use javascript or DHTML for this.. but it would entail using images. Just use javascript. Have an image that looks like a checkbox,,,when someone clicks on it, it swaps out the image with one that has an X on itthen it sets a variable that will be applied to the value of a

Re: JAVASCRIPT PROBLEM

2001-04-05 Thread Dean Sacramone
You can't get rid off that error..cause you are trying to close the "parent" windowmaybe an "onerror" will squash the error box--not sure. If you find a solution, let us know. -Original Message- From: A mailing list about Java Server Pages specification and reference

Re: Any views on the Java Web market in the US ???

2001-02-07 Thread Dean Sacramone
where did you hear this? I haven't heard about this at all. Thanks, ~~~ Dean Sacramone Magnet Interactive - West [EMAIL PROTECTED] Lead Programmer 310-815-5091 ~~~ If a kid asks where rain comes from, I think a cute thing to tell him is: God is crying

JSP and MYSQL

2001-01-25 Thread Dean Sacramone
Hey,, is there a good tutorial on how to intergrate JSP and MYSQL cause I want to do some practicing. Thanks, ~~~ Dean Sacramone Magnet Interactive - West [EMAIL PROTECTED] Lead Programmer 310-815-5091 ~~~ If a kid asks where rain comes from, I think

Re: test

2000-12-18 Thread Dean Sacramone
test too, this list has been nonexistent for the last week.?? Thanks, ~~~ Dean Sacramone [EMAIL PROTECTED] Lead Programmer--310-815-5091 ~~~ "If there was any logic in this world, it would be men who ride side-saddle, not women." -- - Origin

Again: class questions.. any help is appreciated

2000-12-07 Thread Dean Sacramone
Hello all, --thanks for all those who helped me out. HERE ARE A FEW QUESTIONS that I need assistance on. I am not gonna lie...this is for a extension course that I am taking, so its not a actual school class. I am just stuck.. I have 3 form boxes processed by a servlet. QUESTIONS: 1.) if the

this doesn't work.why...code snippet

2000-12-06 Thread Dean Sacramone
) + "--this is field 1BRBRBR"); out.println(request.getParameter("field2") + "that was field twoBRBR"); out.println(request.getParameter("field3") + "BRBRBR"); Thanks, ~~~ Dean Sacramone [EMAIL PROTECTED]~

servlet tutorial for form processing with checking?

2000-12-04 Thread Dean Sacramone
anyone direct me to a servlet tutorial for form processing with some field checking. I have 3 fields (this is for a school assignment), and I check against each field. alaif field one contains the letter A, do this if field two contains the letter N, throw a 404 page error etc... etc... I

jswdk 1.0.1? mapping question or not, not sure..please advise

2000-12-04 Thread Dean Sacramone
Hello, I've created a form that calls to a servlet for processing. the thing is that its not finding the servlet. I am calling it correctly, but its not finding it,,so I am thinking its a mapping issue. I am using the freebie Java web development kit from sun to practice servlets and jsp. I have

question. anyone know this one.

2000-11-29 Thread Dean Sacramone
1. What class should you inherit from to create a servlet that handles the HTTP protocol? Thanks, ~~~ Dean Sacramone [EMAIL PROTECTED] ~~~ "If there was any logic in this world, it would be men who ride side-saddle, not women." -- - Origin

Re: a little offtopic

2000-11-29 Thread Dean Sacramone
have you received any responses from this or an answer. I know perl and will supply you with the answers you need. just let me know. Thanks, ~~~ Dean Sacramone [EMAIL PROTECTED] Lead Programmer--310-815-5091 ~~~ "If there was any logic in this

Re: (Off Topic)Javascript: enter event in Javascript

2000-11-17 Thread Dean Sacramone
o test for resolutionsbut if you do, just test then applies to the variables and document.write then into the open window function. Remember, your gonna have to put the approriate coordinates into the (screenx=, screeny=,top= ,left=). Thanks, ~~~ Dean Sacramone [EMAIL PROTECTE

3 questions easy I am sure

2000-11-16 Thread Dean Sacramone
functions? 3.) Whare are the 2 primary methods that are supported by HTTP protocol to send data to the server?? Thanks, ~~~ Dean Sacramone [EMAIL PROTECTED] Lead Programmer--310-815-5091 ~~~ "If there was any logic in this world, it would be men who ride

Re: (off topic) How can I control the printing of an html page without the icon of the browser

2000-10-30 Thread Dean Sacramone
Hey, do you mean like a "print button" that is on the html page?? I have done this many times. Where I use a grahic on a html page and it prints the page.. works fine in most browsers.. let me know and I will throw you the code. Thanks, ~~~ Dean Sacramone [EMAIL

Here it is.. PRINT for javasscript. To the whole list..

2000-10-30 Thread Dean Sacramone
On Error Resume Next Set WB = nothing End Sub Sub vbPrintPage OLECMDID_PRINT = 6 OLECMDEXECOPT_DONTPROMPTUSER = 2 OLECMDEXECOPT_PROMPTUSER = 1 On Error Resume Next WB.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER End Sub // -- /SCRIPT Thanks, ~~~ Dean Sacramon