matthewhse
08-04-2003, 09:40 AM
Hi,
I want to create a fancy kind of javascript alert box. Here's what I want it to do:
First, it should be visible only to NN4.x users. Figured I'd use document.layers to accomplish that.
Second, I want the box to have two buttons. One should say "More Info" and the other should say "Continue."
"More Info" should close the alert box and launch a page of my choice in a new browser window. "Continue" should simply close the alert box.
A special feature I'd really like would be to have the alert box use a cookie to only come up once per browser session.
If anyone can point me toward something like this, I'd be very appreciative. I don't know much about javascript, so any instructions will have to be pretty plain for me to understand!
Thanks,
Matthew
I want to create a fancy kind of javascript alert box. Here's what I want it to do:
First, it should be visible only to NN4.x users. Figured I'd use document.layers to accomplish that.
Second, I want the box to have two buttons. One should say "More Info" and the other should say "Continue."
"More Info" should close the alert box and launch a page of my choice in a new browser window. "Continue" should simply close the alert box.
A special feature I'd really like would be to have the alert box use a cookie to only come up once per browser session.
If anyone can point me toward something like this, I'd be very appreciative. I don't know much about javascript, so any instructions will have to be pretty plain for me to understand!
Thanks,
Matthew