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?

panel

Locked Asked Modified Viewed 1,936 times
B
bertrams
B
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
asked
Junior Member

How can I make a link in a new pannel

openside("name");
echo ".............LINK...............";
closeside();


Who can help me.
0 replies

5 posts

S
SiteMaster
S
If i have touched it, it's W3C Valid
  • Senior Member, joined since
  • Contributed 305 posts on the community forums.
  • Started 15 threads in the forums
answered
Senior Member

Quote

bertrams wrote:
How can I make a link in a new pannel

openside("name");
echo ".............LINK...............";
closeside();


Who can help me.


use the code tags when poasing code
openside("name");
  echo ".............LINK...............";
closeside();


think this thread belongs on the MODs site

but try this
openside("name");
  echo "<a href='www.google.com'>Google</a>";
closeside();
0 replies
B
bertrams
B
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

is it also possible to open the link in an new window
and is it also possible too put a picture in it as a link

thanks
0 replies
S
SiteMaster
S
If i have touched it, it's W3C Valid
  • Senior Member, joined since
  • Contributed 305 posts on the community forums.
  • Started 15 threads in the forums
answered
Senior Member

openside("name");
  echo "<a href='www.google.com' target='_blank'><img src='path_to_image' border='0' /></a>";
closeside();
0 replies
B
bertrams
B
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

thx
0 replies
H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

For reference. we have an article published HERE about Panels and their usage. Search and read before asking about stuff that is already documented.

Locked.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 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