Rank: Newbie Groups: Member
Joined: 2/14/2008 Posts: 1
|
Hi, what control are you using at: http://www.essentialobjects.com/Purchase.aspx?f=1where the "Show Details" link can show/hide a block of text? Thanks! RHS
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
That's actually not any control. It's just some JavaScript. You can view the page source and you will see a JavaScript function called ToogleDetails. That function changes the corresponding DIV's style.display to show/hide it.
Thanks
|