is there a better way around this?
Type: Posts; User: khaled450; Keyword(s):
is there a better way around this?
Thanks a lot guys. John your code is almost perfect. Sorry that i haven't explained it yet, but what i was trying to reach is to get the variable from input2 and post it into input1 and start...
<html>
<head>
<title>Example</title>
<script type="text/javascript">
function size()
{
var a = document.getElementById('img').style.width;
var b = document.getElementById('img').style.height;...
thank you for your answer but I tried that code replasing setTimeOut in my code to the one you gave me but didnt work!
:(
hi there,
I got this code from W3Schools and this is the link to the original code http://www.w3schools.com/js/tryit.asp?filename=tryjs_timing_infinite and I played around with it, but I dont...
John thank you so much for all your help
I totally appreciate it
thanks
Hi everyone,
I am building this website and I was wondering how to make a mailing services imbeded in the site. What i mean is the same idea as this website where users could have mailbox to...
Thank you sooooooooo much ... breaking to pieces made me understand the functionality of it and how to play with it.
My previous post was about something different than my first. I was wondering...
Thank you so much that really did it.
:D
And I will concider not giving names such numbers in the future, thank you so much, I didnt know about the confusion thing.
Another thing, what if...
hi there, i'm new here, and I am really seeking help.
I was trying to make a form where you I can click on a picture to submit. To make it complicated for myself, I wanted it pass a variable in a...