Groovy script - iFrame - URL

1
+1
-1

Hi everyone,

I want to include another web page in my form. I think I need to use an iFrame but it doesn't work. I didn't find something in the documentation about that. I entered the URL of the iFrame : “http://www.google.com“ .. doesn't work I entered the URL of the iFrame via a groovy script in returning an URL : import java.net.URL;

def webpage = new URL('http://www.google.com'); return webpage;

Do you have a groovy script working? Thanks,

Pauline

Comments

Submitted by miloparragonzalez on Mon, 04/09/2018 - 17:43

Note: google, youtube have an killframe.

can you solve this???

1 answer

1
0
-1

can you solve this??

Notifications