Results 1 to 2 of 2

Thread: "recal" DHTML Window widget function

  1. #1
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default "recal" DHTML Window widget function

    1) Script Title: DHTML Window widget

    2) Script URL (on DD): http://dynamicdrive.com/dynamicindex...ndow/index.htm

    3) Describe problem:

    I can't use the "recal" function on ajax dhtml window.
    This is the code i try:

    Code:
    function promo(){ 
        ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "content/promo.html", "", "width=1000px,height=1000px,center=1,resize=1,scrolling=1", "recal")
        }
    But if i use this line of code like the example, it work perfectly:

    Code:
    <script type="text/javascript">
    
    var googlewin=dhtmlwindow.open("googlebox", "iframe", "http://images.google.com/", "#1: Google Web site", "width=590px,height=350px,resize=1,scrolling=1,center=1", "recal")
    
    googlewin.onclose=function(){ closed (return false to cancel action):
    return window.confirm("Close window 1?")
    }
    </script>
    Any idea for my problem, Thank you so much...
    _____________________

    David Demetrius // davejob
    _____________________

  2. #2
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    so? there's impossible for ajax to have that "recal" function right?
    And i need to use the DHTML with iframe..
    _____________________

    David Demetrius // davejob
    _____________________

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •