You'll probably have to get an SMS gateway so you can get one of those short codes. Now, a cheaper (yet perhaps not as user friendly) solution would be to just have them email the votes in. You...
because you can't use server side solution, this could get tricky..becuase it will be very hard, if not impossible to send the current time (time1) to the next page, because it will involve a new...
yeah, remember this is making separate calls to the database, so if you do a whole bunch right after the other...depending on the server load, and connection, etc, i would presume that some of the...
okie dokie..try using a counter like in the following code: (I apologize for any php syntax errors that might happen..dont have php parser at my disposal right now, so no real way to test:
Okay, here is what I figured out to do. First of all, yeah, firefox did have some weird issues with those anchors. So I tried to build a function that would "simulate" the jumping by scrolling to...
I believe IE 8 is leaning to more of the w3c standards. However, they do allow for what they call "compatibility" mode. Which basically allows you to use the same IE "tweaks" allowed for in...
well that echo statement has to repeat to get all the proper links in the database. but if you put the echo "<table>" and echo "</table>" outside the link, it should properly generate an HTML table...
i dont know because stm_aix() isn't something i'm familiar with... its not a link. that is a function that is called that probably inserts a link into the page. you have to find the function...
Yes, J2NYC is right. Javascript runs on the client. The data you want from your users needs to be stored on your server, if you wish to display it on your home page.
Firstly, take out the target=_"blank" part in the [..] block..but I prolly would have tried the same thing ;) anywho... would you be able to send me your html/javascripts? we might be able to modify...
i couldn't tell you because that code is specific to whatever is being used for that side panel. mind you, that final argument in the "[...]" might allow for a target specification. ...
this looks like some sort of third-party class (object). you'd have to go into the library where the class is built, and see what that method [stm_aix] actually does. perhaps you can allow it to...
Though you can do this in JavaScript (though it would have to run after all your elements have loaded), I suggest you actually change the source code of the files itself. I would use a program that...