function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VNVN 

Problem with s-Controls

Hi,
 
I am getting a strange problem when i try executing s-controls. I have created a button on HTML page. The functionality of button is to create a report on the same page when clicked. When clicked for the first time the report comes but when clicked again a window pops up as explained below
 

AJAX Toolkit Shell

Using bookmarklet version of shell: commands will run in opener's context.
Request: server- /services/Soap/u/13.0
.....
.....
 
Response : status - 200
 
What is this? Why is this window opening?
 
Is this some error?
 
Please help.
 
Thanks
Priya Nair
VNVN
Please help me to solve this.
ShamSham
Perhaps you are seeing the debug window of Ajax Toolkit

check if you sforce.debug.log statement in the scontrol.
if yes comment it..and you won't see this window.
VNVN
Thanks Sham.
 
That was the problem.