Jump to content

JZL003

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by JZL003

  1. I am trying to make a all purpose framed page with everything i need, all pages that can revert to a larger frame and i have a menu on the side. I wanted a quick way to type in a book name and see the corresponding google books page. I dont even need to replace spaces with %20 as it compensates. I can get the form to store the variable but cant get it into the web address.

     

    P.S. Any cool functions or ideas for things to add to page are appreciated. :)

  2. I am puttng this code:<html>

    <head>

    </head>

    <body>

    <script="javascript" type="text/javascript">

     

     

    if (4<5){

     

    document.write("nice job!");

    }

     

    else{

    document.write("Ohhh.Sorry");

    }

     

    </script>

     

    </body>

    </html>

    down and it displays it like its a text. What did i type wrong??(sorry if this is basic but i am just 12 years old and trying to learn)

×
×
  • Create New...