navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Can't repost form data on one server - works on other server

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Server Issues >> Can't repost form data on one server - works on other server
Page: [1]
 
catwebster123

 

Posts: 2
Joined: 8/4/2006
Status: offline

 
Can't repost form data on one server - works on other s... - 8/4/2006 13:05:32   
I have inherited a webpage that was done on Front Page and I know very little about Front Page! Anyway, here's what's happening:

There is a form that students fill out and then submit. Once they hit submit, they are shown a copy of their answers. If they want to change something, they right click and hit 'back'. The form is filled back in with their previous answers and they can change them and then hit submit again.

The problem is that it works on one server, but on the other server the form won't fill back in. Both servers are windows server 2000 and on both servers the files have the same permissions.

I looked at the file on the servers that the answers are put into for the purpose of reposting them, and both servers are creating the file.

Here is the code for the form:

<form method="POST" action="../../../_vti_bin/shtml.dll/101lab/lab1/problems/problems.htm" onSubmit="" webbot-action="--WEBBOT-SELF--" WEBBOT-onSubmit> <!--webbot bot="SaveResults" U-File="../../../_private/form_results.txt" S-Format="TEXT/CSV" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Builtin-Fields U-Confirmation-Url="confirmation.htm" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" -->

If anyone could help me, I would really appreciate it!
caywind

 

Posts: 1479
From: USA
Status: offline

 
RE: Can't repost form data on one server - works on oth... - 8/7/2006 4:48:03   
first impression, guess?

this doesn't match on both servers
action="../../../_vti_bin/shtml.dll/101lab/lab1/problems/problems.htm" 


in other words, the path to the file is different on one server than the other.

Also, if that doesn't match, then the other line:
File="../../../_private/form_results.txt" S-Format="TEXT/CSV
probably doesn't match either

_____________________________

Fight the Internet attack, www.awebmasters.net

(in reply to catwebster123)
catwebster123

 

Posts: 2
Joined: 8/4/2006
Status: offline

 
RE: Can't repost form data on one server - works on oth... - 8/7/2006 10:51:38   
Thanks for the response! I compared the two files and they are both the same. Any other suggestions?

Thanks,

Cat

(in reply to catwebster123)
caywind

 

Posts: 1479
From: USA
Status: offline

 
RE: Can't repost form data on one server - works on oth... - 8/8/2006 4:20:10   
What I meant is that yes the file is the same on both servers, but are the servers both the same.

The ../../../stuff means that the file is located in a subfolder of a subfolder of a folder. If that "path" is not the same on both servers then the function probably won't be able to fill in the data in the form, because it can't find it. It's "path" is different.

_____________________________

Fight the Internet attack, www.awebmasters.net

(in reply to catwebster123)
Page:   [1]

All Forums >> Web Development >> Server Issues >> Can't repost form data on one server - works on other server
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts