SiteExperts.com Logo Home | Community | Developer's Paradise
User Groups | Site Tools | Site Information | Search
 Main Menu
 Resource

Chromeless Windows for IE


Sponsored Links
Developer's Paradise : Inside Technique :
Chromeless Windows for IE
Submission by SiteExperts Staff

Go to the resource:
Chromeless Windows for IE

Add to Assistant

Short Description
A powerful technique for creating your own custom designed windows for IE.

Long Description
Creating Chromeless Windows is a trick originally demonstrated at WEBFx. We took this technique and created a reusable library for quickly creating and managing your windows. With chromeless windows you have complete control over the entire window. You can create custom title bars, status bars, scrollbars, etc. You are limited only by your imagination.

Author
Gabriel Suchowolski
Date/ Version
9/10/2000
Submission URL
http://www.SiteExperts.com/tips/techniques/ts05/page1.asp
Submission Date
Sep 10,2000
Last Update
Sep 10,2000
 

Discussion and Rate this Resource
Overall Rating: 4.5

aavadi on Mar 28, 2002 at 8:22:30 AMRating: 4

Hi all:

Chromeless feels good. But, when I use the Dreamweaver4's gotourl behavior, the page content is updated, but the borders and top bar get lost. When I use a form's action to open another page in the same window, the borders and top bar remain. Both pages I pretend to open into the chromeless window, have a maximize_windows javascript, but I donīt think it could be the problem.

Any advice???

Thanx in advance

nl2k on Dec 28, 2001 at 8:35:53 AMNo Rating
does anyone know how to stop a user from opening a new browser window if you have a fullscreen browser window open already?
randommman on Dec 19, 2001 at 2:15:07 AMNo Rating

Hey,

yes it is possible to open images in browserless windows. What you'll, however, need to do is create some code that allows dragging and closing the new window without a draggable bar at the top (perhaps by utilising the right mouse click to bring up a menu for closing etc?).

cheers,

Randommman

accademico on Dec 18, 2001 at 6:37:36 AMRating: 4
Is it possible to, when opening an image in a new(chromeless window) to have no margins???
randommman on Dec 6, 2001 at 12:07:26 PMNo Rating
Yo Yo Yo, its possible to do a browserless window in ns4, but only by using signed scripting... which is a pain. Done it once, but as you need the signing tool, I thought "maybe not". I don't know about ns6, but who cares if the usage is under 1% (www.thecounter.com). I've built the minimise (and resize drag), but the problem with browserless windows is the fact that I haven't been able to determine what the settings are in terms of "open new window / reuse" existing windows when clicking a link on an email (Outlook etc.). If a page opens in a browserless window replacing the controls in the top frame, its bad web design. Therefore, I've limited myself to using browserless windows only in specific applications, when I can close the window using the onunload event handler. If anyone's got an idea how to sniff that setting, please let me know (although, it may be impossible)! But hey... they are fun to play with. ;) cheers, r
Darkwolf on Dec 5, 2001 at 6:04:57 PMNo Rating

Yeah Chromeless is really good ;D .

Randomman you made a minimize ? But the new chromeless have it ...

It's so sad Netscape do not implement the fullscreen mode...

I'll be soon publish a new chromeless-style window for webmasters to use.

If you want some information when it's available contact me :) darkwolf@m6net.fr

What about going tu bugzilla website and convince programmer to include fullscreen in future ?

JerryNixon on Dec 5, 2001 at 11:55:49 AMRating: 4
this is harder than people think - there are a lot of techniques put into play here - personally, i hate the idea of using these things, but i can appreciate the code used (not the over-complexity of the code). i think it is nice, but if it is not easy enough for my mother to program, i think it is too complex. is chromeless a new word? am i out of it? probably. i did something similar to this on my site - making a banner add that floats. if you have time chk it out - http://jerrynixon.com/jerrynixon/vbscript/new/new_window.open.htm then i added on to the idea and made a "news" ticker thaat hung around at the bottom of the screen - a guy wrote me and said he used an always-on-top outine and uses it regularly throughout his corporation. Always on top is the holy grail, huh? chk the news thing out - http://jerrynixon.com/jerrynixon/vbscript/new/ticker.htm
randommman on Nov 28, 2001 at 1:38:53 AMRating: 4
minimising a browserless window is impossible as it effectively is a maximised full-screen pop-up window (IE window.open feature) that has been resized smaller. What you can do, and what I've done in the past is to add another button next to the close button and write a bit of script that moves the window to screen.availWidth-1, screen.availHeight-1 when the button is pressed. To bring the window back, you'll have to check for onfocus event on the window and then run a function that checks the position of the window; if it is screen.availWidth-1, screen.availHeight-1, hey presto move the window back to wherever it was.

Randommman
Orph3us on Nov 27, 2001 at 5:31:34 AMNo Rating
Hy people!!!!
 
I have used chromless windows till now but this is a new problem i am having ...
 
It goes like this ... I have a flash site ... on one flash page i have a list that works with an external text file ... to add names in that list i have to add it to that text list ... and i can also add links ... now what i would like to do .. i would like to open those links in chromless windows ... but i do not know how .. to understand better what i am talking about :-) go to http://www.tisonics.com
Then go to Sound Systems and in there you will see a huge list with products from JBL, JVC, Kenwood, etc ...  I would like to open those links in chromless windows instead of normal windows ... PLEASE ITS URGENT
Thanks a lot !!!! Reply ONLY on email : atarata@bigpond.net.au
 
themarz on Nov 14, 2001 at 10:03:30 AMRating: 5

hey

i agree, sometimes it looks cool but it can be annoyin (don t get me started about fullscreens or browser shakes) but what i don t get is: i cannot use PHP in the chromeless window. Why not? Did i forget something? any help would be great!

thnx,

Marcel.

Keshav on Sep 25, 2001 at 1:45:13 AMRating: 4

I have used the Chromeless Script and it functions very well.!

Now, i need a button which can MINIMIZE the Chromeless Window, next to Close icon.!

Please help..! Thanks in advance..!

bc173 on Aug 27, 2001 at 2:25:41 PMNo Rating

I used the Chromeless Window script and changed the images and the colors, and it's up and running at www.barclaey.com.

BUT when the window is loaded I see a broken image in the beginning of the title at the top of the window. How can I determine which image this is?

Greetz

Bart

Ac_Ks on Aug 20, 2001 at 12:50:05 AMRating: 4

Hi... I am trying to do a chromeless window for my site.. but i am having some difficulites with placing things in it.  I got the files to start up the chromeless window but I have no clue how to put my own stuff within the window...

any suggestions will be great =]

Thx

Http://members.home.net/alanchia

roisin on Jul 22, 2001 at 4:19:47 PMRating: 5

This new technique is extraordinary. Take it from a person who has been coding for three years: this is a great new tool for any experienced user. Not for the novice, though, I once saw a page that kept moving away when I touched the window.

syc0tik on Jul 5, 2001 at 7:53:01 PMRating: 5

I NEED HELP! :(

What I want to do is this:

The user goes to the main page of my site.  He/she clicks a link and opens the chromeless window.  Then, when he/she closes the chromeless window via the little "x", I want the main page of my site to get redirected to a different page.

How in the heck can I do this?!

//syc0tik
rzeznik99@hotmail.com

p.hammond on Jun 17, 2001 at 3:29:50 AMRating: 4

Cool technique but you wonder if it is really just a security bug in IE.

There are other sites like www.desktoptoolkit.com that allow you to create a complete programmable windowed environment in a browser for free.

camainc on Jun 5, 2001 at 11:05:41 AMRating: 3

This is regarding the site http://www.swidjaja.com/

First let me say that I thought that guy's site was cool at first - then I noticed that he moved the browser window completely off screen to show his "chromeless windows", but when I closed his site, my browser was still off screen! I didn't like that. But I think that is the answer to your question - he opened the main browser window off the screen before opening the other pop-ups.

Chuck

Terry Young on Jun 2, 2001 at 12:56:50 AMRating: 3

Cool... (the first time I've seen one) Cool... (the first time I've tried one)

But please, I'm beginning to see pop-ups, pop-unders, message box mimics, whatever, that doesn't have an obvious close button...

Novice web users would go crazy figuring out how to shut off this thing, which I see usually contains useless junk or ads (very little put this to good use, maybe it's just me). And in case you are one of them, press Alt+F4.

Vizal on May 31, 2001 at 3:06:04 PMRating: 4
how do you remove the scrollbar from the chromeless popup.
elpueppetto on May 19, 2001 at 11:52:03 AMNo Rating

Hey - Im sure that you have figured out what you were looking for with the chromeless window by now...months later.

Anyway - Im trying to figure out how this guy - http://www.swidjaja.com/ does the chromeless window without the window even being there? - have you got any idea or perhaps can point me in the right direction for some answers?

thanks

email me if you want - mailto:webinduced@home.com

thanks

elpueppetto

seafoxx on May 15, 2001 at 7:53:35 AMNo Rating

yeah, i like these guys who never read the last five comments...

andrewbevan, if you take a look to the older comments, you'll see that there is a way placing the windows at any position. if you send me a mail, i'll send you the modified example of chromeless, already included this function.

greetings

bastian   |   basti@kaempfe.net

andrewbevan on May 14, 2001 at 4:44:46 AMRating: 5

Nice script and effect with this, but does anyone know how to insert the tags to position the 'chromless-pop-ups' absolutely on the main page? so in a set of links (ie;pop ups) each box appears in a set position each time - not neccessarily centered!

eon on May 10, 2001 at 12:29:11 PMNo Rating
i notice if you put a pull down menu using forms, when i link it , the new window  will be open as a full screen instead of a regular broswer window, anyway to fix this?
seafoxx on May 4, 2001 at 8:31:20 AMNo Rating
i think he wants the windows really always on top, all the time, when workin in other windows. like winamp
kwazulu on May 3, 2001 at 10:09:20 AMNo Rating
jacker 54, what is your definition of on top of the screen?
seafoxx on May 3, 2001 at 9:41:06 AMNo Rating
no, would be new to me.
jacker54 on May 2, 2001 at 6:26:22 PMRating: 4

very Good

but, is there any way to set ths window always on top of screen?

 

seafoxx on May 2, 2001 at 10:13:14 AMNo Rating

yes, there is. just duplicate the function openIT(){ ...}

and rename the new one. now modify your parameters and use this function with your second link. repeat for the third and so on.

or modify he function openIT() {...} like that:

function openIT(theURL,wname,W,H) {
 windowCERRARa   = "img/close_a.gif"
 windowCERRARd   = "img/close_d.gif"
 windowCERRARo   = "img/close_o.gif"
 windowNONEgrf   = "img/none.gif"
 windowCLOCK  = "img/clock.gif"
 windowREALtit  = "VBK"
 windowTIT       = "<font face=verdana size=1>MENU</font>"
 windowBORDERCOLOR    = "#CCCCCC"
 windowBORDERCOLORsel = "#FFFFFF"
 windowTITBGCOLOR     = "#CCCCCC"
 windowTITBGCOLORsel  = "#CCCCFF"
 openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}

and use this as link:

<a href=javascript:openIT("test2.html","VBKMENU",300,300)>

watch the " !

when using this version you need only one openIT() and you can generate seperate windows by using different parameters at your link. you can also place more variables at the link call if you want more parameters to be different to the original.

questions?

mail me: basti@kaempfe.net

greetings

bastian

aaron_81 on May 1, 2001 at 1:22:50 PMNo Rating
is there any way to get multiple chromeless windows using just the one script, i'm a newbie and can't figure out how to differentate the link to open different pages
kwazulu on Apr 27, 2001 at 5:20:11 AMNo Rating

it should be posible to change the source of a layer/div onClick. maybe less complicated than you tried to solve it.... suggestion: use PHP ! 

aakar on Apr 27, 2001 at 4:58:21 AMNo Rating
The simple a href works, where you load in anything and it loads up.. It just won't load up in the div layer with my scroll script.. if it's under chromeless that is..
seafoxx on Apr 27, 2001 at 4:26:08 AMNo Rating

wrote two atricles here, but they didn't appear :-/

have several versions of the js-file:

- placing the window at any position (not only middle of screen)

- no border, bigger border, second border around the border...

- targeting the main frame in the cl-window by "wname"

mail me when having probs or questions:

basti@kaempfe.net

 

greetings from germany

bastian

kwazulu on Apr 27, 2001 at 3:11:37 AMNo Rating
hi aakar, ok i would have been suprised if it was not so...what about this simple suggestion: i had a look on your coding(quite chaotic:->) and you are calling a function onClick. what about changing the link to a 'simple' one. just load yahoo or any other crap in your chromeless. if that works fine, you can be sure that there is nothing wrong with your chromeless. the error therefor has to be somewhere within your script.......
aakar on Apr 26, 2001 at 10:09:37 AMNo Rating

kwazulu I already thought of that.. I tried using a target and then using the diff frame names from the .js and I even tried the name of teh chromeless window.. Still a no go... 

if you go to www.bleet.com/aakar/realm/main.shtml you can actually click on the links and it loads in the page scroll layer.. But if you load up the realm index and pop open chromeless.. absolutly nothing.... :(

cyberjonas on Apr 26, 2001 at 4:10:33 AMNo Rating
kwazulu on Apr 26, 2001 at 1:56:01 AMNo Rating

ok seafoxx tried it and....suprise, suprise it works, but you forgot one little thing in your explanation:

you also gotta remove the style for the border in line 217!

thanks a lot...... if i can ever help you here is my email:

kwazulu@iname.com

kwazulu on Apr 26, 2001 at 1:37:39 AMNo Rating

ok, my fault.... a second posting!

aakar... i did not get the point, what is exactly your problem? the links do not work in the chromeless?? i think its because it is based on a frameset and you have to "tell" the target where to load the file in.... or did you think of this already, this is what i did not understand...

kwazulu on Apr 26, 2001 at 1:28:25 AMNo Rating

thank you seafoxx,

i'll try, but i thought of this one too.......

just did'nt get it to work, although i thought i removed the relating commands in the javascript..

cosmic_gurl on Apr 24, 2001 at 10:35:48 AMNo Rating
hi everyone can someone help me how to do the chromeless window javascript.  I tried and i studied it but it won't work on mine.  just to need to ask am i suppose to upload the javascript file onto my ftp server?  i'll be glad if some one can guide me throught this...please e-mail at cynchan39@hotmail.com
aakar on Apr 24, 2001 at 10:01:38 AMNo Rating
Sorry the last post came out in sort of a drunken stooper.. What I was going for is.. If you load up the page you will see links on the right hand side.. "Misc and Home".. misc is supposed to load up an external html file inside the page scroll container.. Now when I click on it in a chromeless window absolutly nothing happens, but when I open the main.shtml file in a normal explorer window and click misc it loads up fine??  Whats up you think?
aakar on Apr 24, 2001 at 9:58:57 AMRating: 5
I have a question, right now I'm running a chromeless window with a pagescroll inside the window..  Now I have code inside the main page an external html file depending on the link into the page scroll, basically under the chromeless window nothing happens, not change etc..  But if I open the main html file its fine and the external file will launch in the page scroll.. Is there a target I'm supposed to have or what?  I know microbians does it fine on his page??!.. You can check it out here www.bleet.com/aakar/realm <-- thats the chromeless www.bleet.com/aakar/realm/main.shtml thats the html file thats opened by chromeless
seafoxx on Apr 24, 2001 at 5:06:40 AMRating: 5

hey kwazulu, got a way for no-borders:
the chromeless effect is built with frames: title, main and border (left, right, bottom).
when you have the orig 2.1 js file, move to line 253 (near end) with content
'<frameset border=0 framespacing=0 frameborder=0 rows="22,100%,1" onload="mainloaded=true" onreadystatechange="generatetitle()">  '+ '\n'+
and remove the third frame (the one with 1 pixel)
'<frameset border=0 framespacing=0 frameborder=0 rows="22,100%" onload="mainloaded=true" onreadystatechange="generatetitle()">  '+ '\n'+
remove
-the second frameset tag completely
-the frame tag called chromewinl
-the frame tag called chromewinr
-the /frameset tag
-the frame tag called chromewinb

search and remove the following lines completely:
parent.chromewinb.doc...
parent.chromewinl.doc...
parent.chromewinr.doc...
chromewinb.document.bg...
chromewinr.document.bg...
chromewinl.document.bg...
modify the function generatetitle()
from

' if( window.frames["chromewint"] && window.frames["chromewinl"] && window.frames["chromewinb"] && window.frames["chromewinr"] ) { '+ '\n'+
...
to

' if( window.frames["chromewint"] ) { '+ '\n'+
...

this will create the chrome effect with only two frames: the title and the main window.
when you killed the border frames, you also have to remove all javascript that was interacting with these frames. otherwise the windows won't be moveable by mouse.

when having problems, mail me:
basti@kaempfe.net and i'll send you the file.

seafoxx on Apr 23, 2001 at 10:12:48 AMNo Rating
sure, this version is much easier, but i need to create more than one window, and with my version i can each window with its won parameters. otherwise you have to create several copies of the javascript file - not very useful
Jacost on Apr 23, 2001 at 8:06:16 AMNo Rating
I'm trying to use a flash movie as contnent of main frame with the ability to close, minimize, maximize the popup window.Is this possible?Even if I wrote the appropriate code as actions to the buttons of the movie(located in test.html) that calls javascript functions written in the test.html I can't manipulate the popup window in IE.Althougn that in Netscape doesn't work chrome effect the functionallity of the buttons in movie works fine. Any suggestions? 
15yroldprof on Apr 22, 2001 at 9:06:19 AMRating: 5
Heya! I just discovered this a while ago and i use it for my sites... i heard about something that u can add a status bar here...can anyone help?
kwazulu on Apr 20, 2001 at 2:01:27 AMNo Rating

hi seafoxx,

much easier i think is this solution:in order to change the position of your chromeless you gotta search this:

var windowW = W;
var windowH = H;
var windowX = Math.ceil( (window.screen.width - windowW) / 2 );
var windowY = Math.ceil( (window.screen.height - windowH) / 2 );

in the javascript-file...... its at the very beginning, just beneath the
GNU-thing


the simplest way would be to change the script this way:

var windowW = W;
var windowH = H;
var windowX = 50;//fill in the posLeft in pixel
var windowY = 100;//fill in the posTop in pixel

your window will popup 50 pixel from your left screen-border and 100 pixel
from the top of your screen!

less changes, less possibilities for syntax errors, but nonetheless maybe anyone can help me:

i tried to avoid having a border arround the title and the body of my pop-up at all, but i failed... so to make it understandable: i dont want a border in the same color as my title, i want no border. think of an image in the title which is part of an image in the body and therefor should not have a border at all.

maybe anyone can help me....thanks

seafoxx on Apr 19, 2001 at 5:57:04 AMRating: 4

got a solution for the >place at center< problem of pekka.

sorry for bad english...

you have to modify the javascript a little bit.

open the script and take the line 9:

>>function openchromeless(theURL, wname, W, H...

now place two new variables at the beginning:

>>function openchromeless(startX, startY, theURL, wname, W, H...

at the bottom of the file you can find several lines, beginning with "splash...."

edit the following line:

>> splashWin.moveTo ( Math.ceil( windowX ) , Math.ceil( windowY ) );

to:

>> splashWin.moveTo ( Math.ceil( startX ) , Math.ceil( startY ) );

now the created window will be placed at the given position.

the html-file has to be modifyed, too:

from

>> function openIT() {

>> theURL="test.html"

>> wname ="CHROMELESSWIN"

>> W=300;

>> H=300;

>> windowCERRARa = "img/close_a.gif"

[...]

>> openchromeless(theURL, wname, W, H, ...

to:

>> function openIT() {

>> startX=50;

>> startY=30;

>> theURL="test.html"

>> wname ="CHROMELESSWIN"

>> W=300;

>> H=300;

>> windowCERRARa = "img/close_a.gif"

[...]

>> openchromeless(startX,startY,theURL, wname, W, H, ...

startX and startY represent the start position (upper left corner)

this should work.

i needed it myself, because i wanted to create two windows, one small menu and one big main window. originally they were placed on top of each other.

hope, i was able to help you.

ciao

bastian

basti@kaaempfe.net

kwazulu on Apr 17, 2001 at 9:10:19 AMRating: 5

out to pekka.gaiser or anyone who cares,hi peka! as far as understood the script the chromeless-trick works just because the explorer is resized to fullscreen. there is this thing in the explorer, that you can put him into fullscreen mode with this graphical-bar on the top. the chromeless just works here and then the window is re-resized to the desired width and height. so: NO IT IS NOT POSSIBLE!

Lyon357 on Apr 16, 2001 at 10:29:48 AMRating: 5
I am using the Chromeless Frames in my website... I would like to know how I can control where the Frame pops up on my page.... instead of dead center.....  Please reply to lqhenry@eden.rutgers.edu
Groatsie on Apr 1, 2001 at 6:12:29 AMRating: 5

Could you please confirm if this is compatible with Pocket Internet Explorer (PIE) for windows CE3.

Thanks

pekka.gaiser on Mar 30, 2001 at 2:59:48 AMNo Rating

You can have a black border around the window by adding this to the body tag:
style="border:1px black solid;"

or style="border-top:1px white solid; border-left:2px red solid; " etc.

-----------

I got a question myself. I find it annoying that, for a split second, the window is visible as fullscreen before it is resized. That doesnt look very good, does anyone have an idea how to fix that?

 

kojak on Mar 29, 2001 at 4:37:03 PMRating: 5

This is great stuff, thanksalot!
Here's how to use multiple links ( I think...)

function openIT(link) {
 theURL = link

<a href="javascript:openIT('yourlink1.htm');">yourlink1</a>
<a href="javascript:openIT('yourlink2.htm');">yourlink2</a>

I have a little request myself:
Is it possible to have like a black one-pixel border around the window? If so, how?

Thanks again, folks!

vjcrdnl23 on Mar 25, 2001 at 9:20:14 AMRating: 5

     hello everyone,

i would hope if you knew the answer to my question you would stop for 30 seconds and please give me a respnce but if not that's ok.

At my site i currently have a menu on the side and some of the links point to pages that i made come up in pop up windows. But, what i was wondering is if it is possible for me to use the chromeless windows instead of the popup windows. The problem is, though, how do you put links to multiple chromeless windows on one page?

If you have a responce please email me. Thank you so much. Oh and if you want to check out my site it's at www.starthugs.cjb.net

yehui on Mar 17, 2001 at 5:13:55 AMRating: 5
o yes and my rating........
yehui on Mar 17, 2001 at 5:13:15 AMNo Rating
It's a great tool,but can anyone tell me how i can change the size of the window?And how can I change the launche thing?(like >>>openIT(); into clickhere(); ) because when i change it ,it doesn't work anymore,i know you have to change it somewhere else too then..but WHERE?I'm completely lost.
pekka.gaiser on Mar 17, 2001 at 4:43:31 AMNo Rating

How to create the window without all the title bars etc.:

mywin = window.open("test.htm","mywin", "fullscreen=1");
mywin.resize(200,200);

How to position it where you want:
mywin.moveTo(250,350);

pekka.gaiser on Mar 17, 2001 at 4:39:47 AMRating: 2

I like the tool, but I find it annoying that, due to the fullscreen=1 attribute, the window covers the entire screen for half a second... Anybody got an Idea how to avoid that? Is there a way to change a window's size before creating it or setting the fullscreen=1 mode afterwards?

Run on Mar 16, 2001 at 9:09:55 PMRating: 5

<script language=javascript>

openIT();

</script>

I've tried everything to get this to work and it fails each time. Can you be a bit more detailed in how you get the originating window to be Chromeless using the above script?

Thanks

 

inmykingdom on Mar 15, 2001 at 4:34:08 AMRating: 5

to open it directly without having to click on a link add this code at the bottom of your html page, just above the closing body tag (hope the code will be visible !!!!)

<script language=javascript>

openIT();

</script>

 

childp on Mar 12, 2001 at 6:30:12 PMRating: 5
Great! but how can i create resizable window?
emcveigh on Mar 11, 2001 at 12:30:59 PMRating: 5

Is it possible to open a chromeless window without requiring it to be linked?  In other words, by going straight to a URL?

Thanks!

emcveigh

arefin76 on Mar 9, 2001 at 2:51:19 AMRating: 5

love the idea of a chromeless window, the problem that i am encountering is that, i downloaded the new version and it doesn't seem to work off line. I've compaired the code with other people code, it is the same but for some reason it doesn't seem to load. Also can anyone tell me, if i wanted to make two chromeless windows from the home page, how would this be done?????

thanks

mdma on Mar 8, 2001 at 5:44:47 AMRating: 5

Very Very cool But how do you absolute position the damn thing any help will be appreciated

thanks

ucahg on Mar 7, 2001 at 1:52:01 PMNo Rating
It's a pretty good idea, but HTML Applications (HTA's) offer way more control with an optional windows like appearance.
sultanahmet on Feb 27, 2001 at 4:25:18 AMRating: 5
good
webgirl on Feb 20, 2001 at 11:23:39 AMRating: 4
Hi! I love these chromeless windows, but I am making a layout with them acting as pop-up menus, and whenever I add links in the chromeless windows with the HREF tag saying, "TARGET=mainpart", it never goes into the right frame. Could anyone either sign my guestbook at my site (http://hey.to/jen) or email me to tell me why it doesn't work?
jjang on Feb 19, 2001 at 6:09:48 AMNo Rating
mail me ohio77@hanmail.net
jjang on Feb 19, 2001 at 6:07:59 AMRating: 5

It's so good program....But I have a trouble This window....always open center....

I wanna it will open absolute position....

If you someone know method....mail..me...please..

I....really want...iT....

dryadorum on Jan 29, 2001 at 8:21:41 AMRating: 5

I really like what you have demonstrated here and was wondering if perhaps the performance could be increased by using DIV's versus using frames to 'construct' the window?  Basically what is the difference in overhead between maintaining, 5 frames and modifying their attributes and maintaining one frame and several DIV's...

I really would like to discuss this and/or hear your ideas on why you chose frames and could this be done with several DIV's and an IFrame.
Cheers,
Emilio

ubrgeek on Jan 5, 2001 at 10:47:47 AMRating: 4
This is amazing and helps solve a problem I've had. One question: I can get it to launch multiple chromeless windows from the same launch page, but as I launch the second one, it shifts focus and drops the first behind (under) the browser window. Any way to "pin" the first chromeless window on top, even when it loses focus?
Devant on Dec 1, 2000 at 8:50:58 AMRating: 4

Would it be possible to have a simpler version that has no titlebar, or frames? Just the one content page in a chromeless window? Drop shadow would be nice. I see this as possible with showmodaldialog(), with the adorned property set to not. Adorned requires signed script. Weird. Don't yet know about signed scripts ... would like pop-up chromesless windows.

The initial load is a flash of white.

RicLowe on Dec 1, 2000 at 7:00:50 AMRating: 4
Would have been a five, but the omission of any standard 'progress bar' brings it down. I know it's difficult to do ( I can't actually think of a way myself), but it is an important part of letting the user know a page is progressing.
IanO on Nov 30, 2000 at 10:41:27 AMRating: 5

I am very impressed.

Thanks for this special effort.

shoner on Oct 15, 2000 at 8:20:36 PMRating: 5

This is a really cool script.  Can someone tell me how to position the new window?  Or how you could add positioning functionality to the script?  Thanks

nidsu on Sep 28, 2000 at 5:26:23 AMRating: 5

I agree that the article utilizes some very cool techniques.  I do have one question.  I had something that is similar but when you drag it, it easily loses the mouse.  Does anyone know how this example gets around that problem?  I have looked at the code and I can't find the difference.

jdp on Sep 22, 2000 at 7:37:43 AMRating: 5
and it works in Netscape 6! enough with those sux comments
mgamber on Sep 21, 2000 at 3:57:37 AMRating: 5
This is great!  netscapesux.html sez it all!
webfoot on Sep 16, 2000 at 5:52:22 PMRating: 5

This is the kind of stuff that makes the internet exciting, and hastens Netscape's ultimate demise...

 

ovan on Sep 15, 2000 at 8:48:54 AMRating: 4

To "markrobotnik":

Check out http://www.webos.com and see a fully functional web os.

ovan

gcathcart on Sep 12, 2000 at 10:34:20 PMRating: 5
This is a great article and I must say that the Author's website design was excellent also.  A great use of advanced techniques that are not only visually appealing but very functional as well.
markrobotnik on Sep 12, 2000 at 3:02:46 PMNo Rating

Perfect.

Is anyone up to the challenge of turning this in to a WEB OS. We need to add maximise/ minimise and resize to the window.

We also need to be able to drag and drop icons from one chromeless window to another.

 

Mark Robotnik

prob on Sep 12, 2000 at 1:33:58 PMRating: 5
Excellent EG. Their web page is truely amazing - one of the few examples of art transcending the medium. A common problem with us techies is that we play with the toys (ie DHTML) rather than produce well designed and presented web pages....
the_iceman on Sep 12, 2000 at 8:11:26 AMRating: 5
I have not had time to look into this area of DHTML and this was a very good explanation and demonstration of chromeless windows. Well done!
- Anders on Sep 12, 2000 at 6:40:51 AMNo Rating
THis is really cool, to bad i am at scho0l right now, otherwise i would start incooporating it into my site now :-P
gregglory on Sep 12, 2000 at 5:51:36 AMRating: 5
Excellent! Many possible uses for informative pop-ups, slide shows, or other demonstrations that can be used as sidebars to a main feature or content page without disturbing the visitor's site visit.
Laacz on Sep 12, 2000 at 5:04:11 AMRating: 5

hehh. pretty interesting. but not useful :)

Evilution on Sep 11, 2000 at 12:11:39 PMRating: 4

Most Recent Ratings/ Comments


To rate and comment on a resource, you must first logon.

If you are not registered, please register yourself to become a member of the SiteExperts.community.

User Name
Password

Copyright © 1997-2008 InsideDHTML.com, LLC. All rights reserved.