Hi there,
I am encountering a problem importing data into my ASP.NET app from an Excel file where the column data could be either numeric or text(eg '20194567' or 'mikes'). If the initial couple of lines contain text in the said column it appears to convert all subsequent instances where the...
Hi there,
I am encountering a problem importing data into my ASP.NET app from an Excel file where the column data could be either numeric or text(eg '20194567' or 'mikes'). If the initial couple of lines contain text in the said column it appears to convert all subsequent instances where the...
Targol,
Just a quick question, you seem to know your javascript quite well. Will this code work for all browser types and versions or would it be restricted to certain types and versions. If it is restricted, do you know which of the major browsers and versions would support it?
Thanks
Hi Targol,
The users only have to worry about a part of the body. The purpose is to fill an already created template HTML file with Content HTML supplied by the user.
Hi Guys,
Sorry if my subject was not descriptive enough, I really didn't know how to phrase it.
Anyway, here's my problem. I need to create an interface (web page) with a normal form which contains a regular textarea object wherein the user can code raw HTML to make up the contents of another...
Hi everybody,
I have an xml file that looks like this:
<?xml version="1.0"?>
<?xml-stylesheet href="WAstylesheet.xsl" type="text/xsl"?>
<order no="809819">
<Sender>Karim Abdul Jabbar</Sender>
<orderNo>809819</orderNo>...
Thanks Paul,
I have already tried using the FileSystemObject in numerous different ways, but to no prevail. I am now at my wits end, cos I have basically copied the code preciely from the msdn site and all I get is an error saying :
"Server.CreateObject Failed"
I have tried the...
Hi all,
I was wondering if anyone can enlighten me on how I can create and run a process that would delete certain files from the server when triggered by a user.
Thanks
God Bless
Mike
Hi All,
I'm trying to make use of the ASPExec object in order to run a '.bat' script which basically copies a file from one directory to another nd then deletes the original.However, I'm having no luck in achieving this.
Can anyone point me in the right diection??
thanks
mike
Hi Jordi,
At the moment I'v got the following(simplified):
MyASP.asp
=========
<%@LANGUAGE=VBSCRIPT%>
<%
response.buffer=true
response.redirect("myxml.xml?testVar=Sturges")
%>
MyXML.xml
=========
<?xml version="1.0"?>
<?xml-stylesheet href="MyXSL.xsl"...
Hi All, again,
I'm having some problems getting my xsl file to accept the <xsl:param> element. At the moment my xsl element tag looks like this:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"...
Hi Guys,
Howzit going?
I'm having trouble with an XSL file that I'm trying to code.
Is there a way that one could read url parameter variables into an xsl file?
This is what I have tried:
ASP File which links to XML file.
xmlReadDocument = strPath & "/inbox/" & CStr(serviceRef) &...
Hi everybody,
I'm stuck with a bit of a problem.
I have an XML document which represents a purchase order. I have created a XSL stylesheet to display the XML document. Within the XSL stylesheet I have placed two 'response' buttons, namely 'accept' and 'reject'. I need to pass a 'parameter'...
Hi everybody,
I'm stuck with a bit of a problem.
I have an XML document which represents a purchase order. I have created a XSL stylesheet to display the XML document. Within the XSL stylesheet I have placed two 'response' buttons, namely 'accept' and 'reject'. I need to pass a 'parameter'...
I tried that, but the result is still the same.
I don't think it's even reaching that point in the ASP file yet. The minute I click the link to the asp file from the previous page I get the prompted to download the asp file itself. I don't think it's 'reading' it at all.
any more suggestions??
Hi all,
I'm experiencing a problem with a link to a specific ASP page. When I click on the link from a browser, I am prompted to download the page rather than executing the code within. I cannot figure out why.
The code for the asp is supposed to create a text file on the server and then...
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.