Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to a href to another aspx page with in a subfolder after redirecting to a page in another subfolder in an outer master page with in a folder set in IIS..I have set a folder NCA in iis and then redirected as follows.At first redirecting to GeneralManifest/x.aspx works...But then redirecting to CargoManifest/y.aspx doesn't work as resource not found issue shown..
ot;<script>openNewWin('" + url + "')</script>");


}

<li><span><a href="#" class="parent">
                                                <!--<img src="images/1322570580_toggle_log.png" width="25" height="22" />-->
                                                &nbsp;General Manifest</a></span>
                                                <div>
                                                    <ul>
                                                        <li><span></span><a href="GeneralManifest/Default.aspx">Create</a> </li>
                                                    </ul>
                                                </div>
                                            </li>
                                            <li><span><a href="#" class="parent">
                                                <!--<img src="images/1322570580_toggle_log.png" width="25" height="22" />-->
                                                &nbsp;Cargo Manifest</a></span>
                                                <div>
                                                    <ul>
                                                        <li><span></span><a href="CargoManifest/Default.aspx">Create</a> </li>
                                                    </ul>
                                                </div>
                                            </li>
Posted
Updated 7-May-13 9:06am
v5
Comments
ZurdoDev 7-May-13 15:25pm    
You just need to make sure the url is correct. Where's the issue?
Korathu 2 7-May-13 15:27pm    
.I have set a folder NCA in iis and then redirected as follows.At first redirecting to GeneralManifest/x.aspx works...But then redirecting to CargoManifest/y.aspx doesn't work as resource not found issue shown..
Naz_Firdouse 8-May-13 1:30am    
Where is the issue? what does the URL in OpenNewWin() contains?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900