Search:

Type: Posts; User: XGaMeR

Search: Search took 0.05 seconds.

  1. Replies
    6
    Views
    1,117

    im thinking of using SQL. im in the middle of...

    im thinking of using SQL. im in the middle of reading some tutors, but ill get back to you if i have any other problems or am finished!
    thx for your help!
  2. Replies
    6
    Views
    1,117

    solution??

    I think I may have found a solution though I'm not exactly sure how to code it. I'm trying to keep my site pretty secure, so I incorporated .htaccess. I have heard that databases are unsecure, though...
  3. Replies
    6
    Views
    1,117

    Perl: Usernames in PERL

    Hello world... err... forum ppl...
    Anyway, I'd like to be able to have a user create a username and password on my site. I'd like to have it so that they will be allowed to log in right away. For...
  4. ive been playin around with it... now im tryin to...

    ive been playin around with it... now im tryin to figure out a way to make them click all the links and tell them what grade id give them. the script is pretty cool- teh shaking infinitely will make...
  5. this is my code

    <html>
    <head>

    <title>::Survey::</title>

    </head>

    <HEAD>
    <SCRIPT LANGUAGE="JavaScript">
    var anglvl=0;
  6. links- is there a way to check if theyve been visited?

    I was wondering if there is any code to check if a link has been clicked on during THAT time on the page. For example, link 1 runs teh function eatme an link 2 runs teh function yummy. When they...
  7. Thread: JS Rollovers

    by XGaMeR
    Replies
    8
    Views
    645

    thx

    OK so i was basically right. All my mistakes were basically simple errors that I knew but accidently put wrong. The second <p> was supposed to be </p> but thaszz ok. I notice now that i put the ...
  8. Thread: JS Rollovers

    by XGaMeR
    Replies
    8
    Views
    645

    ehh... something doesn't seem right about it......

    ehh... something doesn't seem right about it... can u look it over? i didn't put the images or links in the same spots as i did in the picture (just trying to get the drift)
    can u check it over and...
  9. Thread: JS Rollovers

    by XGaMeR
    Replies
    8
    Views
    645

    ok ill give it a try, ill telll u if a need help...

    ok ill give it a try, ill telll u if a need help thx :)

    PaYcE--->
    XGaMeR 1
  10. Thread: JS Rollovers

    by XGaMeR
    Replies
    8
    Views
    645

    i get the drift but am not sure exactly how to...

    i get the drift but am not sure exactly how to code it :confused:. can u type up the real code for my example?
    thx again :)

    PaYcE--->
    XGaMeR
  11. Thread: JS Rollovers

    by XGaMeR
    Replies
    8
    Views
    645

    about the `

    the ` was for spaces because they are disabled
  12. Thread: JS Rollovers

    by XGaMeR
    Replies
    8
    Views
    645

    JS Rollovers

    I'm good at JavaScript, but there are some things I never learned. I have a question about JS Rollovers. Can someone give me teh code to this problem: I want to have 3 links. When you click on a...
  13. Replies
    21
    Views
    1,404

    OK. Sorry about that. But images automatically...

    OK. Sorry about that. But images automatically load last and html automatically loads first. Therefore, you can preload the gif you want to play. In this way, the gif will load, then the html, then...
  14. Replies
    21
    Views
    1,404

    maad ez preloading

    heres the code in javascript

    <HEAD>
    <SCRIPT language="JavaScript">
    <!--
    pic1= new Image(100,25);
    pic1.src="http://someplace.com/image1.gif";
    pic2= new Image(100,25);...
  15. this is in javascript code so...

    this is in javascript code so...
    <a href="javascript:shake(n)">Shake Me!</a>

    PaYcE
Results 1 to 15 of 15