Results 1 to 2 of 2

Thread: can somebody tell me that how to put action in button coding using java script

  1. #1
    Join Date
    Jun 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default can somebody tell me that how to put action in button coding using java script

    sgsfgfgfggggggggg

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    You mean lines like the following?
    Code:
    <button style="cursor:pointer; background: #dedede" onclick="window.open('http://www.google.com');" onmouseover="this.style.background='lightyellow';" onmouseout="this.style.background='#dedede'">button</button>
    ===
    Arie Molendijk.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •