This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 9 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • button using ifram #80031

    my_2000
    Participant

    parent html

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html lang="en">
    <head>
        <title>Getting Started</title>
        <link rel="stylesheet" href="../jqwidgets/styles/jqx.base.css" type="text/css" />
        <link rel="stylesheet" href="../jqwidgets/styles/jqx.darkblue.css" type="text/css" />
        <script type="text/javascript" src="../scripts/jquery-1.11.1.min.js"></script>
        <script type="text/javascript" src="../jqwidgets/jqxcore.js"></script>
        <script type="text/javascript" src="../jqwidgets/jqxbuttons.js"></script>
    </head>
    <body>
       <iframe runat="server" src="aaa.htm" width="750" height="30" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
    </body>
    </html>

    child page

    <script type="text/javascript" src="../scripts/jquery-1.11.1.min.js"></script>  
    <script type="text/javascript">
        $(document).ready(function () {
            $("#myButton").parent().jqxButton(
           { width: '120px', height: '35px', theme: 'darkblue' }
           );
        });
     </script>
     <input type="button" value="Click Me" id='myButton' />

    don’t run

    button using ifram #80085

    Hristo
    Participant

    Hello my_2000,

    Could you write if there are any message in console.
    Please take a look this article could be helpful:
    https://www.jqwidgets.com/jquery-widgets-demo/demos/aspnetmvc/index.htm

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.