English 中文(简体)
javascript fancey popupdowexternal page
原标题:javascript fancey popup window external page

我将不履行开放人口窗口的职能。 在实施方言箱和灯箱的过程中,我没有成功。 我的网页上链接和内容是通过联合材料和项目组合制作的。 它编制了一份附有结果的表格,每个结果都与了解所有细节有关。 我无法执行“奇金”方案,无法为此提供任何帮助。 在这里,我要开一个新ancy的pop头——“&”;不要翻一页或tab! 因此,应当取代风.。 任何想法?

    function showCourse(code)
{
    //alert(1)
    $.ajax({
        async:false,
        type: "POST",
        url:  formPostsUser.php?reqtype=getCourse ,
        data: coursecode= + code,
        success: function(data) 
        {
            window.open (url,"mywindow","menubar=1,resizable=1,width=350,height=250");
        }
    });

}

Thanks for any hints Alex

问题回答

你们不能不敢肯定的是,它会打成一个表,但大多数浏览器都承认有血缘和高血缘的人群。 如果目标“Mwindow”已经达到,窗户就应当开工。 你们是否试图瞄准——空白点?

[EDIT] A lightbox effect isn t that difficult to implement. In your success function simply create an empty div that will serve as your lightbox. Then add the received data in the div and show your lightbox using an effect.

success: function(data)
{   
    $( body ).add( div#lightbox )
             .append(data)
             .animate({width: "350px", height:"250px"}, 1500);
}

Simply hide by default the lightbox div then change its style using the animate function or any other effect jQuery has. And you ll also have to style the div to be located where you want (absolute/static).





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签