popup window, modal or other?
I was asked by a friend to redo his website for him. On this page or references a popup window opens, when you click on one of the logos, with an image with the reference letter.
The old site was html 4 and now I have it almost all set and ready to have him use in html5 responsive. What is the best option for me to use? and to make sure that it's also going to be mobile ready?
This is in the header now
Code:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=675,height=465,left = 110,top = 45');");
}
// End -->
</script>
this is the html code for each logo
Code:
<a href="javascript:popUp('ltrs/isleta.htm')"><img src="photos/logo/isleta.jpg" alt="Isleta Casino & Resort" width="229" height="75" border=0></a>
http://www.pscompetitiveedge.com/ltrs/isleta.htm is where the image reference letter is located for the popup window.