Page is a not externally linkable
- Hardware and OS Related Technologies
-- Website Technology Issues
---- ftp not working


littleman - 7:44 pm on Sep 8, 2000 (gmt 0)


Your problem is here:
<frame name="site" src="http://www.littlewebwizard.com">
Your frame is loading itself . So your frame is loading a frame which is in turn loading a frame and so on.
Want to have some fun? Lode it in netscape and see what happens.
So if you fix the frame tag to point to the frame page you will fix the problem
It should look something like this.
<frame name="site" src="http://www.littlewebwizard.com/main.html">
or
<frame name="site" src="http://www.littlewebwizard.com/top.html">
or something like that.


Thread source:: http://www.webmasterworld.com/website_technology/54.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com