dharkangel
MIS
hi everyone,
I have a page that I need to link to that contains a menu that allows you to expand and collapse via javascript. I was wondering if I can attach something to my URL that would open that page with the appropriate option expanded?
Here is the code snippet of javascript that operates the expand/collapse functionality, via an image graphic.
<a href="javascript:" onclick="javascript:ExpCollGroup('19_','img_19_');return false;"><img id="img_19_" src="/_layouts/images/minus.gif" alt="Expand/Collapse" border="0"></a> Category : Web Development ...
thank you.
dhx
I have a page that I need to link to that contains a menu that allows you to expand and collapse via javascript. I was wondering if I can attach something to my URL that would open that page with the appropriate option expanded?
Here is the code snippet of javascript that operates the expand/collapse functionality, via an image graphic.
<a href="javascript:" onclick="javascript:ExpCollGroup('19_','img_19_');return false;"><img id="img_19_" src="/_layouts/images/minus.gif" alt="Expand/Collapse" border="0"></a> Category : Web Development ...
thank you.
dhx