[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 03-11-2005, 09:02 PM   #1 (permalink)
First Time Poster!
 
Join Date: Mar 2005
Posts: 1
2.00 NP$ (Donate)

Xekojm is an unknown quantity at this point


Iframes

how do I have a link outside of an iframe change the content of that iframe

i have the link in java and the iframe in html, if that means anything...
Xekojm is offline  
Old 03-11-2005, 09:22 PM   #2 (permalink)
Account Closed
 
axilant's Avatar
 
Join Date: May 2004
Location: /etc/passwd
Posts: 2,194
0.00 NP$ (Donate)

axilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to behold


Code:
<a href="content.php" target="iframe">load in iframe!</a>
<iframe name="iframe" src="index.php"></iframe>
notice the "target" in the a href, and iframe has the tag "name"

hope this helps
axilant is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IFrames & Anchors designMorgue Web Design Discussion 3 09-02-2004 08:04 PM
javascript link for multiple iframes onlymu Programming 0 07-06-2004 01:04 PM
iframes question lawtalker Programming 5 05-31-2004 09:24 AM
Text Box Problem bluey21 Web Design Discussion 9 04-19-2004 05:51 AM
need help w/ iframes!! Emily Programming 1 02-10-2004 11:23 AM

Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 05:12 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85