| cdrom600 on Jul 28, 2006 at 6:55:23 PM (# 2) I don't believe that this is possible. The browser provides the alert, etc. boxes, which therefore inherit their appearance from the host operating system. Winterwolf on Jul 29, 2006 at 7:47:30 AM (# 3)what the site probably showed was how to make your own gui-style boxes with out using confirm(), prompt(), and alert(). These would be created by using the windows popup function to create your own inpage versions and customized via css. I'd look up "creating customized popups" and see where that gets you. aliawan on Jul 31, 2006 at 11:51:22 AM (# 4)Thanks for the input guys.
I guess what i was looking for was floating div's that mimic popup windows. Or in this case alert/confirm boxes.
IF you know of any tutorials or articles in here that show how to do that, I would be extremely grateful.
Thanks,
ali cdrom600 on Jul 31, 2006 at 5:56:16 PM (# 5)I can't think of anything off the top of my head. Some Googling, though, could get you started. It sounds like you are on the right track. ctoz on Jul 31, 2006 at 6:25:55 PM (# 6)hide/show js...
http://codepunk.hardwar.org.uk/bjs19.htm
|