Dear all
Could anyone help me on this?
- I have a multiple lines form where each record contains a field I would like each time the user click on it a popup window should be opened and show an image/url using the field content as a parameter. Just to give you an example:
Field content = A49
when I click on it a popup window should be addressed to “http://www.lmgtfy.com/?q=” + field content
so the final result should be “http://www.lmgtfy.com/?q=A49”
How can I do that?
I’ve tried with Javascript and AJAX onclick events but do not know how to pass the field content as a parameter to window.open function
thanks