Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

browser window with out address,toolbar,standard buttons

Status
Not open for further replies.

muralinaidu

Programmer
Jan 2, 2001
27
DE
hi,
can i remove browser's address bar,toolbar,standard buttons when user enters my site. actually i am working on an intranet site. my client is lazy and want to see every thing in the page with out scrolling it. if i can remove all these, they'll be able to see it in one page. any suggestions. please don't ask me to reduce font, after few months my client may have to get a telescope or microscope to see my site.
thanking you
murali
 
window.open(title, url, options) and set *all* options to NO
if you can't use window.open() then you'll have to use vc++ or vb to create a custom browser by modifying ***clients***'registry
but i find that YOU are lazy, not your client : you'd better re-think your app so that it can stand in one page - what will happen when your client asks for 3 or 4 more lines ? you'll remove the title of the window ? then what's next ? you'll tell him to buy bigger screens ??
 
hi iza,
thank you for the solution. window.open() is a basic thing. what i asked is can i remove them when i am in the same window. registry. i too had an idea of doing this. but i never did it and i have poor knowledge of registry. do i have to take risk for such a small thing? No. javascript genius like you are there to help me.
thank you
murali
 
-> i'm definitly NOT a genius of any kind - or you have to say that anyone here is a genius as well - i mean, we're all here to help each other ... by saying so 1. you make me fill not at ease and therefore i might not be replying 2. you make other people reading this post fill not at ease and therefore, even if they have an alternative solution or a better one they might not be replying
-> the risk won't be very high for you but it CAN be for your clients - therefore some of them (most of them i would say) might refuse to download your app. What's more, it's not cross platform at all : you'll be targetting only WINDOWS users
-> modifying the registry - as far as i know - can't be done in javascript and requires a language such as vb or vc++
-> let me know if that helps
 
hi iza,
i haven't been for registry. i tried with DHTML, actually i used all Design time Controls(Active server pages, Visual interdev) in pages at the begining before mailing you. But i found i'm lazy after seeing ur message. later i changed every thing to DHTML&ASP. now it's working fine. i can customize double of existing items in one page with out letting user scroll down. Thanks for awekning. if you want my code mail me i'll send you.
thanking you once again
murali
murali@muralismail.com
 
iza,
there is an object called HTTP object in DHTML i think. i found it yesterday in MSDN. i'll go through it in two days and come to you, check out this space or else e-me. so that i can send you info on HTTP object.
murali
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top