facebook

Using JAvaScript in pop up window

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #228736 Reply

    sanajayan
    Member

    i am entering a text in front end and i check the entered text in the back end (in the database). it returns a boolean value and if it is false, i want to giv an alert message in the front end. So is it possible to set the boolean value in the request.SetAttribute and retrive it in my jsp(front end)

    <html-el:hidden property=”presentInModelAccessory” value=”${requestScope.presentInModelAccessory}”/>

    <script>
    informNotInModelAccessory();
    function informNotInModelAccessory()
    {
    var present = document.all[“presentInModelAccessory”].value;

    if( present == “false”)
    {
    alert(“This code is not present in Model Accessory table.”);
    }
    </script>

    #228740 Reply

    Riyad Kalla
    Member

    Moving to OT > Soft Dev

    #228771 Reply

    sanajayan
    Member

    Didnt MAKE OUT the reply what you have sent regarding “USING JAVASCRIPT IN POP UP WINDOW” could you make it more clear..
    —————————–
    Moving to OT > Soft Dev
    —————————–

    Thanks
    Sana

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Using JAvaScript in pop up window

You must be logged in to post in the forum log in