bob2006 Posted October 24, 2010 Share Posted October 24, 2010 There is an Error with this html i cant find were it is the links should load in the frame called name but they are not here is the code <html> <head> <title>Dropdown menu Menu Test</title> <script src="dbMenu.js" type="text/javascript"> </script> <link href="global.css" type="text/css" rel="stylesheet" media="screen"> <link href="collapse.css" type="text/css" rel="stylesheet" media="screen"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>left</title> </head> <body> <ul id="menu" class="dbMenu onMouse"> <li><a href="Http//www.sambob.info/testfix/" target="main">Home</a></li> <li>Cleaners <ul> <li><a href="cleaners/aluminumcleaning.htm" target="main">How to clean aluminum</a></li> <li><a target="main.htm" href="cleaners/boatbilge.htm" target="main">How to clean a boat bilge</a></li> <li><a href="cleaners/boatmildew.htm" target="main">FixItByYourself</a></li> <li> <a href="cleaners/carpetcleaning.htm" target="main">FixItByYourself</a></li> <li> <a href="cleaners/vinylsiding.htm" target="main">FixItByYourself</a></li> </ul> </li> <li>How To <ul> <li><a href="howto/creategardenedging.htm" target="main">FixItByYourself</a></li> <li><a href="howto/dryerventcleaning.htm" target="main" >FixItByYourself</a> </li> <li> <a href="howto/howto.htm" target="main">FixItByYourself</a></li> <li> <a href="howto/killmildewwithoutbleach.htm" target="main">FixItByYourself</a></li> <li><a href="howto/maintainlandscape.htm"target="main">FixItByYourself</a> </li> <li> <a href="howto/mosquitiprotection.htm"target="main">FixItByYourself</a></li> <li> <a href="howto/patchconcrete.htm"target="main">FixItByYourself</a></li> <li><a href="howto/preventmildewonbrick.htm"target="main">FixItByYourself</a> </li> <li> <a href="howto/raingutterleak.htm"target="main">FixItByYourself</a></li> <li> <a href="howto/sealconcetecracks.htm"target="main">FixItByYourself</a></li> <li> <a href="howto/winterizerockwaterfall.htm"target="main">FixItByYourself</a></li> </ul> </li> <li>How To Clean <ul> <li> <a href="howtoclean/carpet.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/cedarsiding.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/coffeeonclothes.htm"target="main">FixItByYourself</a></li> <li><a href="howtoclean/commonstains.htm"target="main">FixItByYourself</a> </li> <li> <a href="howtoclean/dustygarage.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/exteriorbrick.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/furniturecleaning.htm"target="main">FixItByYourself</a></li> <li><a href="howtoclean/garageclean.htm"target="main">FixItByYourself</a> </li> <li> <a href="howtoclean/graffitiongaragedoor.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/greenpool.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/greylaundry.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/grout.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/groutmildew.htm"target="main">FixItByYourself</a></li> <li><a href="howtoclean/gutters.htm"target="main">FixItByYourself</a> </li> <li> <a href="howtoclean/hardwoodfloor.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/moldfromsidewalk.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/oilfromstampedconcrete.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/oilspillgarage.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/outdoorfurniture.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/stainlessstovetop.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/stainsfromplanters.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/tarfromhardwoodfloors.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/tilefloors.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/tilefloors2.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/vacuumbrush.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/vinylfloors.htm"target="main">FixItByYourself</a></li> <li> <a href="howtoclean/wooddeck.htm"target="main">FixItByYourself</a></li> </ul> </li> <li><a href="http://javascriptkit.com/jsref/" target="main">JS Reference</a></li> <li><a href="http://javascriptkit.com/domref/">DOM Reference</a></li> </ul> <p> </p> <p> </p> <p><a href="tdse.com" target="main">test</a></p> </body> </html> Quote Link to comment Share on other sites More sharing options...
mentalist Posted October 26, 2010 Share Posted October 26, 2010 Technically I can't see the problem. Some of your links need a space before the target attribute, but other than that their correct. Are you expecting the new page to be 'titled' as main, because it's not like that, internally the new tab / frame will be named 'main' internally and the title would be what ever is in the title tags in the actual page. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.