User Profile

Collapse

Profile Sidebar

Collapse
Spencer Killen
Spencer Killen
Last Activity: Jan 8 '12, 07:25 PM
Joined: Jan 6 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Spencer Killen
    started a topic Unmountable Boot Volume?

    Unmountable Boot Volume?

    My windows xp says it has an unmountable boot volume and I dont have the installation cd, how do I revive it?
    See more | Go to post

  • 0k I updated my code, but it still does'nt work it displays the mouseout image only
    Code:
    <html>
    <head>
    <script type="text/javascript">
    function change(img,id)
    {
    id.src = img;
    }
    
    </script>
    </head>
    
    <div style="position:absolute;top:20px;left:20%" align="center"><font face="arial" id="title"
    ...
    See more | Go to post

    Leave a comment:


  • How to make an image change when mouse over and then change back when mouse out?

    As the title says i'd like to have a image (mocha1150.Gif) and when the mouse moves over them id like them to change to mocha5150ani.Gi f and when the mouse moves out id like to change it back to mocha1150.Gif

    I already have the code written can someone please tell me whats wrong with it?

    Code:
    <html>
    <head>
    <script type="text/javascript">
    function moveover(imga,ida)
    ...
    See more | Go to post

  • Spencer Killen
    started a topic Why won't data in Form won't post to PHP page?
    in PHP

    Why won't data in Form won't post to PHP page?

    ok i have two pages and right now i just want to send the form data and display it on another page im using notepad and when i run the codes through and it just comes up as nothing for the varibles

    page 1
    Code:
    <html>
    <?php>
    <form action="php2.php" method="post">
    Username: <input type="text" name="user" />
    Password: <input type="password"
    ...
    See more | Go to post
    Last edited by Niheel; Jan 19 '11, 03:42 AM. Reason: please only post relevant information and edit your question to add relevant information.

  • Spencer Killen
    started a topic Can you save form data to the website?

    Can you save form data to the website?

    In my website i have forms that are submitted into the URL and then converted into javascript on the next page, i wish to have sort of like a survey on the first page and then she the results of others on the next, is their anyway of storing javascript variables into an html file, my web hosting doesn't allow anything else and doesn't allow the post method (webs.com) If its not possible can someone explain a way to do it in notepad?

    ...
    See more | Go to post

  • Spencer Killen
    started a topic Aligning forms with DIV?

    Aligning forms with DIV?

    I want the forms to be 105 pixels from the top and 300 pixels from the left, I type in this code and the forms just appear in the top left corner.


    Code:
    <DIV style="position:absolute;top:105;left:300" >
    
    
    <form name="input" action="index2.htm" method="get">
    Name: <input type="text" name="user" /> <br />
    <input
    ...
    See more | Go to post

  • G0T IT
    thanks Dormilich

    Code:
    <script type="text/javascript">
    <!--
    
    function querySt(ji) {
    hu = window.location.search.substring(1);
    gy = hu.split("&");
    for (i=0;i<gy.length;i++) {
    ft = gy[i].split("=");
    if (ft[0] == ji) {
    return ft[1];
    }
    }
    }
    
    var koko = querySt("sex");
    
    document.write(koko);
    ...
    See more | Go to post

    Leave a comment:


  • ok i managed to find this code
    Code:
    <html>
    <head>
    <script language="JavaScript">
    
    function onload()
    {
    alert(window.location.search);
    }
    
    </script>
    </head>
    
    <body onLoad="onload()">
    
    </body>
    </html>
    whats with the "alert" or "onload" do i need them, and...
    See more | Go to post

    Leave a comment:


  • oh my gosh okay it works fine i get a url like
    index2.htm?user =username&sex=m ale&bike=I%20ha ve%20 a%20bike
    But on that page I want to take those varibles and make a sentence like: Hello bob you are male and you have a car and a bike

    Also the post method doesn't work because I have a sub-domain through webs.com and I doesn't allow the post method.
    See more | Go to post

    Leave a comment:


  • How to transferring form data through Url "Get" method?

    Hey I have a short little poll thing and i'd like to transfer the results to another page through url like
    ...com/?x=12&y=55 hers what I got so far:
    by the way my website doesn't let me use the post method
    Code:
    <form name="input" action="index2.htm" method="get">
    Name: <input type="text" name="user" /> <br />
    <input type="radio"
    ...
    See more | Go to post
No activity results to display
Show More
Working...