educational

Setting New Window Properties

I received several emails last week in response to my Cluster of Consoles tutorial. Most echoed a similar theme, reflecting a desire to know more about how to specify a new window's (console) properties, a process which I will explore in detail below:

Using JavaScript to open a new window allows you to specify the new window's "properties." These properties not only include the size, shape, and position of the window, but whether or not the window displays toolbars, scrollbars, or a status bar; as well as several other features.

Many newbies frustrate themselves trying to alter their current window's properties by calling a "_top", "_parent", or "_self" tag with the "opener" code, but the unfortunate fact remains that a new window is required if you want it to assume specified properties.

If you want, you can learn much more about window properties from this tutorial, but for our purposes, window properties may be easily defined. For an example of relevant syntax, study the following event code:

window.open
('https://www.yoursite.com', '_blank',
'resizable=no,scrollbars=no,
toolbar=no,location=no,
directories=no,status=no,
menubar=no');

While the above statements appear on individual lines for clarity, for the script to be properly executed, these statements must appear as one continuous line of code.

All of the defined parameters are quite self-explanatory: First, window.open is the command to open a new window. The location (URL) of the new document is given, followed by the "name" of the window you wish to load this document into. This will usually be '_blank' to reference a new browser window. (Back Button Redirects are one exception, specifying '_self' in order to load the document into the current window. When doing this, you cannot specify other attributes; as your window retains its original configuration.)

Next follows the actual window properties. Specify either "yes" or "no" to make your selections. Setting everything to "no" makes for a typical "console window," but you may for instance wish to activate the status bar in order to show hyperlink OnMouseOver info.

Two additional parameters are height=XXX and width=XXX, with "XXX" being replaced by the desired value in pixels. These are useful if you know the actual dimensions of your document. This is not always as easy as it seems (unless you are using a set graphic size for a console), and can result in only a partial view of a document in a window without scrollbars!

The easiest way for you to evaluate how changing these basic options will affect the functionality and appearance of your console is through experimentation. Construct a simple web page to launch your consoles, and then see how modifying the various script parameters will change things. Test your code across as many browsers as possible, and find something that works for you. Don't be afraid to experiment with your scripts: you never know what you'll discover!

Copyright © 2025 Adnet Media. All Rights Reserved. XBIZ is a trademark of Adnet Media.
Reproduction in whole or in part in any form or medium without express written permission is prohibited.

More Articles

opinion

Breaking Down HB 805 and How it Affects the Adult Industry

North Carolina House Bill 805 was enacted July 29, after the state legislature overrode Governor Josh Stein’s veto. The provisions that relate to the adult industry, imposing requirements for age verification, consent and content removal, are scheduled to become effective Dec. 1. Platforms have until then to update their policies and systems to comply with the new regulations.

Corey D. Silverstein ·
opinion

Staying Compliant With Payment Standards Across Europe and Australia

So, you’ve got your eye on international growth. Smart move. No matter where adult-industry merchants operate, however, one requirement remains consistent: regulatory compliance. This isn’t just a legal checkbox — it’s a critical component of keeping payments flowing and business operations intact.

Jonathan Corona ·
opinion

How to Avoid Copyright Pitfalls When Using Music in Adult Content

When creating an adult video, bringing your vision to life often means assembling just the right ingredients — including the right music. However, adding music to adult content can raise complex legal and ethical issues.

Lawrence G. Walters ·
opinion

New Visa Rules Adult Merchants Need to Know

In December 2024, I shared an update on the upcoming rollout of Visa’s Acquirer Monitoring Program, also known as VAMP. The final version went into effect in June, and enforcement will begin in October. With just a month to go, now is the time to review what’s changing and how to stay compliant.

Cathy Beardsley ·
opinion

WIA Profile: Lainie Speiser

With her fiery red hair and a laugh that practically hugs you, Lainie Speiser is impossible to miss. Having repped some of adult’s biggest stars during her 30-plus years in the business, the veteran publicist is also a treasure trove of tales dating back to the days when print was king and social media not even a glimmer in the industry’s eye.

Women in Adult ·
opinion

Fighting Back Against AI-Fueled Fake Takedown Notices

The digital landscape is increasingly being shaped by artificial intelligence, and while AI offers immense potential, it’s also being weaponized. One disturbing trend that directly impacts adult businesses is AI-powered “DMCA takedown services” generating a flood of fraudulent Digital Millennium Copyright Act (DMCA) notices.

Corey D. Silverstein ·
opinion

Building Seamless Checkout Flows for High-Risk Merchants

For high-risk merchants such as adult businesses, crypto payments are no longer just a backup plan — they’re fast becoming a first choice. More and more businesses are embracing Bitcoin and other digital currencies for consumer transactions.

Jonathan Corona ·
opinion

What the New SCOTUS Ruling Means for AV Laws and Free Speech

On June 27, 2025, the United States Supreme Court handed down its landmark decision in Free Speech Coalition v. Paxton, upholding Texas’ age verification law in the face of a constitutional challenge and setting a new precedent that bolsters similar laws around the country.

Lawrence G. Walters ·
opinion

What You Need to Know Before Relocating Your Adult Business Abroad

Over the last several months, a noticeable trend has emerged: several of our U.S.-based merchants have decided to “pick up shop” and relocate to European countries. On the surface, this sounds idyllic. I imagine some of my favorite clients sipping coffee or wine at sidewalk cafés, embracing a slower pace of life.

Cathy Beardsley ·
profile

WIA Profile: Salima

When Salima first entered the adult space in her mid-20s, becoming a power player wasn’t even on her radar. She was simply looking to learn. Over the years, however, her instinct for strategy, trust in her teams and commitment to creator-first innovation led her from the trade show floor to the executive suite.

Women in Adult ·
Show More