Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Tips
Sawtooth Software Home
Most popular tags
cbc
lighthouse-9
acbc
ssi-web
ssi-web-8
maxdiff
cbc-hb
javascript
grid-question
constructed-list
unverified-perl
ssi-web-7
free-format
skip-logic
alternative-specific-design
willingness-to-pay
select-question
choice-simulator
cbc-latent-class
quota-control
acbc-hb
mbc
conditional-pricing
smrt
pass-in-fields
Have an idea?
Visit
Sawtooth Software Feedback
to share your ideas on how we can improve our products.
How do I get an image to appear in a popup using SSI Web 7?
ssi-web-7
asked
Mar 10, 2014
by
Mike
Your comment on this question:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
Your solution to the original question
Please only use this to answer the original question. Otherwise please use comments.
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
You can use this pop up script format ...
[%PopUp("TEXT TO CLICK ON","LOCATION OF IMAGE",800,600)%]
Example ...
[%PopUp("click here to display image","
http://www.xyz.com/image.jpg
",800,600)%]
answered
Mar 10, 2014
by
Paul Moon
Platinum
(
98,670
points)
Is [%PopUp(...)%] available in v7 ? (the question specify Mike is using v7)
Yes it is. I used it in v7 for many years. Do a simple test like this where you test a well known website then try it on an image you have saved on your survey host ...
[%PopUp("click here","www.google.com",800,600)%]
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
...