|
|
|
| Title : |
How to open a new window, display some content inside and close it
from within the window. |
| Categories : |
Java Script |
 Boaz Yahav |
| Date : |
Jun 27th 1999 |
| Grade : |
1 of 5 (graded 1 times) |
| Viewed : |
4734 |
| File : |
No file for this code example. |
| Images : |
No Images for this code example. |
|
| Search : |
More code by Boaz Yahav |
|
| Action : |
Grade This Code Example
|
|
| Tools : |
My Examples List |
|
|
|
|
|
|
To open a new window do :
<A HREF="MyFile.html" TARGET="MyWindow" OnClick='window.open
("","MyWindow","width=XXX,height=YYY,scrollbars=yes,resizable=yes")'>Click Here</A>
This will open a new browser window with width XXX and height YYY, display MyFile.html
inside and allow scroling and resize of the window.
To close this window by a link put the next link in MyFile.html :
<A HREF='javascript: self.parent.close()'>Close MyFile</A>
berber |
|
| OverEasy - PHP generated JavaScript to do mouseovers on
your pages. Modify one file and one function does it all
for you! Categories : PHP, Java Script, HTML and PHP, MySQL | | | Form Processing : with alert Highlight field name which is not filled by user Categories : Java Script, Form Processing, Data Validation, Beginner Guides, Web Design | | | Flash Detection Script with loads of features Categories : Java Script, Flash | | | Building dynamic menus with PHP & MySQL (ADO), JavaScript and CSS Categories : PHP, Databases, MySQL, Java Script, User Interface | | | A ball is attached to your mouse cursor with an elastic cord! Categories : Java Script, DHTML, Graphics | | | This PHP function creates dropdown select lists for time and date that you can change, outputs a 14 char MySQL timestamp in a text field Categories : PHP, MySQL, Java Script, HTML and PHP | | | Bypassing Plugin / FLASH Activation Categories : Java Script, Web Browsers, Security, Flash | | | Mordern Peroidic Table - Science Categories : Java Script, HTML, Charts and Graphs | | | How to create <SELECT> menues that change on the fly according to other <SELECT> menues on the page? Categories : Java Script, HTML | | | javascript doesn't accept a fieldname with [] Categories : Java Script | | | ezRemoteScripter - A little remote scripting (AJAX) helper Categories : PHP, Java Script, AJAX | | | Newbie Notes #9 - Hyperlinking a post Categories : PHP, Java Script, HTML and PHP, Beginner Guides | | | Javascript Color Picker Categories : Java Script, Colors, HTML | | | enhanced date picker with jcript checking for a dynamic date input Categories : PHP, Java Script, Date Time, Calendar, Arrays | | | Simple Javascript CSS Digital Clock Categories : Java Script, Date Time, CSS, Beginner Guides, Web Design | |
| |
| |
|