rejetto forum

how to make a new page to be redirected from the site

0 Members and 1 Guest are viewing this topic.

Offline DjNelutzu

  • Occasional poster
  • *
    • Posts: 24
    • View Profile
how to make a new page to be redirected from the site,example admin panel but the page will open in a popup window


page that I want to create is for emoticons in shoutbox


please help


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
the easiest way is to add the "target" attribute to tag "a".
<a href='emoticons.html' target='emoticons'>see emoticons</a>


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
This will make a popup window.

Code: [Select]
<a href="javascript:void(0);" onclick="window.open('LOCATION','NAME','width=640,height=480,left=100,top=100,scrollbars=1,resizable=1');">
   OPEN POP-UP WINDOW
</a>
« Last Edit: September 03, 2010, 04:19:51 AM by TSG »