473,398 Members | 2,427 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

IE question about hidding addr bar

Hi all,
is the way to open new IE window not including address bar?
Regards,
PiotrG

Jul 21 '05 #1
4 1215
Yes, using Javascript you can do:

window.open('Page.htm','SomeName','location=no');

If the 'location' argument is set to 'no', as above, or ommitted the address
bar will not appear,

"PiotrG" <pi************@selmar.com.pl> wrote in message
news:cf***********@node1.news.atman.pl...
Hi all,
is the way to open new IE window not including address bar?
Regards,
PiotrG

Jul 21 '05 #2
Yes, using Javascript you can do:

window.open('Page.htm','SomeName','location=no');

If the 'location' argument is set to 'no', as above, or ommitted the address
bar will not appear,

"PiotrG" <pi************@selmar.com.pl> wrote in message
news:cf***********@node1.news.atman.pl...
Hi all,
is the way to open new IE window not including address bar?
Regards,
PiotrG

Jul 21 '05 #3
You mean from HTML/JavaScript? If so, set the 'loction' feature to 0 in
window.open() as in, window.open ('<url>', 'myWin', 'location=0');

"PiotrG" <pi************@selmar.com.pl> wrote in message
news:cf***********@node1.news.atman.pl...
Hi all,
is the way to open new IE window not including address bar?
Regards,
PiotrG
Jul 21 '05 #4
You mean from HTML/JavaScript? If so, set the 'loction' feature to 0 in
window.open() as in, window.open ('<url>', 'myWin', 'location=0');

"PiotrG" <pi************@selmar.com.pl> wrote in message
news:cf***********@node1.news.atman.pl...
Hi all,
is the way to open new IE window not including address bar?
Regards,
PiotrG
Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: David Cook | last post by:
Java's InetAddress class has some methods that use a byte-array to hold what it describes as a 'raw IP address'. So, I assume that they mean an array like: byte ba = new byte; would hold an...
6
by: geotso | last post by:
Hi I'm trying to apply the page-break-before attribute in a <h2> tag like this: <h2.newpg>Title here</h2> where: ..newpg { page-break-before:always;} However, 1. In IE 6.0 while the heading...
3
by: David Cook | last post by:
Is it possible in Javascript to determine the numerical IP-addr that the client is using? (Normally, I'd do this on the server-side, where it is trivial.) But, I'm just curious how to do it on...
1
by: sinan . | last post by:
hi i have a program that listens socket connection and serial device. in main program i am creating a socket then calling a class to listen socket under while 1: , class soket(Thread): def...
12
by: Chris Dewin | last post by:
Hi. I've been thinking about using smtplib to run a mailing list from my website. s = smtplib.SMTP("server") s.sendmail(fromaddress, toaddresess, msg) I know that in this instance, the...
2
by: Edward | last post by:
Hello, everybody, I tried to send Email out using ASP.NET, but failed, here is the code of sending: -------------------------------------------------------------------------------- Try...
10
by: haomiao | last post by:
I want to implement a common list that can cantain any type of data, so I declare the list as (briefly) --------------------------------------- struct list { int data_size; int node_num;...
17
by: Jess | last post by:
Hello, If I have a class that has virtual but non-pure declarations, like class A{ virtual void f(); }; Then is A still an abstract class? Do I have to have "virtual void f() = 0;"...
2
by: sasimca007 | last post by:
Hello friends, When i used the following code and run i have an error: connect: Connection refused at sock.pl line 20. The code is: #!/bin/perl -w # Example of...
1
by: vabh | last post by:
Help from there, i want the IP Address of all computers which are connected in LAN with me. Its really urgent for me. I using one kind of coding which returns me IP Address of only one computer, but...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.