Joined: 27 Dec 2006 |
Posts: 9 |
|
|
 |
Posted: Sun Jan 14, 2007 3:21 pm |
|
 |
 |
 |
 |
Hi there,
I have had some problems with the IE debugger Toolbar, debug next POST option .
This is my FORM TAG:
<form name="frmreceipt" action="save_receipt.php" method="post" />
When I add to the FORM TAG the following code "target="receipt" onSubmit="window.open('', 'receipt', 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=500, height=350')" then the Debug next POST option is not working.
I have deleted the whole onSubmit stuff but still the Debug at next POST option was not working.
So I have then also deleted the target="receipt" from the form, and now it is working again.
I am not so deep into the debug and IE toolbar stuff, but is this normal?
I am currently using:
- IE version 7 7.0.5730.11
- phped 4.6.2 build 4628
Regards
Robert
|