I am trying to build a sequential workflow on VS2010 that at some point gets the necessary javascript code to render a page. Let's assume the javascript is :
<script type="text/javascript">
var link = document.createElement('div');
link.innerHTML= "Hello";
</script>
So how would I be able to implement this so that when the workflow is finished, it takes me to a page where I can run that javascript? Any tutorials, or sample code would be much appreciated.
Thanks in advance,
Spre3