|
I would like to load an iframe into one of the items in pop up menu javascript.
Return to Recent Questions
Q:
Hello, I am trying out your pop up menu javascript and would like to load an iframe into
one of the menus, how can I do this?
A:
If you want to insert <iframe> object inside a pop up menu javascript item you can paste any html code into pop up menu javascript items, for example:
["item text <iframe src="link"></iframe>", link, ...]
Return to Recent Questions
Related:
|