Call Javascript function to display a layerwithin

java , php India
  • 16 years ago

    Dear ALL



    Thanks a lot t all for proper guidance.


    While inserting records I had accepted information as follow
    o AB o CD o EF these 3 radio buttons were displayed


    There are 3 layers aLayer bLayer and cLayer


    On click of each radio button , An approprate layer is display and certain values are accepted. By default all layers are hidden


    on Click on o AB Layer aLayer is displayed and others are hidden
    on Click on o CD Layer bLayer is displayed and others are hidden
    on Click on o EF Layer cLayer is displayed and others are hidden


    For modification / update I need to make similar presentation (I could handle radio button)
    But cannot display layer.


    I am calling Javascriptin followingmanner


    <?php
    //Script Here
    ?>
    JavaScript to show Layer
    <?php
    //More Script
    ?>



    I have tried calling javascript function say aLayershow() but layer is not displayed
    Please note that IN program to add a record this verry same function is workig fine and is called on clicked event.


    Please help

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Every language has an optimization operator. In C++ that operator is ‘//’”