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
GSPGSP 

how to pass parameters to apex from visual force using html ?

please help me ....
using @Remoteaction.give me some exaples.
SeAlVaSeAlVa
Take a look at https://www.salesforce.com/us/developer/docs/pages/Content/pages_js_remoting.htm

There are some code sniplets

Hope it helps
MagulanDuraipandianMagulanDuraipandian
<apex:param name="q" value="{!contact.name}"/>

use apex:param. Above is the sample.


If this solves your problem, kindly mark it as the best answer.

Regards,
Magulan
http://www.infallibletechie.com