Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
jderouen
Joined: Jul 13, 2005
# Posts: 2
|
Posted: 2005-Jul-13 22:44
I want to use an Amazon affiliate link on my site, but want it to open up into it's own window and not replace my website window. Is there any way to do this? Here's the current code:
[code]<iframe src="http://rcm.amazon.com/e/cm?t=sparkynet&o=1&p=8&l=bn1&mode=dvd&browse=163431&fc1=&=1&lc1=<1=&f=ifr&bg1=&f=ifr" marginwidth="0" marginheight="0" width="120" height="240" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>[code]
Any help would be appreciated!
Thanks,
Joe DeRouen
|
 |
david68
Joined: May 16, 2005
# Posts: 144
|
Posted: 2005-Jul-14 13:44
<iframe name="windowname" ...etc...>
<a href="link" target="windowname">
Any clicks to that link go to that window. If windowname doesn't exist it opens a new browser window/page.
Also:
Target Description
_blank Loads the linked document into a new blank window. This window is not named.
_parent Loads the linked document into the immediate parent of the document the link is in.
_search Loads the linked document into the browser's search pane. Available in Internet Explorer 5 or later.
_self Loads the linked document into the same window the link was clicked in (the active window).
_top Loads the linked document into the topmost window.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|