opening a page in a new window:
<a href="www.google.com"
target="_blank">www.google.com</a>
Hi, I forgot how to name a pop-up window. anybody know how?
opening a page in a new window:
<a href="www.google.com"
target="_blank">www.google.com</a>
Hi, I forgot how to name a pop-up window. anybody know how?
//\\ //\\// || //\\//\\ //\\ ||_
SOFTWARE
I usually just stand there and say:
You're Fred!
or:
You're Alice!
Doesn't seem to work though. I don't think you can do that in HTML. There are ways to do it in javascript. The most common is using the name field when creating a new window:
Even more access to and control of the new window can be achieved if you equate it with a variable when you create it:Code:window.open('somepage.htm','somename','height=300, width=200')
Code:var myWin=window.open('somepage.htm','somename','height=300, width=200')
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Maybe you should hold a naming ceremony.
"I dub thee Johnny!"
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks