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: aspmonster
  • Content: Threads
  • Order by date
  1. aspmonster

    Adding Page number in ASP

    I want to add a page number to my list of records. For example of the number of records go above 50 - click (2) to view the next 50 records. Thereby displaying 50 records at a time. Please help This is my code ======================= <table border=&quot;1&quot; cellpadding=&quot;4&quot...
  2. aspmonster

    IFrame and Word Documents

    I am trying to make a documentation section on my website. I will be listing my collection of documents on the left side of the page. I want the specific document(Word Doc) to be displayed on the right side within an IFrame. Is this possible. Please give some ideas or some example from where I...
  3. aspmonster

    Form Validation

    How do I validate a drop down option box. Right now..I use this for all my fields..but thats not correct. this one checks for blank fields... Help.... if (document.frmAdd.Department.value == &quot;&quot;) { alert(&quot;You must enter Employee's Department or Team Name!&quot;); return false...
  4. aspmonster

    Send mails in HMTL Format

    I have this code which I been using to send mails in simple Notepad style format. But I would like to send mails in HMTL format adding table format and font style. I also use an upload object to attach and send document. Any help in this would be great. Here is my code...
  5. aspmonster

    Query String

    How do you pass mulitple data using a Query String.. Example - If this is hyperlink to the next page which is supposed to carry/pass the data... Right now I know how to carry one data/variable..but I want to pass more than one... <td><A href=&quot;test.asp?id1=...
  6. aspmonster

    Record - Query

    I am trying to carry over one record from page1 to page 2. I am not sure if I can use querystring or otherwise.. This is a portion of my code. Page 1 ============ <!--Where I use my field as a hyperlink to carry over --> <td><A href=&quot;msaccess_form_test.asp?id= <%=rs(&quot;Company&quot;)%>...

Part and Inventory Search

Back
Top