Click to See Complete Forum and Search --> : 1st post - Advice.


AdaMan
01-27-2006, 10:34 AM
Hi Everyone,
I’m posting my question here initially, or at least giving a general description of it, so that those of you who are more familiar with the forums in the site will be able to direct my to the most appropriate one.

OVERVIEW:
I have a web page that is passed a string of data as a URL param.
Using JavaScript:
The data is grabbed decrypted and sliced into its constituent parts.
Each part is assigned to a variable.
The variables are then displayed in a form, awaiting posting on to a server side script for processing.

Using Firefox 1.5 everything is fine
Using IE the data displayed to the form consists of a string of ^^^^^^^^^^^^^^^^^^^^^^^^^^^ etc.

I don’t want to go in to all the details here, unless here is the right place to do it. Where should I post to?

Topic: JavaScript - IE - Firefox compatibilities issue.

Many thanks
Regards
AdaMan

David Harrison
01-27-2006, 11:15 AM
Well it seems as though the problem is with the JavaScript, so post it in the JavaScript forum.

AdaMan
01-27-2006, 02:59 PM
Thankyou
AdaMan