Recent content by iphonerose

Recommended Videos
  1. iphonerose

    Anyone know javascript

    No worries at all! The internship is for a mobile app development company. I'm doing a lot of the server side stuff now. I'm just getting pieces of code to work on a browser and giving it to a co-worker who slots it into his code for the mobile app. I don't really know if 'internship' is what it...
  2. iphonerose

    PHP database multiple entries

    Post removed
  3. iphonerose

    Anyone know javascript

    Haha thanks! I knew what a couple of them were supposed to do ;) appreciate the fresh prince one thrown in-bitta the 90s :)
  4. iphonerose

    Anyone know javascript

    Got the internship :)
  5. iphonerose

    Anyone know javascript

    Thanks for your response. I was using the two functions in order to display specific error messages. I probably could have done it all in one function and specified which errors to display in which case but I thought I almost had it with the approach I was taking and was hoping to get it working...
  6. iphonerose

    Anyone know javascript

    Hi again. Ye I had been playing around with it since and the only way I could see to do the decimal point check was to set up flags for a decimal point and see if they come up more than once blah-de-blah. It would have been to complicated. I then found the reg expression you're talking about...
  7. iphonerose

    Anyone know javascript

    EDIT: Double post
  8. iphonerose

    Anyone know javascript

    I think I had that covered throught this declaration? var Amount_entered = document.getElementById(Amount_field); if (Amount_entered.value == "")
  9. iphonerose

    Anyone know javascript

  10. iphonerose

    Anyone know javascript

    hmmm I thought that could have been it! But no unfortunately. Thanks anyway
  11. iphonerose

    Anyone know javascript

    Thanks for your response. I had spotted the error with the semi colon since. That didn't make a difference unfortunately. I used document.getElementByID up above. It gives me a text field in the form whose id I had set to Amount_field. Apologies I didn't include my full form in the first...
  12. iphonerose

    Anyone know javascript

    Just reposting to try bring this topic more attention
  13. iphonerose

    Anyone know javascript

    Hello everyone. I currently have a user on a page called index.php. I want the user to be sent to a page called payment.php if a specified field in a form is empty, if not I want them to receive the error message and still be on the index page and able to enter into the field which was empty...
  14. iphonerose

    Poll: animation!

    sorry just saw this for some reason! thanks :)
  15. iphonerose

    Poll: animation!

    Hey guys, I'm a complete and total noob and just wondering if anyone knows how or where to download Mario sprites which I can use just to make an animation of Mario walking using adobe flash that's all I need. Obviously I googled it but the first few results have what I want but I don't see how...