????: JavaScript ???? HTML ??????

Category: JAVA Questions    |    3 views    |    Add a Comment

Behaviour.js ??HTML ? JavaScript ??????!

Share/Save/Bookmark

 

Link Back Code

Category: PHP Questions    |    2 views    |    Add a Comment
Hi, this is the code

Link to us:<br>
<form><textarea cols="110" rows="3" onClick=’highlight(this);’><a href="<? echo $url; ?>">
<img src="<? echo $url; ?>/button.gif"></a></textarea></form>
<br>
<a href="<? echo $url; ?>">
<img src="<? echo $url; ?>/button.gif"></a>

</div><br><br>

This is the code at this Tools Page
I am having problem for linkback. the code doesn’t seem to work. Plus the url generated in example is http://free-images-upload.com/www.fr…ges-upload.com

Please help me see what is wrong. thanks very much

Share/Save/Bookmark

 

???????? - JSON prototype.js

Category: JAVA Questions    |    3 views    |    Add a Comment

JSON ? prototype ????????

Share/Save/Bookmark

 

EAN 13

Category: PHP Questions    |    4 views    |    Add a Comment
I started PHP last month.So I am new.

Is it possible to find the EAN 13 with PHP ?

Here is how to calculate the EAN-13

Quote:

1. From the right to left, start with odd position, assign the odd/even position to each digit.
2. Sum all digits in odd position and multiply the result by 3.
3. Sum all digits in even position.
4. Sum the results of step 3 and step 4.
5. divide the result of step 4 by 10. The check digit is the number which adds the remainder to 10.


Thanks in advance.

Share/Save/Bookmark