473,659 Members | 3,592 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

browser - change appearance using ASP

Hello,
I'm interested in changing appearance of browser using ASP. For example,
remove location bar, toolbar, menubar, statusbar (much like the browser
interface on posting a question on this forum).

I know how to use the DOM object:

window.open(url ,list)

but I need to use the same fucntionality using ASP, or use ASP to reference
the DOM object.

Problem:

I am passing parameters on the url (webpage.asp?em ail=mEmail,list ).

Any help will be most appreciated.

Thanks in advance.
Jul 22 '05 #1
4 1465
=?Utf-8?B?TWlrZQ==?= wrote on 02 jan 2005 in
microsoft.publi c.inetserver.as p.general:
Hello,
I'm interested in changing appearance of browser using ASP. For
example, remove location bar, toolbar, menubar, statusbar (much like
the browser interface on posting a question on this forum).

I know how to use the DOM object:

window.open(url ,list)

but I need to use the same fucntionality using ASP, or use ASP to
reference the DOM object.


list="width=<%= ASPwidth%>,heig ht=<%=ASPheight %>"
window.open(url ,list)

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 22 '05 #2
Thanks for your reply,

sounds simple enough. However, where do I place this code? I assume after my
vbscript code inside the <Head> tag.

How do I use the onload() with this code.

For example an ASP page contains vbscript that captures variables and then
uses the:

<%
Response.Redire ct strURL

%>

so once this ASP page is loaded it is then redirected to the strURL.

I want to the same with this code, once the ASP page is loaded.

Thanks for your assistance.
"Evertjan." wrote:
=?Utf-8?B?TWlrZQ==?= wrote on 02 jan 2005 in
microsoft.publi c.inetserver.as p.general:
Hello,
I'm interested in changing appearance of browser using ASP. For
example, remove location bar, toolbar, menubar, statusbar (much like
the browser interface on posting a question on this forum).

I know how to use the DOM object:

window.open(url ,list)

but I need to use the same fucntionality using ASP, or use ASP to
reference the DOM object.


list="width=<%= ASPwidth%>,heig ht=<%=ASPheight %>"
window.open(url ,list)

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Jul 22 '05 #3
Never mind I realized I could simply use the onload() with the
window.open(url ,list)

thanks.

"Mike" wrote:
Thanks for your reply,

sounds simple enough. However, where do I place this code? I assume after my
vbscript code inside the <Head> tag.

How do I use the onload() with this code.

For example an ASP page contains vbscript that captures variables and then
uses the:

<%
Response.Redire ct strURL

%>

so once this ASP page is loaded it is then redirected to the strURL.

I want to the same with this code, once the ASP page is loaded.

Thanks for your assistance.
"Evertjan." wrote:
=?Utf-8?B?TWlrZQ==?= wrote on 02 jan 2005 in
microsoft.publi c.inetserver.as p.general:
Hello,
I'm interested in changing appearance of browser using ASP. For
example, remove location bar, toolbar, menubar, statusbar (much like
the browser interface on posting a question on this forum).

I know how to use the DOM object:

window.open(url ,list)

but I need to use the same fucntionality using ASP, or use ASP to
reference the DOM object.


list="width=<%= ASPwidth%>,heig ht=<%=ASPheight %>"
window.open(url ,list)

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Jul 22 '05 #4
=?Utf-8?B?TWlrZQ==?= wrote on 03 jan 2005 in
microsoft.publi c.inetserver.as p.general:
Never mind I realized I could simply use the onload() with the
window.open(url ,list)


I do mind, sorry.

[Please do not toppost on usenet]

No, you cannot do that.

You would get infinite number of windows [till your memory runs out]

The code has to be in the originating page.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 22 '05 #5

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

Similar topics

13
9427
by: Kai Grossjohann | last post by:
It seems that Ctrl-N in Mozilla opens a new empty browser window. That's fine, I don't need to do anything about it. But Ctrl-N in IE appears to clone the current window. Is there a way to intercept the key so that I can do stuff on the server side to make the new window behave correctly? (We have a JSP-based webapp which stores state in the session. Now if two windows access (and modify!) the same session, then madness will result....
115
7180
by: J | last post by:
I've run CSSCheck on my style sheets and I always get a warning similar to this: "font: bold 9pt/100% sans-serif Warning: Absolute length units should not generally be used on the Web ..." Yet if I use 'x-small' instead of 9pt, I get bigger type on IE6 and smaller type on Mozilla. My choices seem to be:
5
1322
by: Luis Fajardo | last post by:
I'm expiriencing a basic HTML appearance problem with ASP.NET. Following a couple of sample tags to ilustrate my problem: <asp:TextBox id="txtWidthIssue" runat="server" Width="100"></asp:TextBox> <asp:DropDownList id="ddlWidthIssue" runat="server" Width="100"></asp:DropDownList> Browser like Firefox and I'll imagine many others are not sizing correctly the controls (.net is removing the with property during the rendering). I tried...
12
3903
by: marcwentink | last post by:
Can you change the appearance of a radiobutton or checkbox? I do not mean the apearance changes from checked to not checked or disabled or not disabled, but change the appearance (of all these states) to a total different set of images defined by img files? Probably not I think? Reason is I want some checkboxes to look a bit different then the standard ones to implicitly say that these checkboxes have some special
5
4790
by: fritz-bayer | last post by:
Hi, I would like to change the appearance of the URL, which gets displayed in the title of the Browser, without the page being reloaded. Sounds strange.. here an example. The users arrives at www.example.com and in the URL bar of the browser he sees: http://www.example.com
1
2582
by: imghani | last post by:
Hi all, I have developed an application in ASP.NET. I wanted that whenever a user comes to my website, it opens browser in F11 mode. I find the code to open browser in F11 mode (its javascript) but this can be done in window.open method of javascript, but i don't want to open a new window instead wanted that existing window opens as full screen (as through F11). Did some R & D but get no such solution, so what trick i decided to do is:
27
2724
by: David Golightly | last post by:
This is just a quick poll for all you web devs out there: What browsers do you test on/are concerned about compatibility with? Obviously, you're going to test on current-generation browsers such as IE6, IE7, Firefox 1.5/2, Opera 8/9, Safari 2, etc. How old must a browser be before you stop worrying about it? Anybody here still test on IE4? Thanks,
8
2379
by: shruthiKKKK | last post by:
change appearence for textbox by using combolist
3
2365
by: =?Utf-8?B?R3JlZw==?= | last post by:
I am used to using third party controls when it comes to setting up appearences. But, now I am using Visual Basic.Net controls that come standard with the product. I've come across a frustration situation with the combo box and text box controls. I setup the text box control appearence settings the way I want the control to appear. Basically, I have set the "Border Style=FixedSingle", which results in the control taking on a flat...
0
8337
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8851
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8531
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7359
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6181
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5650
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1978
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1739
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.