Gudday all
I have been trying get a page at work to be called from another page but keep getting the ubiquitous 'page unavailable'. I can use Windows Explorer to open the page with no problems but trying to use relative or absolute addressing fails.
The page itself (Front_Page.html) is very small as can be seen
The absolute addressing I have been using isHTML Code:<html> <frameset cols="100%,0%"> <frame noresize="noresize" src="Electronics Manuals\Manuals.htm"> </frameset> </html>
It is accessing a server on our internal network.HTML Code:<a href="http://AU-INTRANET/NewEngineeringMickS/Front_Page.html">
I suspect it is the page itself as I can replace Front_Page.html in the URL with other pages e.g. phonebook.html and they will work fine.
Because it is on our internal network unfortunately outside access is not available.






Bookmarks