Deep Linking to an Instance
Summary
I am trying to deep link directly to an instance.Content
I am trying to deep link directly to an instance but none of the combinations allow me to. This is the code if I add the instance as a link to a LearnCenter page.
<a href="javascript:openexternalwindow('/Tests/testGenerator.asp?sessionid=!ldcsessionid!&DCT=1&id=!ldclcid!&childWindow=1&instanceID=80603', 'Test',window.screen.availWidth-10,window.screen.availHeight-30);">Survey</a>
I have tried http://companyname.learn.com/Tests/testGenerator.asp?sessionid=!ldcsessionid!&DCT=1&id=178409&childWindow=1&instanceID=80603 and other combinations.
Can someone help me? Is this even possible to do?