Hi, i have an issue with html pop-ups. I have a page and it has a few buttons with different headings, i would like the user to click on a button and it opens a small html pop-up with some text and maybe a photo.
This is the coding i have.
on (release) {
getURL(“javascript:newWindow=window.open(‘consulting.htm’,'popper1′,‘width=500,height=300’);
newWindow.focus(); void(0);”);
}
If someone can help me out that would be greatly appreciated.
Thank you,