Click here to Skip to main content
15,906,816 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
JavaScript
$.fn.colorbox({width: "347px", height: "323px", scrolling: false, iframe: false, href: "/JobInfoPopUp.aspx?id=" + event.id, onClosed: function () { $(this).fullCalendar('refetchEvents'); $(this).fullCalendar('rerenderEvents'); } });

I want this script to open in new window shall i know how to do?
i tried the below one but got error i dnt know where to place it plz help me
JavaScript
$(a[rel=external-new-window]').click(function(){
        window.open(this.href, "myWindowName", width=800, height=600;);
        return false;
    })
Posted
Updated 17-Oct-12 6:01am
v4
Comments
Sandeep Mewara 17-Oct-12 12:18pm    
What error? Please share.
dineshdena 18-Oct-12 0:08am    
Error means in that code its highlighting some parts in green and while i try to run the page is goes on loading page is not getting opened
enhzflep 29-Oct-12 16:01pm    
Yeah, well programming is a task that requires being specific.
A single missed semicolon from a single line in the Windows source-code would prevent it from building!

Your comment is really very vague, and adds nothing that could not be deduced or assumed. Please add specific information.

Add the code that fails, and the error message that accompanies it. Don't forget, we can't see your screen and have only the information on your and your situation that you've presented in this post.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900