NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
IE debugger toolbar "Debug next POST" problem.


Joined: 27 Dec 2006
Posts: 9
Reply with quote
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
View user's profileFind all posts by rhahnrathsSend private message


Joined: 27 Dec 2006
Posts: 9
Reply with quote
Hi,

Am I the only one who has this problem? It would be nice if I can debug my code with out changing it for debugging.
Maybe somebody has some tips?
Thanx
Robert
View user's profileFind all posts by rhahnrathsSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Hi Robert,
Our engineers are trying to replicate the problem. I'll update you with info as soon as we get one. Probably there is a problem with toolbar.
As a workaround, you may follow steps below:
if the form is on a page with php script, you can turn on debug session, run this script in debugger, click Run With Debugger (again) to have the page complete, then fill in the form and click submit on it. This will run debugger for the posted page script.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
IE debugger toolbar "Debug next POST" problem.
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic