i frame target?

liunx

Guest
hi all,<br />
i neeeeeed some help with iframes, i am using dreamweaver mx to make a site, i want one main page with button links on it, but when u click the buttons it loads the page into the iframe in the middle and stays on the original page, i reaaallly would appreciate any coding help here please<br />
<br />
cheers Slasher<!--content-->you already said it,<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"page.html" target="name_of_iframe">link</a><!--content-->cheers buddy, only one thing though... the link is actually a picture, how do i do it now?<br />
<br />
slasher<!--content-->still uses the <a href> tag doesn't it?<!--content-->cheers buddy thats REALLY helpful!<br />
<br />
its surprisin how a bit of code can make ur site look **** hot!<br />
<br />
cheers again pal,<br />
<br />
one more thing, i also want the image to change to a different image on rollover and back when mouse goes off it<br />
<br />
?<br />
<br />
slasher<br />
<br />
ps the code i got for the pic already is:<br />
<br />
<div align="center"><a href=http://www.htmlforums.com/archive/index.php/"home.html" target="main"><img src="inactive%20home.jpg" width="96" height="66" border="0"></div><br />
<br />
could you edit it with the rollover action and send it back plz?<br />
<br />
much appreciated<br />
<br />
slasher<!--content-->You can do the rollover thing in Dreamweaver, under Behaviours somewhere.<!--content-->Originally posted by slasher<br />
could you edit it with the rollover action and send it back plz?<br />
It isn't so straightforward as that, as you need some javascript in there. I understand Dreamweaver provides wizards to acheive several such effects and will generate the javascript for you. And most importantly, you will gain from the experience of doing it yourself.<br />
<br />
Dreamweaver MX - Inserting a rollover image:<br />
<!-- m --><a class="postlink" href="http://t3.k12.hi.us/t302-03/tutorials/dw/roll-over.htm">http://t3.k12.hi.us/t302-03/tutorials/dw/roll-over.htm</a><!-- m --><!--content-->If I read this all... There must be someone, that wants to help :D Well the problem is.... I also uses I frames.and I also want to make links target to the I frame but than I want to use the << and >> symbols <br />
<br />
Is this possible??<!--content--><a href=http://www.htmlforums.com/archive/index.php/"page.html" target="name-of-frame"> << </a><br />
<a href=http://www.htmlforums.com/archive/index.php/"page.html" target="name-of-frame"> >> </a><!--content-->Thanx... <br />
<br />
but that is not what I meant. If I use the code you entered. I have to type at about 50 of these codes. <br />
<br />
What I want is that instead of "page.html" there comes a script that picks a HTML file out of folder. And the name doesn;t matter anymore.<br />
<br />
so the next button really picks out the next HTML file out of the folder (the name of this file doesn't matter)<br />
<br />
Hope you (or someone else) have got an other solution<br />
<br />
Grtz<!--content-->only with serverside language will you be able to do that. then it won't be page.html but page.xxx where xxx can be php,cgi,pl,asp.<!--content-->
 
Back
Top