URGENT - Browser not sending form info to perl script...

J

Jamie

I'm using IE 6.0.2800.1106 with WinXP Pro on a company
intranet. Switching browsers is not an option. I'm trying
to process form info but IE will not send the info
submitted in the form to the script. But when the submit
button is pressed, is does activate the script. I know
this because the script is printing the HTML used to
format the the output. Only the user input is not being
processed. Is there an update or plugin I need? Or
perhaps a setting i should change?

HELP ?!

Jamie said:
I'm using IE 6.0.2800.1106 with WinXP Pro on a company
intranet. Switching browsers is not an option. I'm trying
to process form info but IE will not send the info
submitted in the form to the script. But when the submit
button is pressed, is does activate the script.

Difficult to say, since we can't examine the (intranet)
page to see what's
happening.

In general, ensure that any popup blocker is DISabled, and
that Active-X and
JavaScript are ENabled.. If it's relevant, you could also
install the latest
scripting engine, here:
<http://msdn.microsoft.com/library/default.asp?
url=/downloads/list/webdev.asp
.
Difficult to say, since we can't examine the (intranet) page to see what's
happening.

In general, ensure that any popup blocker is DISabled, and that Active-X and
JavaScript are ENabled.. If it's relevant, you could also install the latest
scripting engine, here:
<http://msdn.microsoft.com/library/default.asp?
url=/downloads/list/webdev.asp

Tried installing the latest scripting engine and XP SP1
update and nothing happened. I'm baffled !! Any other
suggestions ??

As far as what's happening on the page...info is entered
into the form (user name, first name, etc.), once the
submit button is pressed, the perl script is executed and
displays the next page (this part works fine). But, the
form info (the name, specifically)is suppose to also be
displayed on this next page...but it is just blank
space...as if nothing was entered at all. I know its not a
perl problem, because I tried hard coding specific info
into the variables and everything ran perfectly.

:p
 
R

Robert Aldwinckle

IE will not send the info submitted in the form to the script.

What version of mshtml.dll do you have?

FYI the one from the latest cumulative security patch is 6.00.2800.1400


There was a hotfix which seems somewhat related to your problem area
which may have been integrated into the latest version:

<title>KB828672 - Internet Explorer Quits Unexpectedly When You Use a Touch Screen or a Virtual Keyboard to Submit a Form</title>

<quote> 6.0.2800.1141 </quote>


Try using your form with a virtual keyboard? <eg>

Do you have any unpatched versions of IE6 to tell if the symptom
doesn't happen in them?


If the form in a secure page? FYI various strange symptoms with
secure pages can be avoided by unchecking:

Do not save encrypted pages to disk


Good luck

Robert Aldwinckle
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top