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 derfloh 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: *

  1. anveshan

    XML file to be displayed in web

    I have an Xml file in our server's hard drive which is updated by an .NET application. How can I show this updated file on the web so that if the a download link is clicked the user can see or save this raw.The web server and the application resides on the same server.
  2. anveshan

    symbol in the field value

    Thanks a lot for your prompt reply. This is in a mail message field. How does it get created?
  3. anveshan

    symbol in the field value

    What does a blank square box in the end of the value of a column signifies.
  4. anveshan

    undefined message on form loading

    Here is the relevant part of the code. Array has been declared. We need to force showAlt(orig, arraypos, alt) when data is loaded from databse,without the undefined message, to show alt field if required. The code is otherwise working fine: <% dim d d=1 do while not RS.eof ...
  5. anveshan

    undefined message on form loading

    thanks for your reply. how to match the value of the field with the line number
  6. anveshan

    undefined message on form loading

    There is selection box in this form in asp page having table with multiple rows .In one of the columns depending on its value another text box is shown or hidden. The values (fieldname,lineNumbe,textboxid) are passed to a javascript function onChange event. How best to force this function and...
  7. anveshan

    submit validation

    the above file is part of an asp file. where num= 1 to rowNum is applies to all the tblfield columns. Any other suggestion how can I submit the form by completing only the required lines and not all the lines in the table will be highly appreciated.
  8. anveshan

    submit validation

    This is the part of copy pasted code: it forces to go to complete all the lines of the code. Is there a logic problem? function onValidation() { if (reqfrm.txtfield1.value == "") { alert("Please provide value"); form.txtfield1.focus(); return false; } //like this for all non tabular...
  9. anveshan

    submit validation

    I am sorry but I copy pasted most of the code accept for the start of function. The starting curly bracket is there in the original code. It somehow is not acceping the -1 value after the (i) and forcing to complete all the lines. I have to work it out fast.
  10. anveshan

    submit validation

    i have got some text boxes and select boxes at the top arranged individually and then a table with about ten columns and 4 rows with provision to add more. a validation is required on submit form that if the first or any of the required field in any row is populated then other required fields...
  11. anveshan

    nesting anchor in input tag

    your prompt reply and suggestions are really appreciated. it is a long list and a separate page was written for it. Anyway as this cannot be done the link could be put immediately below or above the text box in the same row.only thing to be worked out is to keep the text boxes aligned as it is a...
  12. anveshan

    nesting anchor in input tag

    the link opens a list and the selection will be the value of the text box. the idea is to keep all the the text boxes in a row aligned.
  13. anveshan

    nesting anchor in input tag

    the link needed to be clicked from inside the text box.
  14. anveshan

    nesting anchor in input tag

    how do we nest an anchor tag inside input tag.

Part and Inventory Search

Back
Top