Cannot Find Server After Form Submit

I'm attempting to submit a multipart data form that updates an access database and uploads an images via aspSmartUpload. The form used to work, but no longer does.When the form is submitted, the target asp page returns as "Page Cannot Be Displayed". It's not a 500 error, it's like a 404 error.

Refreshing the page will bring up the target page (with obvious asp errors). I have replaced the asp target with a simple html page that produces the same results. I know it's a little vague, but it's all I have to go on.

View Replies


ADVERTISEMENT

How Do I Find Out Who Is Posting To My Form?

I have a web page, where users fill out their name and address, and I send
them a free catalog.

The problem is that someone is filling my form out about 100 times a day
throughout the day with peoples information, who don't want the catalog!

I have tracked the ip address (all different) and the http referrer, which
doesn't really tell me much. and looked in the iis logs, which lists the
ipaddresses.

How can I find out who is posting to my form???

View Replies View Related

Submit Form Data And Refresh Form

I have a series a forms that submit data to different tables in a database. As it stands, when a user completes FORM 1 and clicks the SUBMIT button, the FORM 1 data is submitted (action = form2.asp, method = post) to ASP code at the top of FORM 2 (request.form("form1 field name") etc...), and submitted to the database with SQL code, also at the top of FORM 2(INSERT into...). Hence the submit button on FORM 1 directs the user to FORM 2, and submits the data which is exaclty what I wanted. However, I now need the users to submit multiple sets of data with FORM 1, and direct them to FORM 2 once they have finished using FORM 1. Most importantly, I need to pass a few parameters from FORM 1 to FORM 2, and have these parameters submitted to the database.

My main problem is getting a fresh form1 after submiting the same form1, in preparation for anoter set of data using the same form. Basically, the database has 'one to many' relationship tables. Form1 and form2 are both populating the 'many' tables, so that each form needs to be filled-in several times while retaining the key field of the 'one' table. At the moment submiting form1 takes me to form2. Is is possible to submit the data to the database, get form1 back again to submit more data, as many times as required, then click another button to load form2 when the user is finished with form1?

Can anyone please give me some pointers? or at least explain the concept of what I need to do. I am a novice and it's taking me a while to get to this stage. Any help will be greatly appreciated.

Is it possible to post FORM1 to itself and insert the data (i.e. place the request.form at the top of FORM 1) If so, how do I direct users to FORM 2 while retaining my parameters?

View Replies View Related

ASP Site Not Available On IIS 6.0 (Cannot Find Server Or DNS Error)

I have just set up an ASP-based site to a new Windows 2003 SP1 server with
IIS 6.0. Before now the site has run under IIS 5.0 on Windows 2000.

Every time an ASP page is opened, IE shows the error: "Cannot find server or
DNS Error".
All static page types open fine (HTM, GIF etc)

The confusing thing is - I have allowed Active Server Pages under Web
Service Extensions in the IIS manager. No other extensions are allowed,
other than ASP.NET.

I have tried accessing the site from the server itself, from another machine
on the LAN. I have tried using the IP address, server name and localhost in
the URL. I have also removed the Virtual Directory the site lives in. None
of these changes made any difference. Oh yes, I have also tried rebooting!

View Replies View Related

ASP Site Cannot Find Include Files On Server

i have recently completed and tested a site in using IIS on my desktop as a server,
and everything runs fine. Upon transferring all the files up to the Real Server at work,
the ASP pages are not displayed as i get an error saying that the include files caanot be found.

The include files for my ASP pages are in a folder called 'includes' which sits in the same dir as the ASP files. This setup works fine on IIS on my desktop, but for some reason, this same setup is not working when the files are on the Server. Has anyone got any ideas as to why this might be happening?

View Replies View Related

Cannot Find Server- Microsoft Internet Explore!

Got a problem with my localhost server..sounds pretty funny i cant figure out wots going on....am building my own ASP.NET WebSite using C# and VB.NET book by Zak Ruvalcab..

Basically everything was working well from start to this point where im now building a FUNCTIONS sample page, saved it and tried to view it as usual but this time no show, i get this message: cannot find server- microsoft ie. tried to open other pages .

same thing..checked my iis settings and everything seems to be ok.... but i cant still view my sample pages. I restarted my pc and still no show and each time i try http://localhost/folder/firstpage.aspx or other sample pages i've but still no show.

View Replies View Related

Form Field Form Submit

I have a form that has approximately 7 text fields and 1 checkbox.
Generally when this form is submitted(to itself BTW) it works fine,
however, when the checkbox is only field that has been
modified/clicked the form doesn't always submit. When it does work, a
Stored procedure is passed form variables and updates to the db are
made. When it doesn't, its as if the form wasn't submitted, it
reloads and resets the page, but the stored procedure isn't triggered.

View Replies View Related

Form Submit

I know I have done this but my mind is fried. I have a dynamic dropdown in
a form. I need to pull both the dynamic dropdown's ID and name listed in
the dropdown. Need a little help with grey matter tonight.

View Replies View Related

Submit Form

I have a page with image, image has some image map, I want to submit
form when user mouseover that image map, my code is like this:

<img src="Images/floor4.jpg"usemap="#planetmap" id="IMG1">
<map id="planetmap" name="planetmap">

<area id=f4 shape="circle" coords="65, 93, 11" alt="CF4588"
onmouseover=overf4()>


And I write sub overf4() in vb script

sub overf4()
document.frmSelect.submit()
end sub

when mouse over that point form submit several times until mouse in on
the point I want to sumbit iust one time

View Replies View Related

Submit Form

I am looking at putting a form on one of my pages that inserts data into my database (MySQL)it is possible to submit this form and then when the form is submitted fire an e-mail off to a member of staff to say that a new record has been added
Has anyone had any experience of doing, or trying to do, anything like this (or even know if it's possible)?

View Replies View Related

Form Won't Submit

This is from a "back-end" page on my site, but have run into a problem I've not had before, first off the form is being generated with some dynamic capabilities. Simply meaning I'm building it based upon so many records from a database.

Now I've isolated the problem down to 1 particluar text field and somehow related to it's name. When the name is present the form refusses to submit, except when I simply delete a reference to the name it works fine. Below you'll see an example of the code:

View Replies View Related

Submit A Form

I am successfully generating an HTML-formatted email using ASP and a NewMail object. It works great. The content of the email includes a simple HTML form that posts to an asp page.THE PROBLEM:

The form in the email functions properly (can be submitted, opens a
browser and redirects to the "post-to" asp page) but the form data is
not making it. i.e.at the far end in the "post-to" asp page....
request.form("someField") is empty.I imagine it has to do with encryption but can't find any info on the subject.

View Replies View Related

Submit Form

I know this may be too easy for most of you. I am new to ASP code and I am trying to create a form where you can submit via ASP.

I already created a page with asp but couldn't figure how to send the form to email address. It seems that it requires another page of code what ot do but I can't find anything on the site to show me how it works.

View Replies View Related

Form Submit

Once the form is submitted from an ASP page, how can I direct the output to display at a new asp page? The output is a text variable.

View Replies View Related

Submit A Form

i have got a very elaborate login page which has 1 form and more than 1 submit buttons.1 for login(preceeded by user name and password fields) and another for forgot password (preeceded by user name field).how can i submit the login details(i.e. user name and password) just by pressing enter in either of the 2 fields?

View Replies View Related

Form Submit

what was the best way to have a use submit a form. I have a form of mine here. I bassicly just want to get a hold of the information when they submit it.

Whether it will be e-mailed to me or written to a file on my server thats OK. But I want it to link to the ASP file which proccessed it. Could somebody atleast give me an example of how to do this?

View Replies View Related

Submit Form

Can somebody clarify if/how/when a simple form is submitted when the <Enter> key is pressed? As I understood it, if you have a form with a single submit button, if enter is pressed, the form should be submitted as if the button is pressed. Is this correct?

Does this behaviour vary across browsers?

View Replies View Related

Form Submit

Some help in creating a form the gets some of it information from an Access database. I am building a website for a company that wants to run conference that you can sign up for on the internet. What they want is a form that can be e-mail to one of its employees and then processed at the office, well here is where I get stuck.
There is going to be among other form fields one for the Name, Company, Company Address…(so one) and a field for the name of the conference, data, time and location of the conference. What we want to have happen is a drop down form menu that you can select the conference from and via that selection the data, time and location field will be filled out for you. Can any one help me with this?

View Replies View Related

Submit Form

how to do the asp step by step from basic.

View Replies View Related

Form Submit

I'm trying to submit the values in a form and put them into a string using the following

for each objField in Request.Form
str = str & objField & ": " & Request.Form(objField) & "<br>"
next

This is the problem: let's say that my form has the following fields (in that order): Code:

View Replies View Related

Submit A Form

I have a form that I want to submit to the server using SSL encryption (preferably 128 bits). Is there anyway I can accomplish that on my own, or do I have to involve a company to get some certificate/ID? If so, do you have any ideas on what the average prices for this kind of service is?

If the 128 bit encryption is not possible without outside help. Is there anyway I can encrypt form submissions on my own?

View Replies View Related

Submit Form

On one of my pages I have a form that you can submit some comments. When you submit your comments it takes you back to the same page and shows your comment. However, if you click refresh again. the same comments are submitted again.

Is there anything to do about this?I am not sure when to use this whole 'somthing'.Close() function. Any clarification about that would be great.

View Replies View Related

Submit Datas To Different Server

help to slove the multiple posting

i have to run three .asp in seperate server to save the Orders in .mdb file. when user submit the order form on web page[Orders.htm] it should post it to
1. http://[ server1 ]/[file1].asp
2. http://[ server2 ]/[file2].asp
3. http://[ server3 ]/[file3].asp
4. to its own

View Replies View Related

Submit Form Via E-mail?

I have made an html form which I would like to send by e-mail. When the recipient receives the e-mail form, I would like them to be able to fill it out and click the Submit button which will submit to an ASP page. This ASP page contains the code to submit the form data to a database. The page works fine when viewed through a browser, but the form will not submit in Outlook 2002 (I haven't tried other mail programs).....

View Replies View Related

Submit Order Form

I have online order form that consists of textarea, textbox, radio button, check buttons and etc.. after that, click to submit via email with order form details to someone..

so i need to know what codings to do this to email to someone with order form details only..no need for db so can u please kindly show me how to do it?

View Replies View Related

Using An Image To Submit A Form

I have four images, lets just call them A, B, C,D

I have a hidden value called "area"

When the asp page loads, it gets the value of area (the form submits to itself)

What I want to do is:

when you click on a image A

area = "A"
submit form to itself

Is this possible?

View Replies View Related

Submit Form + AutoRedirect

I have three pages

1.Index.asp
2.submit.asp
3.print.asp

index.asp is an form that people fill out
submit.asp is where it re-displays the form values, and after the user navigates to print.asp where the values from submit.asp are displayed so the user can print them.

In submit.asp the user clicks "next step" and that takes them to print.asp, the "next step" calls

<form name="print_form" action="print.asp" method="post" >
<input type="image" src="../img/button_print.gif" >&nbsp;&nbsp;
Click here to print the Running Start application form you just submitted online.
<input type="hidden" name="reg_date" value="<%=queryRegDate%>">
<input type="hidden" name="lname" value="<%=queryLname%>">
<input type="hidden" name="fname" value="<%=queryFname%></form>

What I need to do is redirect, or skip submit.asp and go to the print page, the problem is that i need the values from submit.asp to be sent over to print.asp How can this be done?

View Replies View Related

Avoiding The <p> After A Form Submit

If a form is situated in normal HTML then a paragraph tag is inserted after the Submit button.

If the form is placed in a table then the preceding paragraph tag is supressed but the trailing paragraph space is still inserted.

Any suggestions please?

View Replies View Related

Form Submit Quiz

<form action="a.asp" method="get" >


<input type="image" border="0" src="IMAGES/oklar.jpg">

</form>

im usnig this codes to submit form when a user click on oklar.jpg(an image)
... but it submits form ***a.asp?x=6&y=8*** like this.. x and y takes
randomize values... how can i remove x and y variables from my string... if
it cant be possible how can submit a form when a user click my image file...

View Replies View Related

How I Can Auto Submit Form?

I want to auto submit form. After all the script in page run. Or after the specified time.

View Replies View Related

Submit Form To Two Different Pages

How can submit form to two different action pages?

View Replies View Related

Making A Form Submit To Itself

I am needing to know the best way to have a form submit to itself and have that information availble to the webpage.

View Replies View Related

Submit The Form Concept

I want to clarify the concept of submitting the form to the web server.pHP is just an example here, it applies to any web programming languages.

On page1.php,
<form name="myform" action="otherpage.php" method="post">

means 2 steps here:
1) submit the form called "myform" on page1.php to the web server using
HTTP POST method.
2) open otherpage.php

Also, otherpage.php can be page1.php itself, that means post the page
to itself, or this is called POST BACK.Is that correct? Please advise & comment.

View Replies View Related







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