Computers |
|
| | #1 (permalink) |
| Newb Techie Join Date: Apr 2004
Posts: 3
| I am making a webpage for one of my classes and I am having trouble with frames. When I tell the weblink to open a webpage in a specfic frame it doesnt work and it takes over the whole page which includes sidebar. I have triple checked my code and that is not the problem. I think it is the webpage that I link to that might be the problem. If that is true is there anyway I can overide it without java script? |
| | |
| | #3 (permalink) |
| Master Techie | Post the code and I can take a look, save it as a .txt file and attach it.
__________________ SPYWARE REMOVAL: 1. AdAware http://www.webattack.com/download/dladaware.shtml 2. SpyBot http://www.snapfiles.com/download/dlspybot.html 3. CoolWebShredder http://www.spychecker.com/program/coolwebshredder.html ONLINE VIRUS SCANS: 1. http://us.mcafee.com/root/mfs/default.asp?cid=9059 2. http://security.symantec.com/ 3. http://housecall.trendmicro.com/ |
| | |
| | #4 (permalink) |
| Monster Techie | what you have to do it name each frame in the index.html as in you have name=left name=right (would put the name attribute inside the frame tag), then when you want someone to click a link in the left page and have it load in the right, do target=right (would put this inside the anchor tag) hope that helped ya out |
| | |