Help me alert !

Discussion in 'Web Design, HTML And CSS' started by Naash, Mar 28, 2009.

  1. Naash

    Naash New Member

    Joined:
    Jan 22, 2009
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0
    I have attached an attachment which has drag and drop feature. The elements of rightmost column can be dropped to any of the white cells.
    My attachment also has NEXT button, when clicked generates next week day and dates.

    Now here I have added an alert option. When a name is dragged and dropped to any of the white cells, an alert comes that should show following details :

    1) Name
    2) Day & Date
    3) Time (the one in the leftmost column)

    My coding does generates the alert with above details.

    But there's one problem. When I click NEXT button, the day and date of the previous week is generated.

    2) I have also created a back button that takes user to previous pages. But again it doesn't work !

    Code:
    <INPUT TYPE="button" onClick="history.go(-1);return true;" VALUE="BACK">
    
    Help !
     
    Last edited by a moderator: Mar 31, 2009
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Please do not attach your queries and try to post them.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice