Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

HTML code in side panel

Asked Modified Viewed 4,505 times
R
raptor2005
R
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
asked
Junior Member

Yo guys, need help with inserting a server monitor on my site.

here is the code

<a href="http://www.gametracker.com/server_info/85.230.154.170:27015/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/85.230.154.170:27015/b_160x400_T0_CFFFFFF-C5C5C5-FFFFFF-000000_F-1-2.png" border="0" width="160" height="364" /></a>



Here is the side panel code:

openside("name"wink;
echo "content";
closeside();

where should I put my code?
Edited by raptor2005 on 04-02-2009 18:58,
0 replies

3 posts

A
afaaro
A
afaaro 10
  • Senior Member, joined since
  • Contributed 295 posts on the community forums.
  • Started 68 threads in the forums
answered
Senior Member


openside("server monitor ");
echo "<a href='http://www.gametracker.com/server_info/85.230.154.170:27015/' target='_blank'><img src='http://cache.www.gametracker.com/server_info/85.230.154.170:27015/b_160x400_T0_CFFFFFF-C5C5C5-FFFFFF-000000_F-1-2.png' border='0' width='160' height='364' /></a>";
closeside();
0 replies
R
raptor2005
R
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

Omg, i dont know what you did mate, but I did exact the same thing and it didnt work. But now it does, thank you so much
0 replies
Y
ytterx
Y
ytterx 10
YtterX
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 1 thread in the forums
answered
Member

you probably did not keep trac of the quotes. the echo starts with an " so an " wil end the echo a ' won't
Edited by ytterx on 04-02-2009 21:13,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet