Posted on: 12/3/2014 9:40:28 PM | Views : 465

I thought I had completed a page. I'd been loading it directly from VS and it was working fine. I then tried to load the page from a link in the nav menu and got this error:
"Cannot use a leading .. to exit above the top directory."
In the IDE this error is flagging the following;
<script type="text/javascript"> function imageNavigate(sender, args) { $get('<%= HiddenField1.ClientID %>').value = args.get_itemIndex(); } </script> the highlighted line beginning with $get. I don't know how to get the value of "value" before it is loaded. I know that it holds the address of an image file that is selected from another control.
If I copy the url from the address bar of the browser when the page successfully loads from startup I can paste this into anothe ...

Go to the complete details ...