A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Dreamweaver Q

  1. #1
    Junior Member
    Join Date
    Mar 2001
    Posts
    12
    Guys
    How do i create a browser with in a browser?

  2. #2
    Senior Member
    Join Date
    Mar 2001
    Posts
    201
    ahh do you mean frames?

  3. #3
    If you just want to open a page in a new window you can use the target _blank in the property window. Otherwise:

    Highlight what you want to use as a link to the new window. Put the # in the link box and press enter. Then open the behaviors palate, click the + and go to Open Browser Window. From here you can decide on the size, whether to have toolbars or scrollbars, etc.

    If you want to put a close window, highlight the link, put in the # in the link box in your property window and press enter, then in the behaviors palate click the + and go to add javascript. In the box type this.close()

    This will let the user close the window when they are done with it.

    Hope this helps.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center