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
trick.ax1374trick.ax1374 

Conditional Hyperlink Text

Hi Friends,

 

Here is my scenario:-

 

I have force.com sites and on it  I have webpage.This webpage may not be accessible to some users and they will have to download some sotware in order to access this page.

I want to make sure if the page is not loaded in the user's browser then hyperlink should become visibkle to the user so that he can download software. 

The users who are able to access this page ,hyperlink should not be visiblke to them .

 

I am looking for some kind of conditional hyperlink

 

 

Thanks,

Trick

 

Suresh RaghuramSuresh Raghuram

you are clear with your requirement if the user did not have the particular software then the hyper link should not be shown

there write javascript or back end code to check for the software wheater installed or not and put rendered ="false"

once it is found the s/W installed then rerender it