Hi,

I have a simple customer database application where users can assign
tasks to each other.... when the page refreshes every 10 seconds it
pulls the data from the recordset so if the user has an assigned task
(a record within the recordset query) then I would like the jQuery
Dialog to execute.

This is what I have so far:

<script type="text/javascript">
        $(document).ready(function() {
                $("#dialog").dialog({
                        bgiframe: true,
                        height: 140,
                        modal: true
                });
        });
        </script>

<div id="dialog" title="Tasks Message">
        <p>Adding the modal overlay screen makes the dialog look more
prominent because it dims out the page content.</p>
</div>


But it doesnt seem to work.

Any help appreciated.

Lee

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to