Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Build Exit Button For Web Course

New Here ,
Nov 08, 2007 Nov 08, 2007

Copy link to clipboard

Copied

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?
TOPICS
Server side applications

Views

454
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 08, 2007 Nov 08, 2007

Copy link to clipboard

Copied

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?
>

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 09, 2007 Nov 09, 2007

Copy link to clipboard

Copied

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?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 09, 2007 Nov 09, 2007

Copy link to clipboard

Copied

LATEST
You want to CLOSE the window?

<a href="javascript:self.close();">Close this</a>

--
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:fh2340$7j5$1@forums.macromedia.com...
>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?
>

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 08, 2007 Nov 08, 2007

Copy link to clipboard

Copied

Assuming the exit icon is an image:
<a onclick="yourExitFunction()"><img src="yourIcon"></a>

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 09, 2007 Nov 09, 2007

Copy link to clipboard

Copied

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.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines