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
laxmilaxmi 

how to overcome this blank page

hi all
can u help me , how to overcome this blank page, as u suggested that we should fill up something in username area i did
that, might be it is wrong i m still getting blank page,
so please can u write the code .






Thanks
laxmi
werewolfwerewolf
After your

var result = sforce.apex.execute("testSalesforce1" ,"test1", {1,1,1});

Say

var element = document.getElementById('userNameArea');
element.innerHTML = result;

This stuff has nothing to do with the AJAX toolkit, it is elementary Javascript.  I would suggest you have a look at w3schools' Javascript tutorials for more on how to use these constructs:

http://www.w3schools.com/JS/default.asp