Jump to content

Coolprogram

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Coolprogram

  1. EDIT: I should really have read your post completely. :) The following codes will not exactly apply to what you want to do... Sorry.Javascript could also be used.Something like this:
    function enter() {   if (pass = 'myPassword') {      document.location.href = 'nextpage.htm';   }   else {      document.submitpass.submit();   }}

    Pass being the ID of the password input.

    <form action="wrongpass.htm" id="submitpass" onsubmit="enter()">   <p><input type="password" id="pass"  /></p>   <p><input type="submit" value="Enter" /></p></form>

    Though anyone could look at the source to know the password. So you might want to make it a bit more complicated but using this script instead...

    function enter() {   jfk='m'; kren='y'; kjds='P'; lkei='a'; lqna='s';   uiel='w'; yeka='o'; beme='r'; nea='d';   if (pass = jfkkrenkjdslkeilqnalqnauielyekabemenea) {      document.location.href = 'nextpage.htm';   }   else {      document.submitpass.submit();   }}

    Not sure if that would work... Also, it depends on what your password actually is.

    Nice work on that. How long did it take you to do that? M
  2. I'm really not sure what you are asking but if yopu want to set a picture as your desktop then just right click the image and press save as desktop or something like that. But if you want to save a picture to something the just copy the image and put it in paint or something. Then you will have the picture to yourself unless ytou want to post it on the internet (Not Very Hard) Yeah i hope this answers your question-Coolprogram

  3. HMMMM, i had a similar problem before, but it was in my coding. Or it may be the web browser for some reason i've rarely seen a case where it is the web browser but that is an idea. Umm it also could be your webhosting server. To tell you the truth i dont know but those are posibilities for you.Thanks,-CoolprogramP.S. I hope what i said help you.

  4. Okay here is my site that gives HTML Codes PHP codes and Javascript codes. I will give you the html page only for right now. it is My SiteOkay that is a place that all you beginners can find codes. We will have more codes later because this site is very new we dont have all the codes. It is alsoe in my Sig (Signature)-Coolprogram

  5. You need to learn PHP & SQLfor that but if you are looking for a place to enter a password here is a code

    <form action="whatever.php" method="POST">Username:<input type="text" name="text" value=""><br>Password:<input type="password" name="password" value="">

    I could give you a PHP code for it but it would be very long. Just search google for a CMS likethe other guy said. Ohh and you need this code in your PHP

  6. Hi All,      I am trying to set a jpg file as background. so i am doing <body background="boat.jpg">Here the problem is,  The image size is around 700x600 which is smaller than my ie screen size. so the image is tiled (displayed full + again part of that at the bottom and right). I want to fit it to the window. how to do it.Then,<body> hai</body>i want to align this hai at right. how to do this..This is very basic.. i just started to learn. so u ppl guide me.Regards,chandru

    Okay here is an HTML version with a little css of what you are trying to do if i am correct.
    <style type="text/css"> body { background:url("path/to/background.jpg") no-repeat; } </style>

    Oh and for aligning hai all you have to do is this:\

    <p align="right">

    I hope this helps you.-Coolprogram

  7. I want to learn how to put stuff into my MYSQL Database. but i dont know. I know i need to learn SQL for it. But i just need to know how to do this. So can somone please help me? Thanks,-Coolprogram

  8. Okay if HTML is hard go througfh www.w3schools.com tutorial. If that still doesnt work then just copy and paste it on to NOTEPAD or word pad or whatever you use. If that doesnt wprk then Bummer. I just copied and pasted everything when i just started put but now i know the codes off the top of my head. If nothing i say helps you then PM(Private Message) me. Thanks,-Coolprogram

×
×
  • Create New...