I have an image hosting site, and like pixhost i have too developed "Continue to the Image Option"
Like:
Code: 
http://www.pixhost.org/show/594/1754570_fktmys.jpg
it went all fine, but i have bit problems.

I want that when User click on "Continue to the Image Option" along with the image a pop up window opens.

The main part of the script i have used is:
Code: 
                            jQuery("div#js").html("<a style=\"color:blue;text-decoration:underline;cursor:pointer\" >Continue to your image</a>");
                            jQuery("div#js").show();
                            jQuery("div#web").hide();


                            jQuery("div#js a").click(function(){jQuery("div#js").hide();jQuery("div#web").show();});
I wish to add :-
Code: 
onClick='parent.bottom.location.href="a site address.com"
Please help me, where to add this thing so that it works fine for me.

Thanks
kushubham9 Reviewed by kushubham9 on . [Urgent] Help needed with "onClick=" Java script. I have an image hosting site, and like pixhost i have too developed "Continue to the Image Option" Like: http://www.pixhost.org/show/594/1754570_fktmys.jpg it went all fine, but i have bit problems. I want that when User click on "Continue to the Image Option" along with the image a pop up window opens. The main part of the script i have used is: jQuery("div#js").html("<a style=\"color:blue;text-decoration:underline;cursor:pointer\" >Continue to your Rating: 5