|
Hi
I've written a basic script using jQuery to load html data from php, a kind of ajax based application.
It's quite easy: the user input (hyperlinks, buttons, comboboxes) triggers a javascript function that reacts to the input and loads data from the php script.
The script is working properly in Safari, but when tested in IE7 and Firefox, only a blank screen appears, although javascript is enabled in both browsers.
I suppose the javascript isn't supported because of a wrong scripting style, and to me it seems that browsers are very sensitive to this.
Do you have any suggestions how I could make this function properly?
Thanks in advance,
Giel
Last edited by gielvdb; 09-05-2010 at 05:40 PM..
Reason: Problem solved: I used the <script src=""/> in stead of <script src=""></script>
|