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
Raju SudheerRaju Sudheer 

Where we use Java script in our Salesforce

Vivek DeshmaneVivek Deshmane
Hi Raju,
You can use javascript in visualforce page like below.

<apex:page>

//include script file as 
<apex:includeScript value="/support/console/25.0/integration.js"/>
//Write script code under script tag
<script>
</script>
</apex:page>

If you get the answer, please mark it as the correct answer. It will be a help to others who are facing the same problem later.

Best Regards,
-Vivek
RAJNagRAJNag
Hi Raju

While displaying Pop Windows In visualforce page and Button creations .need more information Please click on below links.

https://developer.salesforce.com/blogs/developer-relations/2013/03/using-javascript-with-force-com.html
https://www.sundoginteractive.com/sunblog/posts/three-reasons-to-use-javascript-and-the-salesforce-api-behind-custom-button

Thanks
Raj