Hi everyone,
I need a help like i have a source(html) that contains some text like this
<span style="background: none repeat scroll 0% 0% rgb(255, 255, 0);">%customername%</span>
and i want to replace that source with %customername% so i created a custom plugin and where i replaced the old span tag with the New one(replaced) in my case %customername%. now i need invoke the source. how to invoke the source with replaced string...
Please let me know asap
I need a help like i have a source(html) that contains some text like this
<span style="background: none repeat scroll 0% 0% rgb(255, 255, 0);">%customername%</span>
and i want to replace that source with %customername% so i created a custom plugin and where i replaced the old span tag with the New one(replaced) in my case %customername%. now i need invoke the source. how to invoke the source with replaced string...
Please let me know asap