here is what i use on my so called "gallery":
1. open a window of pre-defined size (some sort of 300x200)
2. write the code into that window that acts on that popup's load, there i catch the image's width/height & resize the window due to them..
here is a script:
function...
hi
>.. id="f00" name="QTY" why do you use differnt id & name? may be that's your prob?
try the same code (the code is workable) but remove/rename your id's names/ids
try also document.forms instead of document
must be smth like this:
<SCRIPT language=javascript>
for (i=1;i<4;i++) {
document.forms[formname]['obj'+i].visible = true
}
</SCRIPT>
but that won't work anyway :)
1. there have to go obj.style.visibility
2. even that doesn't work (may be for me only.. ;)
try
if (popUpWindow && !popUpWindow.closed){
popUpWindow = window.open(windowURL, "popUpWindow", windowFeatures );
popUpWindow.focus();
}
so, when you'll close this popup, popUpWindow.closed would be true..
it does not give the feel of button why?
it gives the filling of what it look like.. make it look like a button..
are there any functionality which can provide the tags for button. if it does not exist, are there any documentations stating this?
stating what?
didn't got it :( what do you mean?
hi NEIL
i'm afraid it is not ie feature..
take a look:
http://www.webreference.com/dhtml/diner/seethru/index.html
at least i didn't found any workarounds..
:)
hie
scrollarea?
you mean overflow:scroll for divisions in ie on mac?
my advice: DO NOT use divs on mac :)
joke (but may be it is not /a joke/?)
positioning on mac is VEERY weird..
on mac:
in netscrap (nc4x) - just as allways, resize=reload (& your page looks like a seek scared to death...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.