Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Button Codes Needed!  (Read 3340 times)

0 Members and 1 Guest are viewing this topic.

Bannana97

    Topic Starter


    Intermediate
  • Owner of HerbertsWorld Corporation
    Button Codes Needed!
    « 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!
    Thanks
    Bannana97

    kpac

    • Web moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: Button Codes Needed!
    « Reply #1 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?