Jump to content

mexopix

Friends
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

1,523 profile views

mexopix's Achievements

  1. mexopix

    Easy Pages

    Hey Ryan, just bought Easy Pages. My goal would be to implent a Simple javascript liek this: <script type="text/javascript"> function setIframeSource() { var theSelect = document.getElementById('location'); var theIframe = document.getElementById('myIframe'); var theUrl; theUrl = theSelect.options[theSelect.selectedIndex].value; theIframe.src = theUrl; } </script> </head> <body> <h1> HypremCraft Map Directory </h1> <form id="form1" name="form1" method="post" action=""> <label> Server: <select name="location" id="location" onchange="setIframeSource()"> <option value="./select.html">Server</option> <option value="http://server1.net:8123/">Creative</option> <option value="http://server2.net:8124/">Survival</option> </select> </label> </form> <p> </p> <iframe id="myIframe" src="./select.html" width="800" height="400" frameborder="0" marginheight="0" marginwidth="0"></iframe> <p> </p> <p> </p> I guess I am doing something wrong because it doesn run the html code. I didnt found any documentation inside the package so im Wondering if it is possible or not. Cheers
  2. mexopix

    Portal

    I just did that now I got a blank white page. Not sure why. I have the latest IPB and latest Portal. My Forum is set as offline currently but didnt changed after I changed the settings.... edit: seems resolved I just reinstalled the portal and now it works....
×
×
  • Create New...