Can a home network cause a Frontpage Error report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I've had problems getting to a confirmation page from my feedback form.
Half the time it works and half the time it doesn't. It occurs to me that
failures only seem to happen at home (again, about half the time). When I
access the form from work, I've not had a problem getting the confirmation
page. I've also had mixed results using the laptop on my home network (which
my desktop is alos on). Could something involving my home network be causing
a problem?

BTW, my form is located at momsofomaha/siteforms/feedback.htm

Rhonda
 
For starters, you have: width="750" height="1215"

Change to width="100%" and leave the height attribute off. The reason for
eliminatint the height attribute is due to folks changing the font size for
readability and then the browser can't respond correctly. This is true on
all pages that I looked at.
 
Chuck, you are a prince among men. I took out the height attribute and the
form seems to be working without a problem. I tried switching the width to
100%, but this messed up the layout of the page, i.e., some parts of the page
were far away from other parts and didn't look right. I switched it back to
a fixed width and so far, so good.
 
Back
Top