Okay... For the first one... I'm assuming that... you got a var in js that is holding the new window... if its in the function that calls openwindow... try declaring it outside... since I don't have ur code... can't really comment on the exact cause..
For #2... In the CSS spec there is no attribute.. "hand" for cursor.. try using "pointer".. I think that was the only problem there.. if wrong plz correct me http://www.w3schools.com/css/pr_class_cursor.asp for #3 don't have the screen shot so can't comment. From the looks of it.. most of these are issues were IE has gone away from the standards.. or you have coded just for one browser.. which in my opinion defeats the purpose of having a web app.. anyhow if you were to compare browsers on standard compliance.. FireFox will win.. and with any application.. the closely you follow standards.. the better off you are in the long run.. As eventually ev1 comes back to the standards. -- Regards, Andrew Scott wrote: > > Hmmm, > > Lets talk about opening another window and trying to close the main > window first, this under IE will give focus to our new window under > Firefox it keeps the old window focused even if you try to focus the > other window with the browser, which means that even the Javascript is > not even compatible! Bug #1. > > Bug #2, in the following bit of code this will not work under Firefox. > <input style="font-family: verdana; font-size: 10pt; width: 48px; > height: 42px; background: #F3D4A5 > url(/coltest/images/syMenuButton/ButtonUTILITY.gif) no-repeat fixed 1px; > }" class="BARMASTER" type="Button" name="frmButtonARMASTER" value="" > onmouseover="this.style.cursor = 'hand';" > onclick="window.location.replace('nuMenu.cfm?MenuGroupCode=ARMASTER');"> > > Bug #3, As you can see by the attached images that it will not display > IFrames correctly either. > > Internet Explorer was used > > > FireFox used to browse > > > -- Umer Farooq Octadyne Systems [EMAIL PROTECTED] +1 (519) 772-5424 voice +1 (519) 635-2795 mobile +1 (208) 275-3824 fax LOOKING FOR A USED CAR IN IOWA VISIT: http://www.IowaMotors.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186409 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

