Quote from m.burdess on September 28, 2022, 1:31 pmHas anyone had this? When the project is put onto the web, a page is not available but is when I test the app.
<li class="dropdown" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown">Other<b class="caret"></b></a> <ul class="dropdown-menu" role="menu"> <li><a href="./index.html#!/WebSite">Other Service Providers</a> </li> <li><a href="./index.html#!/dircourse">Course Directory V4</a> </li> <li><a href="./index.html#!/forms">Forms Directory</a> </li> <li><a href="./index.html#!/learnagg">Learning Agreements</a> </li> <li><a href="./index.html#!/Postcode">Postcode checker V4</a> </li>The problem line is that of Forms Directory, even when this is move to its own line, you are unable to view the page?
All other pages work.
Regards
Has anyone had this? When the project is put onto the web, a page is not available but is when I test the app.
<li class="dropdown" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown">Other<b class="caret"></b></a>
<ul class="dropdown-menu" role="menu">
<li><a href="./index.html#!/WebSite">Other Service Providers</a>
</li>
<li><a href="./index.html#!/dircourse">Course Directory V4</a>
</li>
<li><a href="./index.html#!/forms">Forms Directory</a>
</li>
<li><a href="./index.html#!/learnagg">Learning Agreements</a>
</li>
<li><a href="./index.html#!/Postcode">Postcode checker V4</a>
</li>
The problem line is that of Forms Directory, even when this is move to its own line, you are unable to view the page?
All other pages work.
Regards

Quote from luishp on September 28, 2022, 7:53 pm@m-burdess I don't understand your question. Note that the </ul> tag is missing in your source code.
@m-burdess I don't understand your question. Note that the </ul> tag is missing in your source code.
Quote from m.burdess on September 28, 2022, 8:30 pm@luishp the </ul> tag is in the code but I have missed it from the above. The problem I have is that when I test the link from " Forms Directory" the page is shown, but after the app is compiled and then uploaded this page is not available, all I get is the first page.
Would it be best to delete all that is on the web site a just do a clean install?
Regards
@luishp the </ul> tag is in the code but I have missed it from the above. The problem I have is that when I test the link from " Forms Directory" the page is shown, but after the app is compiled and then uploaded this page is not available, all I get is the first page.
Would it be best to delete all that is on the web site a just do a clean install?
Regards

Quote from luishp on September 29, 2022, 5:34 pm@m-burdess I can't reproduce the problem here. Have you pressed Ctrl-F5 to be sure the app is fully reloaded?
Can you share a link to a sample application showing the problem?Regards.
@m-burdess I can't reproduce the problem here. Have you pressed Ctrl-F5 to be sure the app is fully reloaded?
Can you share a link to a sample application showing the problem?
Regards.