When my sitemap has sub-links
<siteMapNode url="Jobs/Search.aspx" title="Jobs" >
<siteMapNode url="Jobs/PhoneLog/List.aspx" title="Phone Log" />
</siteMapNode>
when I click 'Jobs' and leave the mouse over the node, the Jobs/Search.aspx loads I get an error 'Internet Explorer cannot open the Internet site http://<ServerName>/<SiteName>/Jobs/Search.aspx. Operation aborted. When I click Ok, the Jobs/Search.aspx page is in the address bar and the page changes to 'The page cannot be displayed'. If I click the Back button it then goes to the Jobs/Search.aspx.
Why is this happening and is there a way to fix it?
Thank you!