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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by aspmonster

  1. aspmonster

    Adding Page number in ASP

    Can you get me to a specific link in the FAQ. I couldnt find it
  2. 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...
  3. aspmonster

    IFrame and Word Documents

    Dan, Sorry didn't get it running. Is there an Email Id where I can send the code to u..maybe u can take a look at it..and check whats going wrong. Thanks RM
  4. aspmonster

    IFrame and Word Documents

    I will sure give this a try..and will keep u posted how it goes.. Thanks Dan.
  5. aspmonster

    IFrame and Word Documents

    I am not using any frames. I just want to display documents based on the left side navigation panel either on the same page on the right side or on a popup window of 750(height) 825(width). I think I might have confused you..I am sorry...I wasnt just getting the right idea.. Hope you can still...
  6. aspmonster

    IFrame and Word Documents

    This is my left navigation panel ------------------------------ <UL> <LI><A href=&quot;http://www..com/support/service_request&quot;>Service Request</A> <LI><A href=&quot;http://www.com/support/meter_reads&quot;>Meter Reads</A>...
  7. aspmonster

    IFrame and Word Documents

    I think as the elements are not defined..its giving me some script error like &quot;parent.rightFrameName&quot; is not null or something like that. Please help..whats going wrong here.. I can mail u my html to check if u could.. Thanks, RM Happy Holidays
  8. aspmonster

    IFrame and Word Documents

    Does anyone know how this IFRAME (if it is) works http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/objects/iframe.asp
  9. aspmonster

    IFrame and Word Documents

    Thanks Dan, But how will the IFRAME change in the same when I click on the left panel(the links).
  10. 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...
  11. aspmonster

    Form Validation

    Thanks ppepin. I tried with my code and it worked.. But I would go with urs as it looks more professional (according to my requirement). Thanks.
  12. 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...
  13. aspmonster

    Problem with Adding new record to ACCESS DB

    This happens to most users who upgrade to XP or sometimes even on Windows 2000 pro - on Win 98 never had the problem. It happens after you open the Access database. The only way I found to fix it, was to create another folder, for example &quot;database1&quot;, copy the DB into it, than delete...
  14. 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...
  15. aspmonster

    transfer values of select box from popup to textbox in a parent window

    Thanks a Million &quot;Lrnmore&quot;..very helpful

Part and Inventory Search

Back
Top