Wrox Programmer Forums
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 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 April 5th, 2005, 05:04 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 130
Thanks: 0
Thanked 0 Times in 0 Posts
Default Page Properties

Session("CustName") = TxtCustName.Text

Dim sTemp As String

sTemp = "<script>window.open('Fax.aspx',null,'status=yes,t oolbar=yes,menubar=yes,location=yes');</script>"

Response.Write(sTemp)

Response.Flush()

I use the above code to open a form, from another and to pass it a variable, this work perfectly. However the form has no sliders so it is difficult to see the whole page and also I can not see the start bar. How do I get around this?

Thanks

Louisa


 
Old April 5th, 2005, 07:43 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

There is a scrollbars property that you need to set to yes also, though I thought yes was the default...

http://www.devguru.com/Technologies/.../win_open.html

Brian





Similar Threads
Thread Thread Starter Forum Replies Last Post
set page properties by code. Komila ASP.NET 1.0 and 1.1 Basics 0 July 6th, 2006 05:36 AM
Transfer Page Setup Properties JpJoe Excel VBA 0 January 12th, 2006 11:04 AM
Page Variables or Properties ~Bean~ ASP.NET 1.x and 2.0 Application Design 1 October 25th, 2005 02:08 PM
ActiveMovieControl properties (redirect page) mateenmohd Classic ASP Basics 0 November 17th, 2004 08:31 AM





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