Is there a way to disable the external page source limitations within the script so I can link external websites on my main menu?
No. This isn't a limitation to the script, but a security feature of all AJAX-supporting browsers. It is a security issue because it would open the user up to Cross-Site Scripting (XSS) attacks, whereby a client-side script on one domain transfers sensitive data stored on cookies only accessible by that domain to a server-side script on another domain which would not usually have access to said cookie data, which may store it for later use by a human or immediately attempt to take over your account by means of an automated script.
2 - The Icalendar php page doesn't render the calendar graphics when using the script. Please see my:
https://zippo.homelinux.org/ajax/ (click on the 'event calendar') for an example.
It's probably because this stylesheet:
Code:
<link rel="stylesheet" type="text/css" href="templates/default/default.css">
isn't in the <head> of the page.
Bookmarks