How To Open A Active Server Document

i am trying to download an ASD(active server document).

View Replies


ADVERTISEMENT

Open Document On Server

I have a table which lists many documents preuploaded on the server (most are either PDF, RTF or Word documents). When the user click on the link to the document, it opens in its native program inside IE.

If the document is either rtf or word, when the user closes the document, the server pops up a dialog asking for the site userid and password (as if access to the site is required to publish files). I know the server is popping this dialog up because the program (word etc) is trying to work out if the changes to the document should be saved or discarded. How do I avoid this ?

Is there a way I can allow a user to open the document, make some changes and save the document back onto the server without knowing the site id and password ?

View Replies View Related

Open Word Document In ASP

I want to open a word document in asp.(if possible with FSO)(I don't want to create a word with asp!)

View Replies View Related

Open Word Document

Is it possible to create a code that will open a word document and print it? I need to to this for various documents within the same form. That is I need to print from 1 to 5 documents each time the code is executed.

View Replies View Related

Open Word Document For Editing

I have a Word doc already created that I want to open from an asp page. I want it to open in Word and allow the user to modify if necessary. I currently have it opening (using href), but it is opening in IE. I think I should be able to do it with javascript to open word and then call that function on the link to the doc.

View Replies View Related

Open Word Document Met Bookmark Image

how to open word document met bookmark image. I like to open a word document with an image. here is my code

<%
Dim MyDoc
dim objWord
Set objWord = CreateObject("Word.Application")
Set MyDoc = CreateObject("Word.Document")
MyDoc.Application.Visible = True

'Set the font properties
MyDoc.content.Font.Bold = True
MyDoc.content.Font.Italic = True
MyDoc.content.Font.Underline = True
MyDoc.content.Font.Name = "Comic Sans MS"
MyDoc.content.Font.Size = 25

Set MyDoc = Nothing
%>

View Replies View Related

Open Word Document Stored In Access Database

anyone know how to open in ASP a word .doc stored in an access database.

View Replies View Related

Active Server

I've to startup a server ho housing a E-commerce asp. My S.o. is an OpenBSD Ver 4.2 and i am in panic ....

View Replies View Related

Using Active Server Pages

I'd like to use XMLHTTP to retrieve two .cav files, store them as arrays (or cursors), join them and execute an SQL query. Can this be done using script in an .asp page? What objects and procedures should I focus on?

View Replies View Related

Active Server Pages

This error occurs while trying to execute a asp file which write content into a excel file. strangly it occurs once in a while. what could be the cause?

View Replies View Related

Calling DLL From Active Server

I have created an Active Server Component (ASC) as a bridge between ASP and my existing C++ DLLs that we use in our PC-based program. Our intent is to re-use as much code as possible. But, when I call the ASC from ASP, and then call the DLL, the security profile that is specified in IIS is no longer associated with the process, and therefore, any "network-related" calls fail due to insufficient privileges.

I don't know if there is "another" way to call the DLL from the ASC or not, or any way to specifically load a DLL with a certain security profile.

View Replies View Related

Active Server Pages Service

Running W2k Server SP4, my application event viewer says that the Active Server Pages service is stopped.How and what do I need to do to start the service, and why does it stop?

View Replies View Related

Active Server Pages 500 Error

I just upgraded an NT IIS server to 2003 and IIS 6.0 now my Active Server Pages .asp pages do not load or open in the browser I get 500 Error Server Error. Yet and htm
page will open. What do I need to change? or configure?

View Replies View Related

Accessing A Web Service From An Active Server Page

I have implemented a Web Service on an IIS 5.0 platform using the ASP listener
I can access the Web Service just fine from a VB 6 App and classic ASP using the SOAP 3.0 toolkit and its "MSSOAP.SoapClient30" object

However, one of the servers that I'd like to call the Web Service from is a shared hosting platform that does not offer the "MSSOAP.SoapClient30" object
It only has the MS XMLDOM. I have located an example of Accessing a Web Service via the MSXML DOM from an Active Server Page where the Web Service is on a .NET platform (http://home.att.net/~codeLibrary/ASP/ws.htm

But I need to know how to access a Web Service from an Active Server Page with the MS XMLDOM where the Web Service is implemented using classic ASP.

View Replies View Related

Active Server Pages Error 'ASP 0115'

When i am accessing the website i am getting this error:

Active Server Pages error 'ASP 0115'

Unexpected error

/hradmin/Default.asp

A trappable error (C0000005) occurred in an external
object. The script cannot continue running.

View Replies View Related

Active Server Pages Error 'ASP 0201'

i am gettin this error...which i never got. Active Server Pages error 'ASP 0201' Invalid Default Script Language The default script language specified for this application is invalid.

View Replies View Related

Source Code For Professional Active Server Pages 3.0

I got this book for some time. I need to download the source code for this
book. However, Wrox, the publisher, does not have download code for this
book. Could anybody suggest any site from where I can get the download of
source code for this book?

View Replies View Related

Upload Document To Server

I have a directory on the server called 'docs', and the following form:

Code:

<form method="POST" name="frmupload" action="#">
<table>
<tr>
<td>Upload File :</td>
<td><input type="file" name="uploadfile" /></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><input type="submit" name="submit1" value="Submit" /></td>
</tr>
</table>
</form>

using VB script I have to upload this file into the 'docs' directory. anyone got any method to do this, trying to stay with VB Script, but can use JavaScript if necessary.

View Replies View Related

Active Server Pages Error 'ASP 0113' Script Timed Out

I have an ASP form that uploads files to our server.When I upload small files, it works great.But larger files like (2.5mb), I get:

Active Server Pages error 'ASP 0113' Script timed out

I have looked up the error, and added more time to the script (up to 10 minutes). Didn't help. We are using Microsoft Server 2000, IIS 5.0, and Microsoft ASP Upload.

My guess is that there is a file size limitation somewhere, but don't where.

View Replies View Related

Live Editing Of A Server Document

Someone generates an RTF document, which is stored on the server side. Next
he must be able to edit the document in a WYSIWYG way, and save right back
to the server (without downloading to the user first and uploading again)

What would be the best way to implement this ? Anything goes. ActiveX,
Richtextbox ways, etc...

View Replies View Related

Error Type:Active Server Pages, ASP 0138 --- Multiple Scriptblocks?

The problem occured when I used FP2002 to create a page to search a database. The purpose was to see how it worked and the code behind it so I could start learning how to work it myself.

But before I got that far, I get an error message:

HTTP 500.100 - Internal Server Error - ASP error

Error Type:

Active Server Pages, ASP 0138 (0x80004005)
A script block cannot be placed inside another script block.

Browser Type:

Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) (Mozilla/5.0 came back with the same message)

But unless I'm mistaken (and I probably am), the only scriptting on the page is this: Code:

View Replies View Related

Active Server Pages Error 'ASP 0234' :: Invalid Include Directive

I'm getting this erro.wht does it mean

Code:
Active Server Pages error 'ASP 0234'

Invalid include directive

E:INETPUBESVC001320HTML../assets/lib/MSDBConnection.inc, line 2

Server side include directives may not be present in script blocks.Please use the SRC= attribute of the <SCRIPT> tag.

View Replies View Related

Saving Word Document To Web Server Using Macro?

I have a web application that enables a user to download a word or excel file. I want them to be able to edit the file and then when they close the file I then update the image that contains the file in the SQL database. This is all quite simple apart from I can not see how I can get the cotents of the file.

Things like "ActiveDocument.Content.Text" seem to work in word just for the text but I need to get the lot in order that I can then post it back to the webserver when the file is closed.

View Replies View Related

Server Can't Open Connection

I have a site on 1and1. The site has a simple login as well as other asp applications. This site uses an access DB. Last week all the scripts that accessed any database resulted in this error: Code:

View Replies View Related

Open Connection To Another Server

I would like to connect to another server and execute my query from my asp page. But how can I initiate the connection string to another server DB? For example Code:

ConnString = "dsn=abc;uid=xyz;pwd=123"

What will be the way to issue the connection string to another server? Using SQL Server 2000.

View Replies View Related

Open Application That Runs On Server...

i want to run an application...from the intranet site a client presses a button and the application opens in the server...how can i do this ? any ideas ???

View Replies View Related

Open A Database Connect From One Server To Another

I have two servers is it possible to open a database connect on one server to access the database on the other. If so can anyone give me an example of the path.

View Replies View Related

Dozens Of SQL Connections Remain Open On Web Server

I have a set of scripts that accesses a SQL2000 database on another server. After several days of investigating an extreme slow-down on my web server I did a netstat-a command and found DOZENS of connections to the SQL server still open. Here's just a small sample of this. Code:

View Replies View Related

Error :: Active Server Pages Error 'ASP 0126'

We have Windows 2003 Server as our SUS server. When we try to approve updates, etc., we receive the following error message. Has anyone experiences this before? If
so, can you tell us what needs to be fixed?

Active Server Pages error 'ASP 0126'

Include file not found

/autoupdate/administration/shared/inc/publish.inc, line 2

The include file '/shared/global.asp' was not found.

View Replies View Related

Asp/active

i was looking into using active directory to authenticate users, how is this done? what is required to connect to active directory?
What is can you pull from active directory with asp?

View Replies View Related

Active X

I have a pretty resource intensive javascript page that I would like to try to make into an Active X program. I'm a PHP programmer and don't know much about ASP, but the research I've found is talking about using ASPX to create the application. Can anyone offer any suggestions about creating something like this, whether or not PHP can be implemented and where to start. My intention is to have my program be embedded into the browser.
**Originally posted in the PHP forumns, I assume a moderator moved it to the ASP forum. Now that we're here, a few questions
Do I need a different server configuration to run ASP? I'm currently running apache 2.0. An example of an ActiveX program I'm thinking of can be found on webshots.com. This site uses an ActiveX program to allow users to upload images through their custom application. It has functionality similair to that of some flash I've seen.

View Replies View Related

ASP Active Directory

I'm trying to connect to the active directory using asp. I'm having problems with logging in, what happens is the username accepted is not the user logon name but the displayname is accpeted heres the code:

View Replies View Related

Active Content?

What is "active content"? My ASP page just returns HTML....

I have a page with an .htm extension that has a form whose action
is an ASP page which generates a report after updating a database
with the form data.

Under Windowx XP SP2 the IE6 "Information Bar" has the message:

"To help protect your security, Internet Explorer has restricted this
file from showing active content that could access your computer."

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved