Hey I was wondering if anyone knows how to make my cutenews open the show full story link to open in the main Iframe on my website... I have seen other sites do it anyone that knows how please tell me =] Thanks. :)
Printable View
Hey I was wondering if anyone knows how to make my cutenews open the show full story link to open in the main Iframe on my website... I have seen other sites do it anyone that knows how please tell me =] Thanks. :)
Make sure the target is left blank as apposed to _blank
thats just going to make it open in a pop up..?
Open inc/shows.inc.php
Find the code for [link] I think it is?
Then just add target="iframename" to the <a href="">
Change it so its
target=""> instead of <target="_blank">
Dude he wants it to open in an iframe. Just doing target="" will do nothing.
You need the iframe name "/
I thought he was saying it is already in the iframe so he wouldnt need a target
when I add that I get the message Parse error: syntax error, unexpected T_STRING in /home/habbokp/public_html/news/inc/shows.inc.php on line 692
you need to add '\' 's before any "
Its now saying:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/habbokp/public_html/news/inc/shows.inc.php on line 692
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/habbokp/public_html/news/inc/shows.inc.php on line 692