spacer
Yehuda Shiran August 16, 2000
Voiding a Return Value from javascript:
Tips: August 2000

Yehuda Shiran, Ph.D.
Doc JavaScript

Developer News
News Flash: Adobe Has iPhone Workaround
Adobe's Flash 10.1 Goes Mobile (Minus iPhone)
A Salute to Visionary CEOs

When using the javascript: command inside a link specification (HREF), you have to make sure the command does not return any value. Look at the following link:

Doc JavaScript

which is generated by this code:

<A HREF="javascript:window.open('http://www.docjs.com/', '',
 'width=640,height=480')">Doc JavaScript</A>

Click the Doc JavaScript link above and see how the page is reloaded with just a single word: [object]. The reason is that javascript:window.open() returns an object and the link tries to interpret the object as a URL, unsuccessfully of course.

You can solve this problem by masking a void return value. Here is the link again:

Doc JavaScript

and here is the corresponding code:

<A HREF="javascript:void(window.open('http://www.docjs.com/', '',
 'width=640,height=480'))">Doc JavaScript</A>


People who read this tip also read these tips:

Look for similar tips by subject:

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Building a Banking Application Home Page with OOP · Mixing Scripting Languages · Review: phpFox, a Social Networking CMS with all the Bells and Whistles
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Enterprise 2.0: Social Networking in the Cloud · BroadSoft Marketplace Hastens Pace of Telephony Innovation · Review: HTC Hero for Sprint