Hi, i have this project I’m working on
seen here: http://copyplusonline.net/tabs/
Basically I have one major form that is used to edit custom tab.
The image buttons dynamically submit the color information to the server so that a new preview image is created by GD in PHP and it updates that image using the previously stored information such as each line, font, font size, and font style.
That part as far as the PHP goes works fine. The form and everything works fine in Firefox, Opera, and Safari.
My problem is IE, for some reason IE does not update the values of the form when submitted.
The tab editor page consists of 3 forms.
The top form which selects the colors, the text form which controls the input values of all of the text, and the current tab form.
The current tab form works, I can browse through the multiple tabs and the image updates and it shows the appropriate tab info.
However the color tab and text editor fail to update when submitted.
For the color form i’m using the js document.formname.submit()
the text editor form is just a regular form.
i just dont’ get it
has anybody had this issue before?