Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dove85
  • Content: Threads
  • Order by date
  1. dove85

    How to right-justify input objects in a form?

    Does any one know how to line up (right justify) these input objects? Your help would be appreciated. Dove85 ----------------------------------------- <HTML> <BODY> <FORM NAME=&quot;OrderedItemsForm&quot; METHOD=&quot;post&quot; ACTION=&quot;SUBMITxyz.jsp&quot;> <TABLE> <TR> <TD...
  2. dove85

    How to right-justify input objects in a form?

    Does any one know how to line up (right justify) these input objects? Your help would be appreciated. Dove85 ----------------------------------------- <HTML> <BODY> <FORM NAME=&quot;OrderedItemsForm&quot; METHOD=&quot;post&quot; ACTION=&quot;SUBMITxyz.jsp&quot;> <TABLE> <TR> <TD...
  3. dove85

    How to right-justify input objects in a form?

    Your help would be appreciated. 1) How to line up (right justify) these numbers? 2) If &quot;13.5&quot; is the value, I want to display &quot;13.50&quot;. I wrote some JavaScript functions to parse the input objects as strings and then pad with zeors. Is there a better way to handle it? 3)...
  4. dove85

    Variable substitutions in JavaScript

    function amt_check(form,field_name,amount) { . . some code to calculate newamt . . if (field_name == &quot;cost&quot;) { form.cost.innerText = newamt; } else if (field_name == &quot;unit_price&quot;) { form.unit_price.innerText = newamt; } else if (field_name ==...
  5. dove85

    Display x rows of data with BACK/FORWARD buttons to navigate

    Your help would be appreciated. ------------------------------------------------------------ QUESTION 1: I need to display a list of vendor info in a tabular format (the data is from an Oracle database). The list is rather long. Right now I have it displayed on 1 page with scroll bars on the...
  6. dove85

    Access variable thru pop-up from JSP statement (case 2)

    A form object &quot;vendor_id&quot; is passed to a pop-up window thru a JavaScript function. I retrieved the value of the passed object in the pop-up window fine, but failed to put the var into a JSP statement. Your input would be appreciated...
  7. dove85

    How to access variable thru pop-up from JSP statement

    A form object &quot;vendor_id&quot; is passed to a pop-up window thru a JavaScript function. I retrieved the value of the passed object in the pop-up window fine, but failed to put the var into a JSP statement. Your input would be appreciated...
  8. dove85

    Access variable thru pop-up from JSP statement

    A form object &quot;vendor_id&quot; is passed to a pop-up window thru a JavaScript function. I retrieved the value of the passed object in the pop-up window fine, but failed to put the var into a JSP statement. Your input would be appreciated...

Part and Inventory Search

Back
Top