English 中文(简体)
多目标=空白窗口,在缓冲产出时开放
原标题:Multiple target=_blank window.opens at a time buffering output

我有一个 per和 j方案。 当用户确认这一行动时,启用了一个新窗口。 我不想说它,因为每当我使用“空白点命名公约”时,我就希望有一个新窗口。 它行之有效。 然后,这个窗口从另一个过程获得产出。 虽然它正在获得投入(可以同时使用),但随后的任何窗口。 开放电话不会奏效。 “BUT”——如果我更新了括号的网页,那么我可以打开一个新窗口,我可以继续这样做,并拥有大量开放的窗口,同时把来自其他进程的缓冲输入,这正是我所希望的。 我不想让用户做复习。 我也能够等到缓冲工作完成之前,然后我可以再次接手确认书,再开另一个窗口(不需要复读)。 因此,我假定这一问题与缓冲有关。

Here is the code:

$form_action = "<form name="myform" action="all.pl" method=get onsubmit= return confirmAction();window.open("about:blank","","menubar=false, scrollbars=yes, toolbar=false");  target="_blank"> <input type=hidden name=login value=$login>";

一些网站每次都提出一个独一无二的名称,但如果我不复读,则该守则只能运作一次。

问题回答

我认为我找到了答案。 我可以向上报活动增加一只 j。 它行之有效。 这是一个地点。





相关问题
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.

热门标签