Search found 76 matches

Actual Results

Post 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.

Post Posted: May 20th, 2008, 10:18 pm

It could be the servers problem, slow upload or too many firewalls.

Post Posted: May 20th, 2008, 10:13 pm

AJAX.

Post 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.

Post Posted: May 20th, 2008, 10:08 pm

Sessions, read up on them... I think that's how they do it.

Post 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....

Post 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.

Post Posted: May 20th, 2008, 5:16 am

In what context?

Post 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'...

Post 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...

Post 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?

Post 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...

Post 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.

Post 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);  ...

Post 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.
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.