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 TouchToneTommy 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: Petal
  • Content: Threads
  • Order by date
  1. Petal

    Change encoding in a webservice

    I have made a webservice which spits out some XML data. This data gets the processing-instruction: <?xml version="1.0" encoding="uft-8"?> Is it possible to change the encoding of this processing- instruction to e.g. "ISO-8859-1"? I've tried the following, without any results...
  2. Petal

    Erro: &quot;Failed to retrieve function ID for b!&quot;.

    Hi I have made a multi thread program in VB that is running on a server. I am working as a third party developer and I am using components from an Application Framework that are meant for developing. A client program from the provider is running on the clients, and a server version is running...
  3. Petal

    Error: &quot;Failed to retrieve function ID for b!&quot;.

    Hi I have made a multi thread program in VB that is running on a server. I am working as a third party developer and I am using components from an Application Framework that are meant for developing. A client program from the provider is running on the clients, and a server version is running...
  4. Petal

    Problem with link mailed by php

    Hi I have made a ecard site and have some problems with mailning the link to the ecard. The link should be somthing like: http://www.site.no/ecard.php?ecard_id=29528&email=somename@hotmail.com Some users get this link...
  5. Petal

    Why ÆØÅ become strange signs?

    Hi I have made a form that post values through a preview page to a servlet. The preview page is a javascript on the form page. On the preview page ÆØÅ become ÆØÅ, but when they are sendt to the servlet the become strange signs? Why does this happend? What can I do to prevent this? Here is my...
  6. Petal

    Printing categories recursivly

    Hi! I am developing a page where I have categories at many levels. I would like to always show the categories on level 1. When one category at level 1 is selected, I would like to show the categories that belong to this category and at the same time show all categories at level 1. I would like...
  7. Petal

    Using colors in dropdown-boxes.

    Hi I would like to make a dropdownbox with these elements: 1 - green 2 - blue 3 - red 4 - gray etc.. I have made this code; <option style=&quot;background-color: #00FF00&quot; value=1>1 - green</option> etc.. My problem is that I would only the word of the color (&quot;green&quot; or...
  8. Petal

    I want some coments on a script

    Hi! I have made a pretty cool .asp/javascript I would like to share with you guys! The script is an. asp scripts that read a semicolon separeted text file with phonenumbers and adresses.A file like this can you make in excel or something. After the .asp file have read the text file, it creates a...
  9. Petal

    I want some coments on a script

    Hi! I have made a pretty cool .asp/javascript I would like to share with you guys! The script is an. asp scripts that read a semicolon separeted text file with phonenumbers and adresses.I file like this can you make in excel or something. After .asp file have read the text file, it creates a...
  10. Petal

    Message box on ipaq/win ce.

    Hi I have made a list of names in a html page on my ipaq. I have made a script thats make an alert( have tried with confirm to) box pop up with the persons phone and adress when you click on a link. This works very fine, but it don't look so good. I have tried to use layers and even the...
  11. Petal

    ActiveX on wince

    Hi I am trying to convert av jscript from windows2000 to windows ce. In this script I am using ActiveXObject(&quot;Scripting.FileSystemObject&quot;). I don't make this object work on the iPAQ. Anybody know any similar object in win ce I can use? This is first time I am trying to program an...
  12. Petal

    ActiveX on wince

    Hi I am trying to convert av jscript from windows2000 to windows ce. In this script I am using ActiveXObject(&quot;Scripting.FileSystemObject&quot;). I don't make this object work on the iPAQ. Anybody know any similar object in win ce I can use? This is first time I am trying to program an...
  13. Petal

    ActiveX on wince

    Hi I am trying to convert av jscript from windows2000 to windows ce. In this script I am using ActiveXObject(&quot;Scripting.FileSystemObject&quot;). I don't make this object work on the iPAQ. Anybody know any similar object in win ce I can use? This is first time I am trying to program an...
  14. Petal

    ActiveX on wince

    Hi I am trying to convert av jscript from windows2000 to windows ce. In this script I am using ActiveXObject(&quot;Scripting.FileSystemObject&quot;). I don't make this object work on the iPAQ. Anybody know any similar object in win ce I can use? This is first time I am trying to program an...
  15. Petal

    ActiveX on wince

    Hi I am trying to convert av jscript from windows2000 to windows ce. In this script I am using ActiveXObject(&quot;Scripting.FileSystemObject&quot;). I don't make this object work on the iPAQ. Anybody know any similar object in win ce I can use? This is first time I am trying to program an...
  16. Petal

    How can i set the option values of a dropdown list at onload?

    Hi I would like to set the values of the options in a dropdown list with a javascript when the page loads. I have tried with: <script language=&quot;JavaScript&quot;> function ini(){ dimg80 = new Array(2) dimg80[0] =new Array(&quot;6 mm&quot;,&quot;8 mm&quot;,&quot;10 mm&quot;,&quot;12...
  17. Petal

    How can I get NT login name?

    Hi On our local intranet every pc use WIN 2000. Every user have a username and password they use to login. I would like to make an .asp page that use the current users username on a sqlrequest to a database. Do anybody know if this is possible, and how to do it? Can I do it with...
  18. Petal

    How do I start a Cronjob?

    I would like to start a Cronjob on the server that loads a page every day at 12 pm. How do i start this cronjob on a linux server with telnet? Please help me! Maybe this is not the right forum for this question. Which forum is the right? Jørn Arild Andenæs jaa@jaa.no
  19. Petal

    How do I start a Cronjob that loads a page?

    I would like to start a Cronjob on the server that loads a page every day at 12 pm. How do i start this cronjob on a linux server with telnet? Please help me! Maybe this is not the right forum for this question. Which forum is the right? Jørn Arild Andenæs jaa@jaa.no
  20. Petal

    Can i display the clients folder on a page?

    HI I wonder if I can get the folder where the .html file is stored on the client. I would like to display the folder on the webpage. Is this possible? Jørn Arild Andenæs jaa@jaa.no

Part and Inventory Search

Back
Top