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!
Type: Posts; User: XGaMeR
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!
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...
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...
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...
<html>
<head>
<title>::Survey::</title>
</head>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
var anglvl=0;
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...
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 ...
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...
ok ill give it a try, ill telll u if a need help thx :)
PaYcE--->
XGaMeR 1
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
the ` was for spaces because they are disabled
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...
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...
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);...
this is in javascript code so...
<a href="javascript:shake(n)">Shake Me!</a>
PaYcE