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

    Internet connection

    Hi, This might be very simple, but I can't find it anywhere. I need a script written in VB (wscript) that connects my computer to the internet. That's it. My connection is already define, so I guess I don't need to provide anything else, I just need the script to connect using my connection...
  2. yahve

    PrintWriter line length

    Hi, I'm writing to a text file using FileWriter and PrintWriter and I want to know how to specify the lines length (ie 80). Is there a way to do this? Thank you.
  3. yahve

    asp.net on pws4

    Hi, A quick question: can I serve aspx pages on PWS 4 on W98? how do I map the aspx extension to the dll? Thanks
  4. yahve

    Where are my é, à, û ...

    Hi, Can someone tell me what's the problem? page 1: form.html ... <form name=&quot;form1&quot; method=&quot;post&quot; action=&quot;page2.aspx&quot;> <input name=&quot;txt1&quot; type=&quot;text&quot;> <input type=&quot;submit&quot;> </form> ... page 2: page2.aspx <html> <script...
  5. yahve

    Fax Merge

    Hi, I'm using WinXP and Office2000 Pro. Without anything else, can I merge to fax a letter using an excel spreadsheet as the data source (ie one column with the name, one column with the fax no)? When I try, the address book pops up and tell me that I there is no such contact. I do NOT want to...
  6. yahve

    OE 5 shows messages as attachments!

    Hi, Does anyone know how to fix this? Using Win98 and OE5. All messages in Inbox have no content when opened, but instead they have 2 attachments, one of which is the messages content... Thanks.
  7. yahve

    Sending recordsets into a recodset

    Hi, I'm coding a custom search engine, and I want to use recordset paging. In order to be able to search with multiple key words, I'm using a FOR loop to iterate thru an array which contains the key words. Each time, I write a SQL query with one word and write the results out to the page. This...
  8. yahve

    Retrieve URL from popup after...

    Hi, Is it possible to retrieve the URL of a popup window from the opener window after the popup has been used to navigate to a different server? If the user uses the popup to navigate several differnet pages on different servers, can I retrieve the URL from the window that originaly opened the...
  9. yahve

    Finding files from the command line

    Hi, How can I find specific files from the command line (similar to the find command in Linux)? Thanks.
  10. yahve

    image link without border

    Hi, No, this is not that simple. I want to know how to use an image as a link without having a border placed it, without using the border=&quot;0&quot; attribute in the img tag. Why? Because there is no border attribute in XHTML1.1 (or XHTML1 strict) for the img tag. I tried using CSS on the...
  11. yahve

    delete multiple records in db table

    Hi, I have an access2k db which has 3 tables containing info about products. The first table has a autonumber field &quot;id_product&quot; which I use in the 2 other tables (one to many relation). I have no problem retrieving the info using datashaping. But, when I try to delete a product, it...
  12. yahve

    ADODC to remote database

    Hi, I've been trying to connect to an Accees2000 database on a IIS server using a DNS-less connection with a connection string like: Provider=MS Remote;Data Source=dbname.mdb;Remote Server=http://server/dir/;Remote Provider=Microsoft.Jet.OLEDB.4.0; Why is it not working? Should the path to...
  13. yahve

    build table from array

    Hi, This one is giving me a headache. I'm building a products page from an Access2000 db. The idea is to have the same page displaying one chosen product at the time. One of the fields in the db contains a list of images URLs relating to the product, separated by a delimiter. Not all the...
  14. yahve

    persits mailsender

    Hi, this code works on my test machine at home (W2K): <% Set Mail = Server.CreateObject(&quot;Persits.MailSender&quot;) Mail.Host = &quot;someserver.com&quot; Mail.From = fromemail Mail.FromName = name Mail.addAddress &quot;me@someserver.com&quot; Mail.Subject = sujet Mail.Body = message...
  15. yahve

    Mail processing

    Hi, I'm trying to figure out a way to process incoming mail. What I need to do is check for attached files and if there are any, save them to a specific directory. Can this be done with VB? Could a VB program be run as a service on a NT machine and check for new mail every hour for example and...
  16. yahve

    time difference

    Hi, I'm writing an HTA and using VBScript to calculate the time the window stays open. I'm using the DateDiff function to get the elapsed time. What I'm looking for is help in formating the output of DateDiff in something like hh:mm:ss. Any suggestion? Thanks.
  17. yahve

    pdf files

    Hi, This is more a conceptual question than an actual HTML or CSS related one. Does anyone see any GOOD reasons why someone would use pdf as the format on a site that has articles and reviews that would be posted every month or so? I have a client that insist on using pdfs for the content of...
  18. yahve

    default keymaps RH7.0

    Hi, I would like to change the default keymap from us to cf both in the GUI and at the prompt. How would I do that? Thanks.
  19. yahve

    Getting IP from a W2K server

    Hi, I need to connect a Linux machine running COL2.2 on a Windows network. It has to dynamically get its IP from a W2K machine. How do I do this? I don't have (or want) linuxconf, I want to do it from the prompt. Thanks
  20. yahve

    Samba: mapping a linux share under w2k

    Hi, I'm running w2k and COL2.2 . Samba is up and running, I can see shares from any machine on any machine. Under w2k, I have mapped linux shares which are reconnected on logon. What would be the best way to do the same under linux. I would like my windows shares to be mounted on my linux...

Part and Inventory Search

Back
Top