Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > JavaScript > BOOK: Beginning JavaScript
|
BOOK: Beginning JavaScript
This is the forum to discuss the Wrox book Beginning JavaScript by Paul Wilton; ISBN: 9780764544057
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning JavaScript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 9th, 2003, 04:56 PM
Authorized User
 
Join Date: Oct 2003
Posts: 96
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to get "address bar" to show up in new window?

This is the code I am using to open a new window, and it does everything I want, [u]except</u> it does show an "address (url) bar". How can I get it to show the address bar as well?

<a href="#" onClick="window.open('purchase_page_continued_all. htm','Max','toolbar=yes,width=750,height=475,left= 20,top=5,screenX=500,screenY=200,status=yes,scroll bars=yes,resize=yes');return false">Continue Ordering</a>

__________________
Rudy
 
Old November 9th, 2003, 05:13 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi Larry,

Take a look here: http://msdn.microsoft.com/library/de...ods/open_0.asp

The setting you're after is location.

Cheers,

Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old November 10th, 2003, 02:42 PM
Authorized User
 
Join Date: Oct 2003
Posts: 96
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks Imar, that's just what I needed! I put the link you gave in my favorites folder for future reference.
Thanks again :)

Larry

---------------------------------


Quote:
quote:Originally posted by Imar
 Hi Larry,

Take a look here: http://msdn.microsoft.com/library/de...ods/open_0.asp

The setting you're after is location.

Cheers,

Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to add image in url address bar? saurabh ASP.NET 3.5 Professionals 1 July 11th, 2008 05:53 AM
Query in a browser/address bar i.e. default.aspx?i takwirira ASP.NET 2.0 Basics 1 June 12th, 2008 07:58 AM
display querystring in address bar europhreak Classic ASP Basics 1 February 16th, 2006 01:43 PM
How do disable Menu bar & address bar for browser bekim HTML Code Clinic 2 January 7th, 2005 12:33 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.