What to do next ?

Thread Solved

Join Date: Nov 2007
Posts: 290
Reputation: kv79 is an unknown quantity at this point 
Solved Threads: 7
kv79 kv79 is offline Offline
Posting Whiz in Training

What to do next ?

 
0
  #1
Mar 16th, 2008
Hi ,
I need a solution for my web page www.servisracunara.co.nr

When i click on the Popravka 2 I want to change a iframe to Popravka 2 .

Thank you for your effort of reading this .
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,179
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 481
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: What to do next ?

 
0
  #2
Mar 17th, 2008
You need to give a name and id to your IFRAME (same say one is enought I rather assign name to both) and in links you need to specify target where you want to display them. Something like this

  1. <table width="200" height="200">
  2. <tr>
  3. <td>
  4. <a href="page2.html" target="iFrm">Link to page 2</a>
  5. <br/><br/>
  6. <a href="page3.html" target="iFrm">Link to page 3</a>
  7. </td>
  8. <td>
  9. <iframe src="page2.html" width="100" height="200" name="iFrm" id="iFrm"></iframe>
  10. </td>
  11. </tr>
  12. </table>
Last edited by peter_budo; Mar 17th, 2008 at 10:31 pm. Reason: typo
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Other Threads in the Existing Scripts Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC