Hi,
Okasy..this is stupid..But I'll have to rely on this board to get my help.
I've tried contacting CJ's support, but to no avail.
I have smartzones on my site. But I just need to make the links open in a new window. Is there a way I can let the links open in a new window?
Thanks for your help
Serial Publisher
Look in the base code for the link, and insert "target = "_new"
Chris
erm..
the code they gave me was in javascript.
l;ike
<script language="JavaScript" src="XX"><?script>
any ideas
Most banner ad companies don't allow opening the links in a new window. Probably CJ.com don't wants you too either.
Christophe
------------------
Freesources.net - the ultimate webmaster resources site
WebmasterCJ design - opening new worlds for small prices
Visit the SitePoint Chat !!!
At the top of your page, put <base target="_new"> and in all your internal links put target="_top"
then any link that doesn't say target ="_top" should open in a new window.
------------------
Martin Kretzmann
Plebius Press - A progressive perspective ... "Insert favorite quote here"
We have hosted and perl scripts too!
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote /font><HR>Originally posted by LuZeR:
At the top of your page, put <base target="_new"> and in all your internal links put target="_top"
then any link that doesn't say target ="_top" should open in a new window.
<HR></BLOCKQUOTE>
A javascript won't respond to that so it won't work.
Christophe
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote /font><HR>Originally posted by freesources:
A javascript won't respond to that so it won't work.
Christophe <HR></BLOCKQUOTE>
Actually it does on my browser (NS4.7)
Try this code. The links will open in a new window.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">code /font><HR><pre>
<base target="_blank">
<html>
<head>
<title>Blah</title>
</head>
<body>
<script src="http://www.plebius.org/data/remote.js">
</script>
</body></html>
[/code]
------------------
Martin Kretzmann
Plebius Press - A progressive perspective ... "Insert favorite quote here"
We have hosted and perl scripts too!
I'll try as you said.
Thanks guys
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks