Skip to main content
Participating Frequently
November 8, 2007
Question

Build Exit Button For Web Course

  • November 8, 2007
  • 2 replies
  • 537 views
I hope this is not too generic a question for this forum, however, I need to build an exit feature for a web course and I have no clue how. I'm using Dreamweaver 8 and I even have .js code for exit but have no idea how to link it with the exit icon in the course. Can someone walk me through it?
This topic has been closed for replies.

2 replies

November 9, 2007
Assuming the exit icon is an image:
<a onclick="yourExitFunction()"><img src="yourIcon"></a>
semaj06Author
Participating Frequently
November 9, 2007
So name-game the code you provided goes into the code portion of the window right before the Button image? And it will do what exactly...exit the window?

Thanks for your help.
Inspiring
November 8, 2007
What is it you are exiting from?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"semaj06" <webforumsuser@macromedia.com> wrote in message
news:fgv695$8em$1@forums.macromedia.com...
>I hope this is not too generic a question for this forum, however, I need
>to
> build an exit feature for a web course and I have no clue how. I'm using
> Dreamweaver 8 and I even have .js code for exit but have no idea how to
> link it
> with the exit icon in the course. Can someone walk me through it?
>

semaj06Author
Participating Frequently
November 9, 2007
I want to build an exit from the Window of the course, not the browser. Something like a button with a pop-up that says "Are you sure you want to exit this course?" with a YES > NO click...

Does that make sense?