xoxo Jenny Shu oxox

less info
2 reputation
3
bio website
location
age
visits member for 1 year, 9 months
seen Aug 23 '11 at 16:04
stats profile views 12

Aug
22
comment Dynamic Form IE8 Error
Oh well that explains it. @TJ and Johnie do you think you guys can find a alternative to doing the exact same thing using jQuery?
Aug
22
comment Dynamic Form IE8 Error
Fantastic! Although in firefox the remove box dosent show up and sadly in IE the remove box is not a hyper link and not clickable.
Aug
22
asked Dynamic Form IE8 Error
Aug
21
comment Unable to create element when clicking on a form item
What do you mean by "This whole thing is a mess"
Aug
21
comment Unable to create element when clicking on a form item
@fireeyedboy Thank you for taking the time and addressing this. I did not know that the two could not be mixed in this manner
Aug
21
revised Unable to create element when clicking on a form item
added 116 characters in body
Aug
21
comment Unable to create element when clicking on a form item
This is where i got the idea from. openjs.com/scripts/examples/addfield.php
Aug
21
comment Unable to create element when clicking on a form item
No errors, the new element dosen't show up.
Aug
21
asked Unable to create element when clicking on a form item
Aug
13
revised Problems With Dynamic Form Using JavaScript and PHP
added 2722 characters in body
Aug
12
comment Problems With Dynamic Form Using JavaScript and PHP
Still get the same error. Any other similar suggestions?
Aug
11
revised Problems With Dynamic Form Using JavaScript and PHP
added 91 characters in body
Aug
11
comment Problems With Dynamic Form Using JavaScript and PHP
@jQuerybeast pastebin.com/jj0RVMAd Here is the paste. I'm starting to get a head ache, i should have this code working in no time.
Aug
11
comment Problems With Dynamic Form Using JavaScript and PHP
@jQuerybeast This is very odd. Is there somewhere i can post the code for each file? Maybe paste bin?
Aug
11
awarded  Commentator
Aug
11
comment Problems With Dynamic Form Using JavaScript and PHP
It seems that it will not run displayError(); correctly unless using <body onload="docloaded();"> . Do you know why?
Aug
11
comment Problems With Dynamic Form Using JavaScript and PHP
hot dang it displayed lol when i called displayError() using <body onload="displayError();">; ! But when i call the function from inside printText it will give me the null or not object error as usual:(
Aug
11
comment Problems With Dynamic Form Using JavaScript and PHP
Oh and also instead of having it display my message, i just wanted it to print the word 'lol' in the form
Aug
11
comment Problems With Dynamic Form Using JavaScript and PHP
@jQuerybeast All i did on index.php was replace <body> with <body onload="docloaded();"> . In functions.php i made a javascript section docloaded() that had the javascript function displayError(){document.getelement....} in it. The call for displayError() was still in printText()
Aug
11
comment Problems With Dynamic Form Using JavaScript and PHP
I think if you follow my code you will see that <div> is present when the code is ran because i only get an error after hitting submit(thats when i call the javascript function).