|
Posted by Beauregard T. Shagnasty on June 27, 2005, 2:53 pm
Please log in for more thread options
cakewalkr7 wrote:
> We have a form that contains an iframe. In the iframe are 3 select
> boxes (country, state and city). When you select the country, the
> iframe page refreshes with the appropriate states and does the
> same thing when you select a state. We did some testing in the
> different browsers with this method and it appeared that the only
> browser that it worked reliably in was IE. So, we put some asp
> code in that ran a browser check and displayed the iframe only if
> the user was using IE.
Is this for the WWW or an intranet?
I don't use IE. Ever...
> We noticed that over the last few weeks, we've been getting a
> number of support request emails from users who try to fill out the
> form and when they submit it, it doesn't contain the information
> from the iframe. We found that when some users would disable their
> firewall, it would work. But, it didn't fix all occurences of this
> problem.
What happens to your form when you disable JavaScript? Without your
URL, we can't really tell...
> Does anyone know if there's a problem with this type of setup or
> what could be happening? Oh, and the process is like this. They
> fill out the form, submit it to page 2 (page 2 pulls all the
> variables from page 1 and puts them in hidden form values) and page
> 2 submits to master processing page which returns the error.
Hidden form values are prone to failure, methinks.
--
-bts
-This space intentionally left blank.
|