• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Windows pop up

Windows pop up 15 years 1 month ago #6633

Hello how do I configure an item in a windows pop up with code -- onclick = "window.open ( 'popup.html','',' width = 700, height = 400')";--
I tried to enter URL of the page, but returns error page not found ... Thanks
The administrator has disabled public write access.

Re:Windows pop up 15 years 1 month ago #6635

  • bogdan
  • bogdan's Avatar
  • NOW ONLINE
  • RSJoomla! Official Staff
  • Posts: 122
  • Thank you received: 4
Hello , try this
<a href="index.php?option=OPTION"  onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;">TEXT</a>

Replace OPTION with your component.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here

RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!