Did I understand correctly that GreyBox will not work when called from
withing a .net project?

If it can work, I would like some help.

When I try to fire it, all I get is the linked page opens up.  The
script, is not fired in the on-click event.  Here's the code I'm
testing this with:

<html xmlns="http://www.w3.org/1999/xhtml"; >
<head runat="server">
    <title>Order Place Holder</title>
    <script type="text/javascript">
        var GB_ROOT_DIR = "C:\...\greybox\"
    </script>
    <script type="text/javascript" src="greybox/AJS.js"></script>
    <script type="text/javascript" src="greybox/AJS_fx.js"></script>
    <script type="text/javascript" src="greybox/gb_scripts.js"></
script>
    <link href="greybox/gb_styles.css" rel="stylesheet" type="text/
css" />
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <ul>
            <li>
                <a href="http://google.com/"; onclick="return
GB_show('Google', this.href)">Visit Google</a>

            </li>
        </ul>
    </div>
    </form>
</body>
</html>

Ideas?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GreyBox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/greybox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to