Search:
Type: Posts; User: Aravona
Search :
Search took 0.01 seconds.
I'm trying to download some data into a CSV file.
I've had a look around but I seem to only get my .php file downloaded instead of the specific data I need. (So my .csv file gets the <doctype>...
Moving my session destory to a diff location on my page worked, thanks for helping ^_^
I'm working on a script where I want to be able to destroy a session, I can do this easily linking to another page, but I'd rather not leave the index page as things have started to get messy.
In...
Works perfect, thank you.
I've been working on a select / deselect which uses a dynamically generated number of checkboxes. These checkboxes have an array as a name which some php script I have uses.
I found a solution to...
Thanks for that :) its done mostly what I want now to tweak it.
Is it possible to populate a div's innerHTML with a for loop?
I'm trying to display the number of days per month depending on the month.
for (var i = 1; i < fulldays + 1; i++){...
thats just part of my ajax - its the variable in the .php file.
echo json_encode($mystring);
The code in my .php file works - everything that side works apart from where you gave me:
...
No error, nothing changes on my page at all.
I don't understand what you mean by the second sentance sorry.
Absolutely nothing happens, so I'm guessing the problem goes further back than that. In fact nothing within my success seems to be working.
It should simply be two numbers being outputted.
Thanks for such a swift reply, but my two spans (hp / points) are still not updating.
I've a bit of code which I'm having problems with.
I've built my function to run on a button click which works fine, posts my varaibles into a php file and the php file sends back the information...
I have a php variable which uses some preset functions from a CMS to give me a file location on a server.
What I need to be able to do is use this variable within my external javascript file. I'm...
I've done that and tested a basic page with radio buttons and they both click normally in both browsers.
I've a form which generates radio buttons based on information in a database.
For some reason, these radio buttons work fine in IE9 and FireFox, however in IE7, and IE8 now (it used to work fine...
Now normally I have this problem with Internet Explorer but today its Firefox.
My IE8 displays the following perfectly, but for some reason my a:hover is 1px too low in FF.
#navigation {...
I've got a plugin for a wordpress, wp-ecommerce, I've already posted on their forums and not gotten a response.
The issue is the plugin is giving 'Done but with errors' in IE, so I ran IE's...
Works perfectly! Thanks so much Fang.
I'm afraid that didn't work either.
typing in iv3 6kl works.
typing in iv36kl works too.
trying iv32 6kl doesn't.
trying iv326kl doesn't either :S
I don't see why this isn't behaving for the...
That worked for something like 'iv3 6kl' but not for the longer one of 'iv34 8kh' for example.
Switched the if to an else if - I know some language get testy with several ifs using the same...
I added that in, still just passes through the system.
function doValidation() {
var iv =...
Added that in, still gets nothing I'm afraid, it just lets everything through the form.
I need to remove some spaces and set a variable based on length.
So far I've got (from using remove spaces scripts and adding it into my function)
var p =...
I had told you before that didnt work, its oke, got help from a friend using:
function doValidation() {
var y = ['IV3','IV4','IV5'];
var b = true;
var p =...
I'm a PHP / Mysql / C++ / VB programmer. I made software diagnostic tools for uni courses.
JS only works in a format vaguely familiar to them. My univeristy deemed it 'useless' much to my...