Actual Results
- Dragonkai
- Forum: Website Design Forum
- Topic: i am a newbee
- Subject: i am a newbee
- Replies: 4
- Views: 347
- Subject: i am a newbee
Posted: May 20th, 2008, 10:19 pm
GO to your local library.
Look up PHP books, Javascript books, XHTML and CSS books.
Books are good.
Look up PHP books, Javascript books, XHTML and CSS books.
Books are good.
- Dragonkai
- Forum: Website Design Forum
- Topic: why does my site load slow
- Subject: why does my site load slow
- Replies: 13
- Views: 455
- Subject: why does my site load slow
Posted: May 20th, 2008, 10:18 pm
It could be the servers problem, slow upload or too many firewalls.
- Dragonkai
- Forum: Programming / Scripting / Coding Forum
- Topic: What next
- Subject: What next
- Replies: 11
- Views: 272
- Subject: What next
Posted: May 20th, 2008, 10:13 pm
AJAX.
- Dragonkai
- Forum: Programming / Scripting / Coding Forum
- Topic: autoresize image as per table size?
- Subject: autoresize image as per table size?
- Replies: 15
- Views: 1201
- Subject: autoresize image as per table size?
Posted: May 20th, 2008, 10:12 pm
Yes, but that doesn't resize it does it?
You can try using % properties for the img size itself.
You can try using % properties for the img size itself.
- Dragonkai
- Forum: Programming / Scripting / Coding Forum
- Topic: How to create an inventory
- Subject: How to create an inventory
- Replies: 5
- Views: 547
- Subject: How to create an inventory
Posted: May 20th, 2008, 10:08 pm
Sessions, read up on them... I think that's how they do it.
- Dragonkai
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP Help Please!
- Subject: PHP Help Please!
- Replies: 5
- Views: 209
- Subject: PHP Help Please!
Posted: May 20th, 2008, 10:06 pm
I think a better way, is to one:
Strip all characters (') and (")
Then surround whatever they submit in speech marks (")
That way it's a string, and whatever they typed is preserved.
However I don't quite know the effect if they submited <?php....
Strip all characters (') and (")
Then surround whatever they submit in speech marks (")
That way it's a string, and whatever they typed is preserved.
However I don't quite know the effect if they submited <?php....
- Dragonkai
- Forum: Programming / Scripting / Coding Forum
- Topic: Javascript redirect and submit form.
- Subject: Javascript redirect and submit form.
- Replies: 11
- Views: 862
- Subject: Javascript redirect and submit form.
Posted: May 20th, 2008, 10:04 pm
Oh so you're saying putting certain alerts around the code to see if the code is executing? But I know the timer redirect is working, because when I tell it to redirect it works perfectly even when I put in the if. But if there's the submit, it just does not submit.
- Dragonkai
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP - {$x}
- Subject: PHP - {$x}
- Replies: 16
- Views: 460
- Subject: PHP - {$x}
Posted: May 20th, 2008, 5:16 am
In what context?
- Dragonkai
- Forum: Programming / Scripting / Coding Forum
- Topic: Javascript redirect and submit form.
- Subject: Javascript redirect and submit form.
- Replies: 11
- Views: 862
- Subject: Javascript redirect and submit form.
Posted: May 20th, 2008, 5:03 am
Well, the page id variable is there for when I want the page to be redirected instead. This is because I am using the same script for multiple pages, and some redirect and others submit forms. But thanks for the heads up on the pageid check. I'll check it out now. The problem is, that even if I don'...
- Dragonkai
- Forum: Programming / Scripting / Coding Forum
- Topic: Javascript redirect and submit form.
- Subject: Javascript redirect and submit form.
- Replies: 11
- Views: 862
- Subject: Javascript redirect and submit form.
Posted: May 20th, 2008, 4:11 am
Oh, so getELementByid() how would that work in my case? Ok, I just did what you said... It didn't work. It basically just reloads the page with the countdown refreshed and starts counting down then whenever I press ok, it just keeps counting down. You see, the action for my form is: $_SERVER['PHP_SE...
- Dragonkai
- Forum: Programming / Scripting / Coding Forum
- Topic: Javascript redirect and submit form.
- Subject: Javascript redirect and submit form.
- Replies: 11
- Views: 862
- Subject: Javascript redirect and submit form.
Posted: May 20th, 2008, 1:38 am
That might make sense.
But, I used typeof pageid == "undefined" and that didn't seem to work either.
Is there another way of checking the variable existed as a url or something else?
But, I used typeof pageid == "undefined" and that didn't seem to work either.
Is there another way of checking the variable existed as a url or something else?
- Dragonkai
- Forum: Programming / Scripting / Coding Forum
- Topic: Javascript redirect and submit form.
- Subject: Javascript redirect and submit form.
- Replies: 11
- Views: 862
- Subject: Javascript redirect and submit form.
Posted: May 19th, 2008, 11:32 pm
Yes I did, If the javascript is fine, have you tried using the code? It submits when I click submit. Could you also tell me how you would code a page using these scripts, like where would you put it. Someone else had instructed me that I should put one part of scripts in the body after the form html...
- Dragonkai
- Forum: Programming / Scripting / Coding Forum
- Topic: SQL filling in Checkboxes and radio buttons
- Subject: SQL filling in Checkboxes and radio buttons
- Replies: 5
- Views: 238
Posted: May 18th, 2008, 3:31 am
I think what he means, is that the when you fill out a form. And you go away from it, by any means necessary. Then when you go back to the form, the form is still filled out and it hasn't defaulted.
- Dragonkai
- Forum: Programming / Scripting / Coding Forum
- Topic: Javascript redirect and submit form.
- Subject: Javascript redirect and submit form.
- Replies: 11
- Views: 862
- Subject: Javascript redirect and submit form.
Posted: May 18th, 2008, 3:24 am
I have a form, in which I want it to submit when a timer countsdown. Here is the code for the countdown. [code] var _countDowncontainer=0; var _currentSeconds=0; function ActivateCountDown(strContainerID, initialValue) { _countDowncontainer = document.getElementById(strContainerID); ...
- Dragonkai
- Forum: Website Design Forum
- Topic: Dropdowns not done proper, text is pushed down
- Subject: Dropdowns not done proper, text is pushed down
- Replies: 4
- Views: 336
Posted: July 9th, 2007, 8:42 pm
The server hung up on me, I clicked submit and it made me download submit.php
How should have I known that it was going to post three times.
How should have I known that it was going to post three times.

