Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-07-03 09:31:14
- Ji31
- Member
- Registered: 2005-08-24
- Posts: 103
Problem with javascript JUST on the single page
Hi,
I wand to insert this add (the link for the preview of the code):
http://link.wordstudio.cz/problem_txp.txt
and elsewhere it’s ok. But only on the detail of the page for example here: http://blog.wordstudio.cz/clanky/tagy, there is nothing viewed, but in the code it is inserted!. Why?
Thank you
Last edited by Ji31 (2006-07-03 14:33:59)
Offline
#2 2006-07-03 16:22:18
- NyteOwl
- Member

- From: Nova Scotia, Canada
- Registered: 2005-09-24
- Posts: 539
Re: Problem with javascript JUST on the single page
Ji31 wrote:
I wand to insert this add (the link for the preview of the code): http://link.wordstudio.cz/problem_txp.txt
Where are you inserting it – I can’t find it in your page source?
Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;
Offline
#3 2006-07-03 20:48:03
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Problem with javascript JUST on the single page
Your add is indeed inserted, I can see it underneath your article on that page. Note that the insertion code you’re using on that page is different than the one you’ve posted above.
The one above:
<script type="text/javascript">
document.write('<'+'iframe width="250" height="250" frameborder="0" style="width:250;height:250;border:none" scrolling="no" src="http://ad.adfox.cz/utf/ppcbe?js=0&format=4a81f0ffffff4a81f0706c704a81f057&partner=3043&stranka='+location.href+'"><'+'/iframe>');
</script>
The one used on that page:
<script type="text/javascript">
document.write('<'+'script type="text/javascript" src="http://ad.adfox.cz/utf/ppcbe?js=1&format=4a81f0ffffff4a81f0706c704a81f071&partner=3043&stranka='+location.href+'"><'+'/script>');
</script>
:)
Offline
#4 2006-07-04 01:12:34
- NyteOwl
- Member

- From: Nova Scotia, Canada
- Registered: 2005-09-24
- Posts: 539
Re: Problem with javascript JUST on the single page
Oops – got caught in my ad blocker :)
Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;
Offline
#5 2006-07-04 08:00:51
- Ji31
- Member
- Registered: 2005-08-24
- Posts: 103
Re: Problem with javascript JUST on the single page
No – the add was down yesterday and today it’s ok. May be they have changed the generated code, I have inserted the different one.
Thanx
Offline