Tag Archives: Iframe Code

Newbie help with frames in MX!

Heya Everyone! I’m a bit new to site design but possess taken the tumble and bought Macromedia Facilities MX and Adobe Illustrator CS… To break me on the design works i’ve downloaded an internet template from zymic. com and loaded it in Dreamweaver MX. On the other hand, it has a regular navigational menu for the left and the main content page i always presume is a frame at the heart, and was wondering how you just change the content inside frame when clicking on the nav. buttons without reloading the complete page. To paraphrase i only prefer to treat the middle frame as every single new page. Sorry if this kind of sounds amatuerish but i’m an actual newbie With thanks Guys! I wouldn’t need to be using frames anyway to be honest…. Set this " Window" value to the name on the frame you wish to target the link to: upon (release) getURL (" link. htm", " framename" ); Wish that helps With thanks cladode… Where does someone set the benefit of " window" Learn how to create a brand-new page that just features that one heart " main content" frame Also… Just realised of which Dreamweaver says … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Link Direct to Table Cell

Hi I’m new to the particular forums so I hope this is posted while in the right place. I am designing a web site for the client and I’d like to change the content of any table cell 2 text link is clicked while in the same cell. Is that this possible Any help is very much appreciated!! Its very much possible. In order to clarify, there shall be a table personal (a td) which has a link. Whenever this link is definitely pressed, that whole cell’s text value results in being something else And also the link will become gone also In that case, Code: < html> < head> < title> < /title> < script type=" text/javascript" > purpose ChangeCell(cellId) document. getElementById(cellId). innerHTML = " new text"; < /script> < /head> < body> < table> < tr> < td id=" area1" > this can be a text before your change occurs. < a href=" #" onClick=" ChangeCell(‘area1′); " > change< /a> < /td> < /tr> < /table> < /body> < /html> Thanks a lot for replying so quickly bfsog!!! The code successful but I’d like it to modify the cell text to a genuine page that is already designed. … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , | Leave a comment