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
Koustubh KulkarniKoustubh Kulkarni 

How to do javascript remoting without visualforce page?

Hi, can we use javascript remoting without using visualforce page. I want to provide community login,forgot password, change password functionality  by using html and javscript only. anyone know how to do it??
Best Answer chosen by Koustubh Kulkarni
sandeep@Salesforcesandeep@Salesforce
Hi, 

You can not use it without VF page because in this  you need to get connected with Apex controller methods and and simple HTML cannot be connected with Apex controller without VF page except lightning component.

Thanks
Sandeep Singhal
http://www.codespokes.com/