• 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: Terms & Conditions Code NOTHING HAPPENS?

Terms & Conditions Code NOTHING HAPPENS? 16 years 9 months ago #5039

  • malloy0
  • malloy0's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
Hi,

I search on Terms to see if there may be a solution for allowing folks filling out forms to \"vew\" the T&Cs as part of completing the form BEFORE clinking Submit to proceed.

Searching the Forum, I found this...

onclick=window.open('http://linktomyterms','Terms','width=700,height=400,resizable,scrollbars');

And modified it for my use to this

onclick=window.open('www.myccvc.com/','Go','width=700,height=...resizable,scrollbars');

But when I click on the 'Go' (I assume this is supposed ot be the name of the button, or the label), but nothing happens.

Ultimately I want to link to a PDF file like this www.myccvc.com/PDF/Terms.pdf

Any ideas?

This code above is in the \"additional attributes\" box.

Thanks,

Mike
The administrator has disabled public write access.

Re:Terms & Conditions Code NOTHING HAPPENS? 16 years 9 months ago #5051

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Hello,

Maybe you need double quotes:
onclick=\"window.open('http://www.myccvc.com/','Go','width=700,height=400,resizable,scrollbars');\"

However, linking to a PDF file will only open a blank window and start the download; it depends on the visitor's configuration if he can view it in his browser window.<br><br>Post edited by: strafe, at: 2008/10/13 14:44
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
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!