• 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: Popup window doesn't work on IE but work on FF

Popup window doesn't work on IE but work on FF 16 years 6 days ago #2721

Hi,

I just purchased RSForm. I think it's great (that's why I bought) except the popup window doesn't work. I have a form with Terms and Conditions as one of the fields and I want the that specific field title has a link so that when my users click on Terms and Conditions field title, it will popup a new window. So far from the forum I found this onclick=window.open('http://linktomyterms','Terms','width=700,height=400,resizable,scrollbars'); but I don't like that idea since my users have to click the field box instead of the field title. So I put this in field style for that specific field.

<a href=\"http://path/to/file/terms.html\", target=\"_blank\">{fieldtitle}{validationsign}</a>

But it only works in FF not in IE. I want to have it work for both. What's the solution?

Second: How if I want to make 2 page form? Can RSForm do this?

Thanks in advance
The administrator has disabled public write access.

Re:Popup window doesn't work on IE but work on FF 16 years 6 days ago #2722

  • richiep
  • richiep's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 131
Not sure if it's your problem but you have an html syntax error.

You have a comma where you shouldn't, it should read

<a href=\"http://path/to/file/terms.html\" target=\"_blank\">{fieldtitle}{validationsign}</a>

Hope this helps

Richiep
The administrator has disabled public write access.

Re:Popup window doesn't work on IE but work on FF 16 years 6 days ago #2725

Sorry, my bad, typo error. I meant the one without comma. It still doesn't work on IE but works on FF. Not sure where else should I put this command at. Does anyone ever try this and succeed?
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!