Computer Hope

Software => Computer programming => Topic started by: Bannana97 on January 06, 2009, 09:41:38 AM

Title: Button Codes Needed!
Post by: Bannana97 on January 06, 2009, 09:41:38 AM
JavaScript, or HTML works on my website (Only)


I need a button that will shutdown your computer,
A Button that will close the window you click it in,
A button that will generate a new page WHILE copying one page. (Description: I need a dorpdown menu that will have all my pages, (I put them in,) and click the button. It finds the link with the page "www.???.com/???.html", copies it, and makes it with a text I typed into a form beside the dropdown.)


Can anyone help? Thanks!
Title: Re: Button Codes Needed!
Post by: kpac on January 06, 2009, 10:39:30 AM
1. No JavaScript or HTML can shotdown a PC.

2. Use:
Code: [Select]
<a href="javascript:window.close()">Close Window</a>
3. Not sure what you mean by this one...

Is this homework?