I have the same problem when trying to install SP3, but I haven't got a chance to install SR-1A
Perhaps this URL can help you
http://softserv.murdoch.edu.au/pub/mswin/Updates/Office2000/SP3/SP3INST.HTM
Hi TurboAdam12,
I am using IceCube FireWire HDD enclosure (w Oxford911 chipset)+ IWill Elink1394 (w Via chipset) + XP Pro SP1
And only if turned it on and connected it before I rebooted the PC the HDD will be recognised.
Should it be a plug-n-play? Have you solve this problem?
Hi,
in IE5.5 I get error
Unknown method. -->count()<--
when using
xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"
name space
but using
xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
only return an empty result
I am trying to...
This will make the "title" text as a hyperlink to "maindoc"
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="maindoc"/>
</xsl:attribute>
<xsl:value-of select="title"/>
</xsl:element>
Sorry,
The loop section should be
<cfloop list="#filecontents#" delimiters="#crlf#" index="logline">
<BR>#listgetat(filecontents,1,",")# #listgetat(filecontents,2,",")#<BR>
</cfloop>
The above loop will display the result, if you want to...
Try this conventional way
<cfset crlf = chr(13) & chr (10)>
<cffile action="READ" file="data001.txt" variable="filecontents">
<CFOUTPUT>
No. of Records : #listlen(filecontents,crlf)# records
</CFOUTPUT>
<cfloop list="#filecontents#"...
I have a similiar question:
I want to validate a file formfield so user can only upload files which filename is no longer than 20 chars (include its extension)
For example if they upload this file "C:\Program Files\Macromedia\Dreamweaver 4\ResourcesOfInterest.htm" it will rejected but...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.