Web Site Help

Messages
3,699
Name
Pete
Edit My Images
Yes
I have recently redone my website http://www.villabegur.com

Some people are getting an error when they try to access it. At work this morning I got a pop up saying "Internet explorer cannot open the site http://www.villabegur.com", but when I closed the pop up and reloaded, it worked.

Has anybody got any ideas why this may have happened.

Thanks!

Pete
 
Working fine for me too. Do we get a booking discount for checking? :D

I would always give a tp friend a discount!

[blatant advert starts]

In fact there are two weeks free in mid September 15% off to a TP friend. I think October is fairly free too, the weather can be fantastic in October and it is a wonderful area to explore and photograph...

[blatant advert ends]
 
I would always give a tp friend a discount!

[blatant advert starts]

In fact there are two weeks free in mid September 15% off to a TP friend. I think October is fairly free too, the weather can be fantastic in October and it is a wonderful area to explore and photograph...

[blatant advert ends]

Cheers for the discount. It looks a lovely place but i'd rattle around in it... Whats the locality like for togging? Could be an idea for a few TP folks to rent it together and have a week of photography there!
 
Works fine.. also I like your website.. nice and simple but full of the kind of content people want. And mostly I like the way you can work through it without getting lost in a maze of pages.
 
Works fine for me here too Pete. Having passed through your area before I would happily second your opinion of it as being lovely... many parts of Spain are ;)

Cheers,

Neil
 
hmm i got an operation aborted when loading the page. but then when i pressed ok to the error mesaage the page then loaded. will look into detail of site now
 
once its loaded a few times it seems fine, i think its something to do with active x component. I think you will find users with upto date service packs should be fine to view the site.
 
I have just had the pop up error again - does anybody have any idea why it happens?

It is something like "internet explorer can not open the site" when you click ok and refresh it opens fine. :thinking:
 
i just got the error

internet explorer cannot open internet site http://www.villabegur.com/. operation aborted.

whats interesting is the url, with /. that dont look right...

how have you designed the site, what software? what hosting company are you using?
 
I have tried validating it and I will work through the 70 errors! I must admit, I don't understand much of what it says at the moment. :bang:

I use Dreamweaver mainly with Lightroom slideshows for some of the pages.

I don't know if it helps but this is the error

Outlook.jpg


I have no idea why sometimes the urls end in a full stop.

I use www.powweb.com as a host.

:thinking:
 
<tr>
<td width="483" height="66" rowspan="2" valign="middle"><table width="408" height="275" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">

<tr>
<td width="408" height="275" align="left" valign="top" class="style1"><a href="villaoutside/images/PICT0021-01_jpg.jpg" name="3" id="3"></a>
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 408, 275, 0, 3000, 1)


</script></td>
</tr>
</table>


Seems to be because you have a script called within another tag (inside the table)..
 
Thank you very much for taking the time to look Leon, it is much appreciated. The script is a simple slideshow script I found. I ran it in the table because that is where I wanted the slide show images. Is there a better way of doing it?

I apologise if I sound thick!
 
I'm no expert on this so don't expect a fix from me, i'm just used to solving these sorts of problems as I run into them so all I can really offer is to give you a helping hand :D

But what I think is happening is that it is trying to run the script before the body is loaded (only half parsed) and that is generating the error.. (The . at the end of the URL is insignificant)

I think what has to be done is that the script is set to wait until the page has finished loading before executing.
 
This is a bit frustrating, I loaded the page at work today using ie6 and got the same error

Outlook.jpg


Now the page half loads before the error appears, and if I click ok I can reload it.

googling it suggests the error is quite common but it would be nice to have a solution.

From what I can make out it is down to the fact that the script that I use for the slideshow tries to run before the page is loaded. I downloaded the script and have no idea how it works. Is there a way to wait a bit before it runs?
 
Here is the script in the Head

<script type="text/javascript">

/***********************************************
* Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/

var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["SlideShowPics/SlideShow-1.jpg", "", ""]
fadeimages[1]=["SlideShowPics/SlideShow-2.jpg", "", ""]
fadeimages[2]=["SlideShowPics/SlideShow-3.jpg", "", ""]
fadeimages[3]=["SlideShowPics/SlideShow-4.jpg", "", ""]
fadeimages[4]=["SlideShowPics/SlideShow-5.jpg", "", ""]
fadeimages[5]=["SlideShowPics/SlideShow-6.jpg", "", ""]
fadeimages=[6]["SlideShowPics/SlideShow-7.jpg", "", ""]
fadeimages[7]=["SlideShowPics/SlideShow-8.jpg", "", ""]
fadeimages[8]=["SlideShowPics/SlideShow-9.jpg", "", ""]
fadeimages[9]=["SlideShowPics/SlideShow-10.jpg", "", ""]
fadeimages[10]=["SlideShowPics/SlideShow-13.jpg", "", ""]
fadeimages[11]=["SlideShowPics/SlideShow-14.jpg", "", ""]
fadeimages[12]=["SlideShowPics/SlideShow-15.jpg", "", ""]

var fadeimages2=new Array() //2nd array set example. Remove or add more sets as needed.
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages2[0]=["photo1.jpg", "", ""] //plain image syntax
fadeimages2[1]=["photo2.jpg", "http://www.cssdrive.com", ""] //image with link syntax
fadeimages2[2]=["photo3.jpg", "http://www.javascriptkit.com", "_new"] //image with link and target syntax

var fadebgcolor="white"

////NO need to edit beyond here/////////////

var fadearray=new Array() //array to cache fadeshow instances
var fadeclear=new Array() //array to cache corresponding clearinterval pointers

var dom=(document.getElementById) //modern dom browsers
var iebrowser=document.all

function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder)**
this.pausecheck=pause
this.mouseovercheck=0
this.delay=delay
this.degree=10 //initial opacity degree (10%)
this.curimageindex=0
this.nextimageindex=1
fadearray[fadearray.length]=this
this.slideshowid=fadearray.length-1
this.canvasbase="canvas"+this.slideshowid
this.curcanvas=this.canvasbase+"_0"
if (typeof displayorder!="undefined")
theimages.sort(function() {return 0.5 - Math.random();**) //thanks to Mike (aka Mwinter) :)
this.theimages=theimages
this.imageborder=parseInt(borderwidth)
this.postimages=new Array() //preload images
for (p=0;p<theimages.length;p++)**
this.postimages[p]=new Image()
this.postimages[p].src=theimages[p][0]
**

var fadewidth=fadewidth+this.imageborder*2
var fadeheight=fadeheight+this.imageborder*2

if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>')
else
document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')

if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox
this.startit()
else{
this.curimageindex++
setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay)
**
**

function fadepic(obj)**
if (obj.degree<100)**
obj.degree+=10
if (obj.tempobj.filters&&obj.tempobj.filters[0])**
if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+
obj.tempobj.filters[0].opacity=obj.degree
else //else if IE5.5-
obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
**
else if (obj.tempobj.style.MozOpacity)
obj.tempobj.style.MozOpacity=obj.degree/101
else if (obj.tempobj.style.KhtmlOpacity)
obj.tempobj.style.KhtmlOpacity=obj.degree/100
else if (obj.tempobj.style.opacity&&!obj.tempobj.filters)
obj.tempobj.style.opacity=obj.degree/101
**
else{
clearInterval(fadeclear[obj.slideshowid])
obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1"
obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
obj.populateslide(obj.tempobj, obj.nextimageindex)
obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0
setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
**
**

fadeshow.prototype.populateslide=function(picobj, picindex)**
var slideHTML=""
if (this.theimages[picindex][1]!="") //if associated link exists for image
slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'
if (this.theimages[picindex][1]!="") //if associated link exists for image
slideHTML+='</a>'
picobj.innerHTML=slideHTML
**


fadeshow.prototype.rotateimage=function()**
if (this.pausecheck==1) //if pause onMouseover enabled, cache object
var cacheobj=this
if (this.mouseovercheck==1)
setTimeout(function(){cacheobj.rotateimage()**, 100)
else if (iebrowser&&dom||dom)**
this.resetit()
var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
crossobj.style.zIndex++
fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50)
this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0"
**
else{
var ns4imgobj=document.images['defaultslide'+this.slideshowid]
ns4imgobj.src=this.postimages[this.curimageindex].src
**
this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
**

fadeshow.prototype.resetit=function()**
this.degree=10
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
if (crossobj.filters&&crossobj.filters[0])**
if (typeof crossobj.filters[0].opacity=="number") //if IE6+
crossobj.filters(0).opacity=this.degree
else //else if IE5.5-
crossobj.style.filter="alpha(opacity="+this.degree+")"
**
else if (crossobj.style.MozOpacity)
crossobj.style.MozOpacity=this.degree/101
else if (crossobj.style.KhtmlOpacity)
crossobj.style.KhtmlOpacity=this.degree/100
else if (crossobj.style.opacity&&!crossobj.filters)
crossobj.style.opacity=this.degree/101
**


fadeshow.prototype.startit=function()**
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
this.populateslide(crossobj, this.curimageindex)
if (this.pausecheck==1)** //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
var cacheobj=this
var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid)
crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1**
crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0**
**
this.rotateimage()
**

</script>

And here is where the script is called

<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 408, 275, 0, 3000, 1)


</script>
 
Perhaps this bit is still an issue? It's maybe not just within a table, perhaps being inside a div or paragraph tag is causing it?


<div id="lhstext">
<p>
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 408, 275, 0, 3000, 1)


</script>
</p>
<p>&nbsp;</p>
<p><span class=" style2 style1">Float over slideshow to pause.</span> </p>

</div>
 
Back
Top