invisible button

liunx

Guest
I want to add a button to a page that will be visible only if certain conditions are met.<br />
<br />
Alternatively, a link that would be visible only if certain condidtions are met.<br />
<br />
How would I do that.<br />
<br />
Russ<!--content-->for any item on a page,use the style attribute with the following value<br />
<br />
style="visibility:visible"<br />
style="visibility:hidden"<br />
<br />
Cheers<br />
<br />
Khalid<!--content-->thank you.<br />
<br />
I was looking at layers to provide that function but I really didn't want to go there.<br />
<br />
I will now try to figure out the trigger mechanism.<br />
<br />
Will likely be back :rolleyes: <br />
<br />
Russ<!--content-->back.<br />
<br />
your advice works if I hard code the style statement in. But I can't figure out how to get the correct value to the style= statement.<br />
<br />
small function which determines if a value is null or not. if false visibility:visible. selection of button should take user to new page.<br />
<br />
How do I return the value of my function to the style = statement?<!--content-->
 
Back
Top