John McFarlane
John McFarlane

Reputation: 21

problems once uploaded to server

This all works fine in MAMP but i've uploaded and now the problems start.

heres an image of the code for the link and a grab of the result

First image

Second image

any ideas?

Upvotes: 0

Views: 72

Answers (2)

John McFarlane
John McFarlane

Reputation: 21

Problem solved, it was in the .js file, it was pointing to POST and should have been GET

Upvotes: 0

Ateş Göral
Ateş Göral

Reputation: 140060

You seem to be POSTing to a static HTML file. Try changing the file extension to php, asp, jsp etc. depending on what you're using on the server-side.

Also, for textual content like this, you could simply copy-paste the text intead of capturing screenshots.

Upvotes: 1

Related Questions