Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: Navigational Help

  1. #21
    Join Date
    Feb 2006
    Posts
    4,242
    Rep Power
    0

    Default

    I have a flash menu and want when a button is clicked, the link loads in an iframe.

    I tried the following and its not working, i am still googling for a solution.

    Can anyone can help me out with a simple solution?


    Code:
    //actionscript for contact us button
    
    btn_contactus.onRelease = function() {
    
     getURL("../contactus.php","iframeName");
    
    }


    HTML Code:
    <!--page contents are loaded within this iframe-->
    
    <iframe name="iframeName" height="300" width="300"></iframe>
    Last edited by Utech22; Sep 23, 2008 at 05:29 AM.
    |--- www.RealJamaicaEstate.com ™ ---|
    Invest small = small returns [micro enterprise] | Invest Big = returns Big [macro enterprise]
    --- www.fashionsJAMAICA.com ™ -|- www.ChampsJamaica.com

  2. #22
    Join Date
    Feb 2003
    Posts
    3,184
    Rep Power
    0

    Default

    that should work. make sure the iframename is correct and avoid ../ links (use simple links for now)

  3. #23
    Join Date
    Feb 2006
    Posts
    4,242
    Rep Power
    0

    Default

    Quote Originally Posted by owen View Post
    that should work. make sure the iframename is correct and avoid ../ links (use simple links for now)
    I found the error.
    also if I don't use ../ it won't find the correct directory.
    |--- www.RealJamaicaEstate.com ™ ---|
    Invest small = small returns [micro enterprise] | Invest Big = returns Big [macro enterprise]
    --- www.fashionsJAMAICA.com ™ -|- www.ChampsJamaica.com

Posting Permissions

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