velious
04-07-2004, 07:53 PM
i got this string:
msgbox ("Access Granted! connecting to blah.html in 4 seconds",0,"blah.htm")
I want to have a box that has no buttons. The reason is because i want the user to be connected to blah.html within a givin amount of time without needing to click an "ok" button. anyone know how to do this?
shmoove
04-08-2004, 09:11 AM
A message box will always have at least one button. Not much you can do about it. Use a form instead.
shmoove
Jason
04-15-2004, 12:36 AM
you can use an alert through javascript and have a redirect on a countdown timer...that would be how to do it in my oppinion....
Jason
There is some code that I have found before that I had on my old computer that lets you create a custom alert box. It is completely customizeable. I think I actually posted in CF. With this script, you can completely customize everything from colours and buttons. You could make it look like a normal alert if you altered the script a bit and added in pictures... let me see if I can find the script and then I will post a link in a minute :D
I read over the forum and found out: its not cross browser!
HEres the link: http://www.codingforums.com/showthread.php?t=14666
I wrote the script when I was 10/11, so its kinda messy.. not sure :D
shmoove
04-15-2004, 08:51 AM
I have a feeling he's talking about VB and not JavaScript.
shmoove
Jason
04-15-2004, 10:23 PM
maybe we should get some specifications from him then ;)
Jason
yeah, I agree give us more details on what u want :rolleyes: