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 bkrike 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. RemoteSilicon

    XML transformation using XSLT - recursion

    I would like to transform some XML using XSLT that involves recursion. The source XML format is: <?xml version="1.0" encoding="ISO-8859-1"?> <Products> <Product Status="Updated" Type="Both"> <GUID>cca0c671-7070-411d-91e8-895361b53e19</GUID> <ProductID>48936</ProductID>...
  2. RemoteSilicon

    syscomments table does not allow more than 8060 chars

    Hello Everyone, I am having quite a headache in trying to find a solution to this problem: I have a database in SQL Server 2000 and have quite a few triggers on different tables. Problem is that when I try to update any record in some of these tables I get following error message displayed on...
  3. RemoteSilicon

    Urgent !!! How to bypass Hosts file entries

    Hello, I am writing an email client program where the links in the incoming messages will have direct access to the website, bypassing the hosts file entries. Can anyone help me on this. Thanks in advance for your help.
  4. RemoteSilicon

    HELP!! Read and compare timestamp value

    Hello, A project I've been working on, there is a requirement to display the last modified value of records that are less than 5 days old. The project is in .Net + SQL Server 2000 In order to do that, I have added a timestamp field and now need to: 1. Display the timestamp value in human...
  5. RemoteSilicon

    A dynamic Link Library (DLL) initialization routine failed

    I've got a strange problem. I have used Microsoft's tree view control in my ASP.Net web application. Whenever the application loads, in some IE browsers it gives "A dynamic link library (DLL) initialization routine failed" Javascript error, where in some IE browser the page loads correctly with...
  6. RemoteSilicon

    A dynamic link library (DLL) initialization routine failed

    Hello, I've got a strange problem. I have used Microsoft's tree view control in my ASP.Net web application. Whenever the application loads, in some IE browsers it gives "A dynamic link library (DLL) initialization routine failed" Javascript error, where in some IE browser the page loads...
  7. RemoteSilicon

    Urgent: Detect .Net framework during installation

    Hello, I have developed a web based application in VB.Net and have created a setup for my project. The problem is, if .Net framework is not installed on the client machine then the setup application gives dll missing runtime error and terminates. I want to show an apprpriate message instead of...
  8. RemoteSilicon

    Problem: SMTP read MIME emails

    Hello I have a requirement to read all emails sent at a specific email address and save the subject, date, sender email address, body of email and attachments to the database. I am using a combination of PHP classes. mime_decode class that uses PEAR class is used to extract the contents of...
  9. RemoteSilicon

    Windows XP giving problems in Netscape 6

    Hello I have written a javascript code that displays a page in new window on click of a button. I am using &quot;open&quot; command and it works in IE and netscape when the platform is windows 2k or 98 but it gives problems when I try to access my site through mac or windows xp. The syntax is...
  10. RemoteSilicon

    createRange creating problem in Netscape 6

    Hi guys! I have written a code that checks whether the user has selected any words in a text area. The syntax is : document.selection.createRange().text It works perfectly well in IE but I also have to make it work for Netscape 6. Can anyone help me in writing a compatible code.
  11. RemoteSilicon

    How to access divs in Netscape 6

    Hello I am trying to hide a div say div7 in Netscape 6. It works fine with IE with the syntax : document.all.div7.style.visibility = &quot;hidden&quot;; It neither gives me an error in NS6 nor hides the div. Plz. can anyone help me.
  12. RemoteSilicon

    configure vncserver

    Hi I have installed Red Hat Linux 7.2 on my system for the first time. I want to know how am I going to configure VNCServer, so that it can allow other machine to access its desktop. I have installed it on a windows machine, but when I try to connect my Linux machine, it gives me &quot;failed...
  13. RemoteSilicon

    URGENT: Apache displaying php code

    Hi I have re-installed the apache web server on linux. It works fine with html pages, but when I try to access PHP pages, it displays me code of the page. What should I do. Plz help.
  14. RemoteSilicon

    URGENT: access denied

    Hi I am using apache on Red Hat Linux 7.1. It was working fine until I installed Coffee cup HTML editor. Now its giving me error : &quot;Forbidden You don't have permission to access /folder abc/ on this server...
  15. RemoteSilicon

    How to redirect the page from server

    Hi I am new to PHP. I have worked in ASP and its quite easy to use. PHP on the other hand is a bit tricky. Does any one know what is the used in PHP for redirecting the page from the server. I know response.rediect in ASP but dont know the syntax in PHP. Thanks.
  16. RemoteSilicon

    Redirect on Server

    Hi Does any know the syntax in PHP to redirect a page from the sever. I dont wanna do it on the client side. Thanks
  17. RemoteSilicon

    Need Visual Tool on Windows for MySql

    Hello I want a visual tool like e.g Miscrosoft SQL Server Enterprise Manager or DBExplorer to connect to MYSQL database. Another thing I want to access MySql database on Linux machine. What should I do to access it? Thanks
  18. RemoteSilicon

    Need Visual Tool on Windows for MySql

    Hello I want a visual tool like e.g Miscrosoft SQL Server Enterprise Manager or DBExplorer to connect to MYSQL database. Another thing I want to access MySql database on Linux machine. What should I do to access it? Thanks
  19. RemoteSilicon

    How to configure on LAN

    Hi I have installed RedHat Linux 7.1 on my system. This computer is connected to other computers running on Win 2K with one Win 2K Server. The problem is that I want to take my computer on the windows network. Reason is that I am hosting a site on Linux and want other computers on Windows to...
  20. RemoteSilicon

    How to enable sessions

    Hello I am building a site on Redhat Linux 7.1 with Apache as Web Server and PHP 4.X. I have installed PHP from the Linux CD and dont know where its source is placed. The problem is that I want to use sessions in PHP but I get an error message. What should I do to enable them.

Part and Inventory Search

Back
Top