How To Send Request To IIS Server After The Page Displayed

Is that possible that I can send request to IIS Server after a .ASP page is
displayed? My Requirement is:

Clinet will Fill the Details in one Request Form after the details are
filled then the Request Files will be shown to the user as Link in Another
page. (Currently before Sending the Link Page to Customer I am updating DB
in Different Servers Located Different Palces - So It takes Time).

So What is My Requrement is After the user gives his details - I will
directly display the Link Page and After the Link Page is Sent to Browser
then I will Execute / Update the DB.

View Replies


ADVERTISEMENT

Page Cannot Be Displayed In ASP

I'm using classic ASP. I made a change to a page and I got a Page Cannot Be Displayed error. I changed the code back and now I get the same thing. Other pages can run and access the db server.

I tried taking out includes and bypassing some code. I've also checked both the Application and Event logs on the server and there doesn't seem to be anything obvious there. I'm not using any components. Can anybody give me an idea as to the types of
things that cause this problem?

View Replies View Related

Page Can't Displayed

I have a form from html called "rcf" and it suppose to get the data from users and send it to the database.but from my form to my add_rcf.asp page I get a "The " message.I uploaded the files.

View Replies View Related

Page Cannot Be Displayed

i am tryint to access this ASP website, but it keeps giving me the msg PAGE CANNOT DISPLAY. when i send the url to my friend, it load for them just fine. can someone tell me if ther are any option i have to chang or any way of solving this problem?

View Replies View Related

Page Can Not Be Displayed

We have two websites:

1. On Internet
2. On INTRANET

Anyone with any internet account can access to the first site, but to enter to the 2nd, u need to have a special internet account (say, a certain supplier).

The general menu is on the Internet website, but one of the items in the sub-menu, links to a page On the INTRANET. If u r not authorized (=did not use the certain internet account), then u get the page "The page can not be displayed".

How do I redirect the "page can not be displayed" to the help page, and of course, redirect it ONLY when the "page can not be displayed" page is there b/c of linking from this sub-menu, or b/c of trying to reach directly to the Intranet certain URL that this sub menu links to.

View Replies View Related

Page Cannot Be Displayed Problem

I know this is a simple problem,what are all the causes of this problem? This occurs to only when I don't login to the web server.

View Replies View Related

Page Not Completely Displayed

I have a dynamically populated page, and for one of the records the page is not completely displayed. When I click view source, the code is complete but about half of the code isn't shown on the page.

View Replies View Related

Page Cannot Be Displayed Error

I had a problem which will cause the user to get an error page cannot be displayed. But this error only happened on one of my users, the rest are able to login to my site.

what might had caused the user to get "page cannot be displayed error"? Is that due to internet security settings? Or error with my code?

View Replies View Related

How Does One Update All Records Displayed In A Asp Page

I got a test asp page which connects to Northwind.mdb database. This page
pulls all the rows from the Customers table. One column i.e. GoodStatus has
been added to the customers table. The following is the code to display all
records of the customers table with some customization. Code:

View Replies View Related

Page Cannot Be Displayed In Release Mode

I am pretty new to asp.net, and have recently taken over a project. I have
gotten to the point where I am about to release my changes, but for some
reason when i build the project in release mode and launch in in IE I always
get a "The Page cannot be displayed" page instead of my login form.

Anyone have any ideas? The applciation works fine in debug mode, its just in
release mode that this happens.

View Replies View Related

404 Error: Page Cannot Be Displayed; Suggestions For Resolving?

I currently have a few asp pages linking together. On one page (postNew1.asp) it has a form that allows administrative users to enter a new form.

When creating a new form, there is also a file input box for the user to upload a filename.

If the user does not enter a correct filename, I have an alert box showing "invalid filename" when ever the user presses the "OK". It will not allow him to go anywhere until he enters a valid filename. Code:

View Replies View Related

Can I Send An Xml Request Using Asp

I'm working on a project that requires me to send an xml request. The problem is that the location I am querying needs to remain hidden so I can't use javascript otherwise they would just view the source and gain access to the database.

This database also has support for html requests, but it would require the username and password are sent in the url so again I would need to somehow make this request using asp so I can keep that hidden.

View Replies View Related

Inserting Data Into A Database :: Page Cannot Be Displayed Error

I'm having a probelm with inserting data into a database using asp but I can't see what i'm doing wrong. I get the page cannot be displayed error ....

View Replies View Related

How To Send Http Post Request

Let's say if I want to send a http "Post" request to a url, and check the http status code later. How should I write the code? I have found example to use WinHttp to send "Get" request and check the http status code:

======
Set objWinHttp = CreateObject("WinHttp.WinHttpRequest.5")
objWinHttp.Open "GET", strURL
objWinHttp.Send
If objWinHttp.Status <> 200 Then
...
End If
======

How should I write the code if I need to use "POST" to send data in a form, and to check the http status code later?

View Replies View Related

Request All Fields From A Form And Send By Email

i already create a code to request all fields from a previous page form using the next function y separate the fields with the value of each one. Code:

View Replies View Related

Send Url Request At Schedule Time Interval - Asp

I am developing site in asp where I need to call a url at every interval. Is there a way to automate this. I want to call the url every 15 or 30 mins.

Cureently I have written a asp script tp call it using

Set objWinHttp = Server.CreateObject("WinHttp.WinHttpRequest.5.1")
objWinHttp.Open "GET",URL
objWinHttp.Send ' Send it.
strResponse3 = objWinHttp.ResponseText ' Get the response string from the object.

But it is not schedule..I can call it only when I rum the asp script. So is there any way I can schedule this url call for every 15/30 minutes.

Also forgot to mention : the site does not have that much traffic that I can add it in index page...there may be a user visiting the site in 5 hours time or within next 5 mins or for next 2 days there may be no visitor.

View Replies View Related

Document.formulier.submit On Return False "page Cannot Be Displayed"

I'm having in my asp page a java script with function. It checks the form, see the code below:

When I click on my submit button is has onClick="invalid();"
If a field is indeed not filled in, it gives the alert message.

My problem is, when the alert apears and I click on OK it gives an errorpage, I won't that it returns to the form. Code:

View Replies View Related

Request.Server

Isn't there an argument that you can ask for that tells you the name of the page that someone was at just before they came to your page? I tried a search in the MSDN
Library, but I can't find anything....I thought it was HTTP_REFERRER or something.

View Replies View Related

Request Object And Server .transfer

Is there a way to clear out the request.form collection, or the entire request object, for that matter?

I'm using server.transfer and this can be troublesome in cases where you need the request.form items to be reset.

View Replies View Related

Page Request

I have just run into a problem where I have a page that posts back to itself to execute code, except when the page does the post back it somehow executes code that is in our home page for the site. The only reason I know that is happening is because I keep track of the pages executed by the user to see how they have traversed the site. Has anyone
every seen anything like this before?

View Replies View Related

Haw Can I Send A Parametre To SQL Server

How can i pass a parameter SQL stored Procedure from ASP pages

View Replies View Related

Send Data From To C++ Server

Suppose I have a C++ server that listens to a port (WinSock API). Is it possible to send a data to that server from ASP page? If yes, how?

View Replies View Related

Request Current Page Name

i want to link to another page and include the current page as a querystring in the filename like .ASP Code:

<a href="newpage.asp?previous=currentpage.asp">my link</a>
which is a simple matter of explicitly writing it

however, if the script is #include d on every page (so i don't know which page is using it), how can i reference the current page and pass it to my link.

View Replies View Related

Use CDOSYS To Send Email On Different Server

I've set up a website contact page which uses CDOSYS to send form details to an email address.

However, the domain is set up such as the client is using their own mail server, and using my server only to host the website.

Ordinarily I would set up hosting with email and change the nameservers of the domain to point to my server, but in this case the client is keeping the nameserver details the same, but just updating the A record to point to my server to display the website.

Trouble is, the CDOSYS email doesn't seem to work with this set-up. Do I need to hard code their mail server IP somewhere to get it to work?

View Replies View Related

How To Send Mail Using ASP Through Proxy Server

My computer is at intranet,I want to use following code to realizing function of sending mail.But this program only can send mail between intranet.If I send mail in internet,I need to through proxy server,the proxy method is HTTP(proxy server:xx.yyyy.com,port:8080,username/password),I want to use this program to send from intranet to internet through proxy server.I want to know how to realize this function.My code is follows:

Set objCDOMail = Server.CreateObject("CDONTS.NewMail")
objCDOMail.From = frommail
objCDOMail.To = tomail
objCDOMail.Subject = mailsubject
objCDOMail.BodyFormat = 0
objCDOMail.MailFormat = 0
objCDOMail.Body = mailbody
objCDOMail.Send
Set objCDOMail = Nothing

View Replies View Related

Send Email Using ASP At Linux Server

I need to send a email to my clients from my website using the email object. I developed my site in ASP, and the server is linux, thats why i cann't use CDONTS object to send emails bcz server is not IIS....

View Replies View Related

Send Batch Of Sql Statements To Sql Server

how to go about sending a batch of sql statements from asp to sql server, and
having errors appropriately handled? for example,

i want to send the following stored procedure calls to sql server in a
single batch from my asp code, rather than using a loop in asp to execute
each procedure individiually. if one of these fails, they all should fail.

exec myProc @param1 = 'A'
exec myProc @param1 = 'B'
exec myProc @param1 = 'C'
exec myProc @param1 = 'D'
exec myProc @param1 = 'E'
exec myProc @param1 = 'F'

View Replies View Related

How To Send UDT From A ATL Server Implemented In VC++ To ASP Client

I want to know the possiblity and process of an ASP client, which needs to get some UDT from a ATL Server component implemented in VC++. The UDT is basically a C++ class consisting of a BSTR and a short. for eg.,

class CMyClass
{
BSTR myName;
short myNum;
};

and what actually i need is to pass a collection(vector) of this object to ASP client as well as to a VC++ client.

View Replies View Related

Send This Page

Is there any easier way to send some page to email (like in Outlook Express) ? Or I just create a html email (I'm using CDONTS) ?I'm considering the second way, just in case users haven't setup their email. But I'm wondering how to send the images. Should I use absolute path <img src="http://www.mydomain.com/images/bullet.gif"> ? Is there anyway I can send the images too by CDONTS ?

View Replies View Related

Send HTML Email From External Server

how to send an HTMl email from an external server. I am trying to Send email using CDOSYS
this i what i have tried but cant get it to work.

View Replies View Related

Declare Smtp Server When Send Email

My question is do ASP need to declare smtp server when send email using CDonts function?

View Replies View Related

Send Form Submission Data To Another Server

A website has a form with the first line as written below:

<form METHOD="POST" action="submission_form.asp" name="FrontPage_Form1" webbot-action="--WEBBOT-SELF--">

Can I, if I match the field names used, submit my form and have it sent to their server as if the submission had come from their server?

Could I use:
<form METHOD="POST" action="http://www.example.com/submission_form.asp" name="FrontPage_Form1" webbot-action="--WEBBOT-SELF--">

and I match all of the field names? Would that work?

Could I harm their "database", or whatever they are doing with the form submission?

Since you are going to ask "why". My reasons are noble enough. It would just make things much easier.

View Replies View Related

How To Send A Form With Binary Data To Another Server?

I'm trying to submit an image object, along with some other text fields to
another web server from within an ASP page but am stuck on getting the image
to be submitted with the form.

In a bit more detail:

1. When this particular page is executed, I want the server to pull an image
from a db (stored as a BLOB) along with a few other text fields. This part
is easy and I have no problems with it.

2. I want to submit the image, along with the text fields to a second
webserver which typically accepts its input from a form (ie, the second
webserver usually has a webpage where a user enters some information into
form and browse for a file. When clicking submit, the form fields along with
the file are submitted to the second server).

The reason for this is that I'm trying to migrate from one web based photo
album to another which uses a data structure that is complicated and
difficult to interface with, so I'm using the web based image upload
functionality of the new album. Code:

View Replies View Related







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