Problem copying code into a site
-
This is a very strange problem, I have just moved my site from one host to another (powweb to Krystal) which may or may not be related to the problem.
I noticed that the availability calendar for the site no longer works. I looked at the code and noticed the link was missing.
I should have been this
<form><input type=”button” title=”Availability calendar Villa Begur” value=”Availability calendar Villa Begur” onclick=”window.open(‘https://www.availcheck.com/cgi-bin/calendar.cgi?propid=4881’)”></form>
And instead it shows this
<form><input title=”Availability calendar Villa Begur” type=”button” value=”Availability calendar Villa Begur” /></form>
I corrected the new code into the “text” tab, but bizarrely it didn’t correct it, after a bit more testing I noticed that typing the code into the “text” tab, clicking on the “visual” tag and then clicking back to text changes the code from
<form><input type=”button” title=”Availability calendar Villa Begur” value=”Availability calendar Villa Begur” onclick=”window.open(‘https://www.availcheck.com/cgi-bin/calendar.cgi?propid=4881’)”></form>
to this
<form><input title=”Availability calendar Villa Begur” type=”button” value=”Availability calendar Villa Begur” /></form>
As I want the site working I replaced it with a simple hyperlink in the prices/availability page and created a test page with the issue replicated.
https://www.begurvillas.com/test/
Any ideas?
The page I need help with: [log in to see the link]
- The topic ‘Problem copying code into a site’ is closed to new replies.