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 SkipVought 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

    thanks. that solved my problem
  2. 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>...
  3. 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...
  4. RemoteSilicon

    Urgent !!! How to bypass Hosts file entries

    Thanks chip H. for replying back. The work I am trying to do is to create an email client that can deal with the phishing emails atleast at the basic level. For this I have to bypass the hosts file entries so that any false entry in the file should be made void.
  5. 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.
  6. 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...
  7. 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...
  8. RemoteSilicon

    A dynamic link library (DLL) initialization routine failed

    I thought this was a Javascript error. I'll post it into the .Net forum. Thanks.
  9. 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...
  10. RemoteSilicon

    Urgent: Detect .Net framework during installation

    Thanks for helping me out. Is there any way to customize this message ?
  11. 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...
  12. 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...
  13. 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...
  14. RemoteSilicon

    createRange creating problem in Netscape 6

    Thanks for replying. What I am trying to do in my code is : 1. Onclick of a button, selected value from a textarea is get. 2. Text is added on the start and end of selection 3. This modified text is replaced with the old selection into the whole text I tried to use the syntax mentioned in...
  15. 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.
  16. 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.
  17. 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...
  18. 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.
  19. RemoteSilicon

    URGENT: access denied

    First of all thanks for your reply. I dont know what the problem was, but I have re-installed apache. Now I can access html pages through IP of the server but when I try to access PHP pages, it gives shows me page code. i.e <HTML><HEAD></HEAD><BODY><?php echo(&quot;Hello&quot;);></BODY></HTML>...

Part and Inventory Search

Back
Top