Page 1 of 1

Tooltip Questions

PostPosted: Thu Sep 14, 2006 10:22 pm
by cultclassicts
I just got the Tooltip script and it looks like exactly what I need. I'm looking to fetch pages to show link previews (maybe similar to Ask.com's binoculars). However, when I load the script on my server I get a Method Not Allowed Error saying the Post method isn't allowed. Any ideas? TIA!

PostPosted: Thu Sep 14, 2006 11:42 pm
by Batalf
Hello cultclassicts

Welcome to the forum :D

It looks like your server doesn't accept POST requests from Ajax scripts. This is what you can do.

Open ajax.js and change the line which ends with metod='POST' to method='GET'.

You will find the line near the top of that file.