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 IamaSherpa 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. pistolpinoy72

    Random picking of record in a table

    Hi! I'm working on a raffle draw project. Someone may be of help. I have a table with the names of employees in our office. I want the system to pick an employee name in the table RANDOMLY. Selected employee name cannot be picked anymore. Appreciate reply from you guys/gals. Thanks.
  2. pistolpinoy72

    Batch import images to OLE Object type Ms Access field

    HI there! I created a table with an "OLE Object" type of fields in an access database. I wanted to automate insertion of object to this field. I have a recordset of the file name and path of the images to import. Please help me on this. Thanks
  3. pistolpinoy72

    Passing a string (with spaces) in a form method post

    I did it just like that but the problem still persist. By the ways, you mentioned "server.htmlencode()", just what does it do. Thanks anyways.
  4. pistolpinoy72

    Passing a string (with spaces) in a form method post

    Please help...I wanted to pass a string (with spaces) in a form of an asp based on an input text. Method i used is "post". Whenever i inputted a variable with spaces between, only the first word (before the space) was received by request.form from another asp. Say i entered "My Name" in a form...
  5. pistolpinoy72

    Embed an image located in a network directory

    Thanks, it really works that great!
  6. pistolpinoy72

    Embed an image located in a network directory

    That's sound interesting, but pardon my being a novice in this, how should i do that, create a subweb. Thanks by the way. pinoy
  7. pistolpinoy72

    embed an image located in a network directory

    i wanted to embed an image located in a network directory, say "e:\image", that is part of the mapped drive of my web server. i tried the code below but whenever i access the page in a different PC, the image is not displayed (the page is still looking for "e:\image")...
  8. pistolpinoy72

    Embed an image located in a network directory

    I have an asp where i wanted to embed an image that is sourced from a network directory. this image is located in network directory &quot;E:\image&quot; of my web server. it goes like this: <embed src=&quot;e:\image\picture.gif&quot;> my problem is whenever i access the page in a different PC...
  9. pistolpinoy72

    Web access an image file in network directory

    I developed an asp to image located in a network directory. My ASPs and HTMLs are lcoated in an IIS server. My problem is on how to reference an image file located in a separate/different server.

Part and Inventory Search

Back
Top