Hi Guys,
just wondering if someone can help me write a function?
I have a flash button in my application and I wish to call a javascript function from flash (which I know how to do) that acts in the same way as this html link would if it was clicked by a user.
- <a href="http://www.bbc.co.uk/index.htm?keepThis=true&TB_iframe=true&height=600&width=610" class="thickbox">link</a>
It needs the href and the class to be on the link.
I'm guessing that the javascript function I'm calling is needs to be started like this:
- <script>
- var thickbox = function() {
- }
- </script>
I just don't know how to write a javascript function that will act in the same way, when called, as this html link above would behave.
Hope someone can help
