Question : Pop-up window

I have a Javascript code for pop-up windows to appear when an image is clicked.  I am getting the same pop-up window when I click on both images, when it should be two separate pop-up windows.
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:

	
	
				
				
			  

Jeff Adkinson

President

 

[email protected]

Open in New Window Select All

Answer : Pop-up window

Change the id PopUp to PopUp0 in the second anchor tag:

onclick="document.getElementById('PopUp0').style.display = 'block' "
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:

        
        
                                
                                
                          

Jeff Adkinson

President

[email protected]

Open in New Window Select All
Random Solutions  
 
programming4us programming4us