Re: Frontpage 2003 pop up box
Hey Scott, welcome to PCHF.
That's actually a simple enough approach, but there are many many different ways of doing this. One way, is to use layers. By using layers, you can make your dialogue box look however you like using HTML.
Here's how to show/hide your layer:
Hide:" document.getElementById('id').style.display='none'
"
Show:" document.getElementById('id').style.display='block'
"
^ You can insert these within links, for example, when a user presses OK to close the dialogue.
EDIT: Marked as Answered.
Last edited by madmonkey; 11-03-2008 at 10:25 PM.
|