Internet Marketing by Carmen Maranon
main | blog | ezine | plug-n-go web biz | podcast | v-blog | members | ask carmen! | carmen approved | forumhelpdesk

Subscribe to My Weekly Marketing Journal...Name:E-mail:

Here are the Most Frequently Asked Questions I'm asked about Internet Marketing and Doing Business On The Internet... but with a cool twist. Not only will you read *my* solutions, but you will also have the read answers from other Internet marketers of all levels (newbies, intermediate & pro's), based on their personal experiences.

If you see a question that YOU have answers to, feel free to login and submit your answer! You must first register to post, but it's free and takes only a minute! If you would like to submit a question for consideration for this wiki, e-mail me with subject "AskCarmen Question."


Question: Adding a “Close Window” button

Filed under: Web Design & Develop

Answer:

Simply place the button or link code where you would like it to appear. (Seems to work only in IE)

<!— begin BUTTON code here –>
<form method=”post”><input type=”button” value=”Close Window” onclick=”window.close()”></form>
<!— end BUTTON code here –>

<!— begin LINK code here –>
<a xhref=”javascript: self.close()”>Close Window</a>
<!— end LINK code here –>

SAMPLE:

Button code:

Link code:
Close Window

No Reader Submissions »

No comments yet.

RSS feed for reader answers for this post. | TrackBack URI

Leave a comment

You must be logged in to post a comment.