|
Answer» 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!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?
|