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. luftwalk

    gnuplot - changing font

    hi! i was just wondering if you can change the font type in gnuplot, while plotting to a gif terminal. tnx
  2. luftwalk

    ASP delay

    i have to update a certain database and it has to be done every 5 minutes. in the mean time, the cpu has to be idle.
  3. luftwalk

    ASP delay

    Hi! I want to create a delay in my asp page, but i don't want to use up my cpu resources during that delay. That's why i don't want to use loops or anything like it. If anybody could help me, i'd really appreciate it. tnx, Bostjan
  4. luftwalk

    XML parsing

    Hi, I'm having problems parsing certain XMLs. I'm using MsXML3 and there is one problem. I have a certain XML that contains a character with a HEX value of 0B (11 in decimal). All of the XMLs that contain this value cannot be parsed with the ServerXMLHTTP object. What I do is use the open...
  5. luftwalk

    fileupload object properties

    Kristof, I visited the thread you sent me and thanks, but I still have a problem. I changed the code I found there a bit to suit my needs, but it still refuses to work in netscape. This is what I have: <input type=&quot;file&quot; name=&quot;slika&quot; style=&quot;display:none&quot;> <input...
  6. luftwalk

    fileupload object properties

    Hi! I have a problem I'd like some help with. I have two form objects in my form. One of them is a textarea object and the other one is a fileupload object.What I want is this: when I click on the textarea (when it receives focus) I want the data in the fileupload object to disappear and vice...
  7. luftwalk

    Image properties

    Hi, I have a problem getting image properties in asp. There's a page I'm writing where I have to know the width of certain images which are stored as files on the server. Is there a function in asp that can tell me that? I know there's one in php 'cause I used it before, but I haven't been...
  8. luftwalk

    Changing HTML Code

    sure, you can write a perl or php program which will open each file and change the current link to the new one using regular expressions.
  9. luftwalk

    replace string problem

    I don't know if this will help, but there's a special function just for removing html AND PHP tags in PHP. it's called 'strip_tags' and it has two parameters. The first one is the string you are stripping and the second one are tags that you don't want stripped. Example: new_string =...

Part and Inventory Search

Back
Top