Hello,
I'm new to .NET and was trying to find a solution for having a button
control do a post back then execute a javascript function.
When the button is clicked a post back occurs to save the user data,
after that a javascript function is called to load a new video. If it
wasn't for the video, then I would have used panel controls to hide/
show the content. We are using swfobject to load a series of videos on
the same page, and breaking it out into separate pages is not an
option unfortunately.
Thanks for any help.
Marc
I'm new to .NET and was trying to find a solution for having a button
control do a post back then execute a javascript function.
When the button is clicked a post back occurs to save the user data,
after that a javascript function is called to load a new video. If it
wasn't for the video, then I would have used panel controls to hide/
show the content. We are using swfobject to load a series of videos on
the same page, and breaking it out into separate pages is not an
option unfortunately.
Thanks for any help.
Marc
Comment