Thank you so much for helping me but when I added this in the
Footer template, I just got a runtime error asking me if I would like to 'debug'...
Am I supposed to place that code anywhere special?
Quote:
Originally posted by p0s3id0n
@zootsuit : I'll have a look on the changes you have to make
for the shoutbox to be in a popup .
[edit]here we are ...
i think that, for the shoutbox to be in a popup, you just have
to add, on the footer, for example, something like :
Code:
<center><a href="javascript:window.open('shoutbox.php','left=100,top=100,height=130,width=150,scrollbars=0,status=0, location=0,resizable=0,menubar=0');">Shoutbox popup</a></center>
Don't forget to get rid of the space between java and script .
I cant remember if the top bar is included in the size of a popup
or if the size is the internal size so you will maybe have to change
the height parameter ...
Tell me if it fits [/edit]
|