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 Wanet Telecoms Ltd 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 spirit66

  1. spirit66

    PDF Merging and Bookmarking in VB

    Have a look at http://www.accesspdf.com/pdftk/
  2. spirit66

    Split PDF by Page

    Try pdftk its a simple and free program . http://www.accesspdf.com/pdftk/
  3. spirit66

    Combine Multiple Pdf's to single pdf

    Thanks for the tip .I also did find a pdftk(a free tool) really helpfull .
  4. spirit66

    Combine Multiple Pdf's to single pdf

    Hi, I have couple of PDF files that i need to combine to one large file. Is it ONLY possible to do through Acrobate writer ? Are there any other Programming techniques or software/freeware that can be used ? Any help appreciated . Thanks
  5. spirit66

    IIS-SMTP Newbie

    I'm planning on creating a personal website and hosting myself . I'm little new to all this so bear with me . I was wondering what would be the best and inexpensive way to handle emails from my domain . I do want to send newsletters and send emails to different groups with my domain name. (i.e...
  6. spirit66

    Email from my website

    I'm planning on creating a personal website and hosting myself . I'm little new to all this so bear with me . I was wondering what would be the best and inexpensive way to handle emails from my domain . I do want to send newsletters and send emails to different groups with my domain name. (i.e...
  7. spirit66

    Validation for Input text box in a for loop

    Thank You!!!
  8. spirit66

    Input text box in FOR LOOP with same Name

    Hi, I have a FORM which has a Input text box in a FOR loop . <form name="form1" method="POST" Action="sasd.asp" onSubmit="return validate();"> <% for(i=0;i <3;i++) { %> <input width="150" Type="text" name="NM"> <% }...
  9. spirit66

    Validation for Input text box in a for loop

    I have a FORM which has a text box in a for loop . <form name="form1" method="POST" Action="sasd.asp" onSubmit="return validate();"> <% for(i=0;i <3;i++) { %> <input width="150" Type="text" name="NM"> <% } %> </FORM> I'm having little difficulity in reading what is...
  10. spirit66

    Paging recordset-same as google,tek-tips

    Hi, I was wondering if there are any functions in ASP/JAVASCRIPT...to do paging like they have in GOOGLE or tek-tips . i.e Prev 1 2 3 4 5 Next And when we hit Next at page 5 It actually takes to Page 6 Prev 6 7 8 9 10 Next Thanks!!!
  11. spirit66

    Transparent background -Watermark

    I guess i wasnt clear enough . I apologize for that . But I did figure it out though .All i wanted to was something opaque or transparent which can be achived using filters. <style> .opaque { -moz-opacity: .5; /* moz requires fraction */ filter: alpha(opacity=50); } </style> Thanks...
  12. spirit66

    xml parsing error:system error:265926

    Hello When i run text data through OPENXML which has data more than 3956 charcters i get the following error . Server: Msg 6603, Level 16, State 1 XML parsing error: System error: 265926 Microsoft has the following fix.. http://support.microsoft.com/default.aspx?scid=kb;EN-US;285006 But I...
  13. spirit66

    Transparent background -Watermark

    Hello, I was wondering if there is any way to have a transparent background-as watermark . For ex: I have a html page and want to have a caption "XYZ" as a transparent background . Thanks!!
  14. spirit66

    Calling a sql file from Query Analyzer

    Thank you all for the tips!!!

Part and Inventory Search

Back
Top