Dear all,
I have function javascript like this
function display_short_lived_counter(seconds, div_name) {
orig_seconds = seconds;
if (seconds <= 0) {
el = document.getElementById(div_name);
if (el) {
el.innerHTML = '00:00:00';
}
return;
}
hours = 0;
minutes = 0;
interval
Dear all,
Can u give me script with jquery how to get URL after #
Example : index.php?p=item#id=1
How can I get id=1?
Thanks
countdown is done then the bid
> will be 30 seconds". I don't quite understand it
>
>
> On Wed, Apr 29, 2009 at 5:43 AM, gozigo_milis gozigo_milis <
> gozigomi...@gmail.com> wrote:
>
>> I'm developing a web for online auction items. Each item will have a
}
$(document).ready(function(){
var x=get_param_name();
alert(x);
});
I run in Google Chrome it work
but in opera and IE 8 it does't work...
Any other idea?
On Wed, Apr 29, 2009 at 9:12 PM, Martijn Houtman
wrote:
>
> On Apr 29, 2009, at 2:45 PM, gozigo_milis gozigo_milis wrote:
>
Hello all
I will aks sth
example : http://www.matrix.com/index.php?p=gallery#page=1
how can I get page=1 (parameter after sign #)
thanks
I'm developing a web for online auction items. Each item will have a
countdown such as 00:10:00 and will go down if the user does not make a bid.
If the countdown is done then the bid will be 30 seconds.
The problem is:
How do I create a script so that the Auction does not connect to the server
e
6 matches
Mail list logo