JP4594726B2 - ブラウザに依存しないポップアップ・ウィンドウ - Google Patents
ブラウザに依存しないポップアップ・ウィンドウ Download PDFInfo
- Publication number
- JP4594726B2 JP4594726B2 JP2004502141A JP2004502141A JP4594726B2 JP 4594726 B2 JP4594726 B2 JP 4594726B2 JP 2004502141 A JP2004502141 A JP 2004502141A JP 2004502141 A JP2004502141 A JP 2004502141A JP 4594726 B2 JP4594726 B2 JP 4594726B2
- Authority
- JP
- Japan
- Prior art keywords
- content
- link
- pop
- file
- definition
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
- 238000011161 development Methods 0.000 claims description 20
- 230000006870 function Effects 0.000 claims description 13
- 238000000034 method Methods 0.000 claims description 12
- 230000002452 interceptive effect Effects 0.000 description 13
- 238000012805 post-processing Methods 0.000 description 3
- 238000004590 computer program Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 239000000463 material Substances 0.000 description 2
- 230000007246 mechanism Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000008569 process Effects 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 238000013459 approach Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 239000012634 fragment Substances 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
- G06F9/453—Help systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/14—Digital output to display device ; Cooperation and interconnection of the display device with other functional units
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Mathematical Physics (AREA)
- User Interface Of Digital Computer (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
Description
a)HTML(HyperText Markup Language)出力ファイル18およびHTMLコンテンツ・ファイル20。このようなHTMLファイルは、さらに詳細に後述する対話式ヘルプ・ウィンドウを作成する際に使用する。
b)PDF(Postscript Display File)ファイル22。ユーザ・マニュアルおよび他の印刷物、ならびに電子的にアクセス可能な文書を作成するために使用する。
c)RTF(Rich Text Format)ファイル24。一般的なワード・プロセッシング・プログラムなどのリーダによってアクセスするファイルを作成するために使用する。
d)PS(PostScript)ファイル26。プリンタ対応文書(printer-readymaterial)用に使用する。
<LLINKEND="popup_TOC_admin_guide">Administration Guide</L>
function pop_up(path) {
var parameters = "left=" +(screen.width/2) +
"top=50,toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=yes,width="+ ((screen.width/2)-50) + ",height=" + (screen.height-200) +"";
newWindow =window.open(path,'name',parameters);
return true;
} //end pop-up
Claims (5)
- 開発ツールと、コンピュータ・システム用のポップアップ・ウィンドウを作成するための実施手段との組み合わせを含むシステムにおいて、
前記システムは、
前記開発ツールがSGMLまたはXMLから選択されたフォーマットを有する入力定義データのセットを受け入れ、前記入力定義データがリンク定義データおよびコンテンツ定義データを含み、前記開発ツールの出力が中間リンク定義データおよび中間コンテンツ定義データを含み、前記中間リンク定義データが前記中間コンテンツ定義データ内のコンテンツを参照する少なくとも1つのリンクを含み、前記少なくとも1つのリンクがポップアップ・リンクとして指定され、
前記実施手段が、
前記コンテンツへの参照を伴ってポップアップ手段のコードを参照するように前記中間リンク定義データ内の前記ポップアップ・リンクを修正するための手段と、
前記中間コンテンツ定義データ内の参照されたコンテンツを表示するポップアップ・ウィンドウを開くためのポップアップ手段のコードを含むように前記中間リンク定義データを修正するための手段と
を含み、
前記実施手段が、前記中間コンテンツ定義データ及び修正された前記中間リンク定義データより、ブラウザが可読なフォーマット・データを出力する、システム。 - 前記ポップアップ手段のコードが呼出し可能ルーチンであり、前記参照されたコンテンツが前記ルーチン用のパラメータによって示される、請求項1に記載のシステム。
- 前記実施手段が前記開発ツール内に実装される、請求項1または2に記載のシステム。
- 前記ポップアップ手段のコードがJavaScriptの関数定義であり、ポップアップされるコンテンツを識別するためのパラメータを参照として要求する、請求項1ないし3のいずれかに記載のシステム。
- コンピュータによってコンピュータ・システム用のポップアップ・ウィンドウを作成するための方法であって、
多数のコンピュータ・マークアップ言語フォーマットから選択されたフォーマットを有し、リンク定義ファイルおよびコンテンツ定義ファイルを含む定義ファイルのセットを受け入れるステップと、
前記コンテンツ定義ファイルに基づいて中間コンテンツ定義ファイルを作成し、前記リンク定義ファイルに基づいて中間リンク定義ファイルを作成するステップであって、前記中間リンク定義ファイルは、前記中間コンテンツ定義ファイル内のコンテンツを参照する少なくとも1つのリンクを含み、前記少なくとも1つのリンクがポップアップ・リンクとして指定される前記ステップと、
前記中間コンテンツ定義ファイル内の参照されたコンテンツを表示するポップアップ・ウィンドウを開くためのポップアップ方法を含むように前記中間リンク定義ファイルを修正するステップと、
前記コンテンツへの参照を伴って前記ポップアップ方法を参照するように前記中間リンク定義ファイル内の前記ポップアップ・リンクを修正するステップと、
前記中間コンテンツ定義ファイル及び修正された前記中間リンク定義ファイルよりブラウザが可読なフォーマットのファイルを出力するステップとを含む、
方法。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CA002384183A CA2384183A1 (en) | 2002-04-29 | 2002-04-29 | Browser-independent pop-up windows |
PCT/GB2003/001616 WO2003093986A2 (en) | 2002-04-29 | 2003-04-15 | A development tool for generating browser-independent pop-up windows |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2005530222A JP2005530222A (ja) | 2005-10-06 |
JP4594726B2 true JP4594726B2 (ja) | 2010-12-08 |
Family
ID=29275930
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004502141A Expired - Fee Related JP4594726B2 (ja) | 2002-04-29 | 2003-04-15 | ブラウザに依存しないポップアップ・ウィンドウ |
Country Status (7)
Country | Link |
---|---|
US (1) | US20050183076A1 (ja) |
JP (1) | JP4594726B2 (ja) |
KR (1) | KR100745530B1 (ja) |
CN (1) | CN1650261A (ja) |
AU (1) | AU2003219338A1 (ja) |
CA (1) | CA2384183A1 (ja) |
WO (1) | WO2003093986A2 (ja) |
Families Citing this family (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040210536A1 (en) * | 2002-12-18 | 2004-10-21 | Tino Gudelj | Cross-domain transactions through simulated pop-ups |
US7335106B2 (en) | 2003-10-20 | 2008-02-26 | Las Vegas Gaming, Inc. | Closed-loop system for displaying promotional events and granting awards for electronic video games |
US9564004B2 (en) | 2003-10-20 | 2017-02-07 | Igt | Closed-loop system for providing additional event participation to electronic video game customers |
US9582963B2 (en) | 2003-10-20 | 2017-02-28 | Tipping Point Group, Llc | Method and system for gaming machine accounting |
US10127765B1 (en) | 2003-10-20 | 2018-11-13 | Tipping Point Group, Llc | Gaming machine having secondary gaming controller with proxy configuration |
US8512144B2 (en) | 2003-10-20 | 2013-08-20 | Tipping Point Group, Llc | Method and apparatus for providing secondary gaming machine functionality |
EP1544755A1 (de) * | 2003-12-16 | 2005-06-22 | Quelle Aktiengesellschaft | Verfahren zum Übertragen von Informationen |
US20050282614A1 (en) * | 2004-06-17 | 2005-12-22 | Atronic International Gmbh | Gaming machine providing pop-up advertising |
US9613491B2 (en) | 2004-12-16 | 2017-04-04 | Igt | Video gaming device having a system and method for completing wagers and purchases during the cash out process |
GB0500415D0 (en) * | 2005-01-10 | 2005-02-16 | Nokia Corp | Transmitting information using multiple carriers |
US8584147B2 (en) * | 2006-12-21 | 2013-11-12 | Microsoft Corporation | Managed execution environment for software application interfacing |
US20090254881A1 (en) * | 2008-04-04 | 2009-10-08 | Microsoft Corporation | Code generation techniques for administrative tasks |
US8529328B2 (en) | 2011-03-14 | 2013-09-10 | Elis Rocco Tarantino | Gaming devices with dedicated player RNG and time share features |
CN102843394B (zh) * | 2011-06-22 | 2015-12-09 | 腾讯科技(深圳)有限公司 | 网络应用的框架装置及运行方法 |
US12020533B2 (en) | 2014-01-07 | 2024-06-25 | Vulcan Gaming Llc | Gaming machine having secondary gaming controller and primary and secondary credit balances |
CN105242821A (zh) * | 2014-07-07 | 2016-01-13 | 北京畅游天下网络技术有限公司 | 实现弹出窗口的自由移动的方法 |
US9916735B2 (en) | 2015-07-22 | 2018-03-13 | Igt | Remote gaming cash voucher printing system |
KR102106098B1 (ko) | 2016-07-28 | 2020-04-29 | 주식회사 케이티 | 도움말 제공 장치 및 방법 |
US10725838B2 (en) * | 2017-03-29 | 2020-07-28 | Microsoft Technology Licensing, Llc | Application startup control |
US11263030B2 (en) * | 2020-06-11 | 2022-03-01 | Atlassian Pty Ltd. | Dynamically guided document interaction |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5546521A (en) * | 1991-10-15 | 1996-08-13 | International Business Machines Corporation | Dynamic presentation of contextual help and status information |
US5542024A (en) * | 1992-07-09 | 1996-07-30 | Johnson & Johnson | Graphically used expert system tool background of the invention |
US6373502B1 (en) * | 1996-07-01 | 2002-04-16 | Sun Microsystems, Inc. | Method and apparatus for facilitating popup links in a hypertext-enabled computer system |
US5909679A (en) * | 1996-11-08 | 1999-06-01 | At&T Corp | Knowledge-based moderator for electronic mail help lists |
US6915271B1 (en) * | 1998-03-11 | 2005-07-05 | The Product Engine, Inc. | Method and system for delivering redeeming dynamically and adaptively characterized promotional incentives on a computer network |
KR100289053B1 (ko) * | 1998-12-05 | 2001-05-02 | 정선종 | 문서 관리 시스템을 위한 구조화된 문서의 데이터베이스 저장및 복원방법 및 그 장치 |
US6236989B1 (en) * | 1998-12-11 | 2001-05-22 | International Business Machines Corporation | Network-based help architecture |
KR20010074623A (ko) * | 2001-06-30 | 2001-08-04 | 윤태철 | 팝업 윈도우 기법을 이용한 인터넷상에서의 광고 시스템및 그를 이용한 광고 방법 |
-
2002
- 2002-04-29 CA CA002384183A patent/CA2384183A1/en not_active Abandoned
-
2003
- 2003-04-15 WO PCT/GB2003/001616 patent/WO2003093986A2/en active Application Filing
- 2003-04-15 US US10/507,052 patent/US20050183076A1/en not_active Abandoned
- 2003-04-15 KR KR1020047015209A patent/KR100745530B1/ko not_active IP Right Cessation
- 2003-04-15 JP JP2004502141A patent/JP4594726B2/ja not_active Expired - Fee Related
- 2003-04-15 AU AU2003219338A patent/AU2003219338A1/en not_active Abandoned
- 2003-04-15 CN CNA038095106A patent/CN1650261A/zh active Pending
Also Published As
Publication number | Publication date |
---|---|
CA2384183A1 (en) | 2003-10-29 |
CN1650261A (zh) | 2005-08-03 |
KR100745530B1 (ko) | 2007-08-03 |
US20050183076A1 (en) | 2005-08-18 |
AU2003219338A1 (en) | 2003-11-17 |
JP2005530222A (ja) | 2005-10-06 |
KR20050002895A (ko) | 2005-01-10 |
WO2003093986A2 (en) | 2003-11-13 |
AU2003219338A8 (en) | 2003-11-17 |
WO2003093986A3 (en) | 2004-02-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4594726B2 (ja) | ブラウザに依存しないポップアップ・ウィンドウ | |
US8484553B2 (en) | System and method for defining specifications for outputting content in multiple formats | |
US7100150B2 (en) | Method and apparatus for testing embedded examples in GUI documentation | |
US9081463B2 (en) | Systems and methods for run-time editing of a web page | |
US6988240B2 (en) | Methods and apparatus for low overhead enhancement of web page and markup language presentations | |
US7992088B2 (en) | Method and system for copy and paste technology for stylesheet editing | |
US20060224553A1 (en) | Method and system for generating an auto-completion list for a cascading style sheet selector | |
US20090070747A1 (en) | System for Adding Code Commentary to Source Code During Software Debugging | |
US20090204883A1 (en) | Method, Program and System for the Dynamic, Template-Based Generation of Internet Pages | |
WO2000029964A1 (en) | Software language translation system and method | |
US20040205571A1 (en) | Method and system for stylesheet-centric editing | |
EP1526448B1 (en) | Method and computer system for document authoring | |
US20080301540A1 (en) | Displaying the Same Document in Different Contexts | |
JPH1083289A (ja) | プログラミング・エイド | |
US20070028164A1 (en) | Computer readable storage medium and document processing method | |
US8862976B1 (en) | Methods and systems for diagnosing document formatting errors | |
EP0701202A1 (en) | Graphical user interface for a computer system | |
Gross | Internationalization and localization of software | |
Vitali et al. | Extending HTML in a principled way with displets | |
US20040205469A1 (en) | Method for processing a rule using computer-independent program instructions and computer for use therewith | |
US20040205544A1 (en) | Inline error highlighting | |
US8010563B2 (en) | Computer program product and computing system for information organization using markup languages | |
US7020683B2 (en) | Method, server and system for dynamic server application adjustment | |
US20060130027A1 (en) | Data processing system and method | |
Guetari | XML as a dynamic UI and database access customization mean |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20070419 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20070424 |
|
RD12 | Notification of acceptance of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7432 Effective date: 20070523 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20070523 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20070704 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20070814 |
|
RD14 | Notification of resignation of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7434 Effective date: 20070914 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20071108 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20071213 |
|
A912 | Re-examination (zenchi) completed and case transferred to appeal board |
Free format text: JAPANESE INTERMEDIATE CODE: A912 Effective date: 20080201 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100824 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20100917 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130924 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |