Click to See Complete Forum and Search --> : Okay Rob . . .


Maxx
02-07-2003, 01:28 PM
I had to leave town for a few days, so I ended up missing the deadline I promised on this page anyway. Time crunch aside though, it apears that I may need a bit of help with the setTimeout script that you so graciously wrote for me afterall. After adding it I'm getting nothing but an empty white browser. Any ideas? Current page . . . (http://www.angelfire.com/rock/tillhell)

Maxx
02-08-2003, 12:22 AM
A valiant effort Mr. Clark. However the results remain the same. Could this be a hopelessly lost cause?

Charles
02-08-2003, 06:28 AM
There was nothing at all wrong with the piece of script that you presented so I would suggest that the problem is with your function golink. Could you give us a link to the page?

Charles
02-08-2003, 08:24 AM
Originally posted by Dave Clark
Oh? Doesn't "standards" say that all HTML attribute values are to be enclosed in quotes?

Dave Actually, it doesn't; quotes are only required in certain cases (http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2). However, this is one of those cases and I stand corrected. Thank you for pointing out my error. (Please forgive me, I've an influenza and I've been taking a most wonderful cough syrup. But I have to be very careful with the stuff. I like codine a bit too much.)

So yes, Maxx needs to use your example and post his code so that we can see what else is going on. I suspect that there is no golink() function though there might be a goLink() function. And I suspect that that piece of script would have been better written:

onLoad="setTimeout('window.location =\\'http://www.angelfire.com/rock/tillhell/titlepage/titlepage.html\\'',10000);"

Nicodemas
02-08-2003, 08:50 AM
Maxx,
Could you post your code? Or attach it perhaps?

Maxx
02-08-2003, 10:39 AM
This is the page that I'm working on - Current page (http://www.angelfire.com/rock/tillhell) And this is the page that I need the link to - Linked page (http://www.angelfire.com/rock/tillhell/titlepage/titlepage.html) (There are 2 applets running on this page, and it doesn't always load them both - a problem I intend to remedy shortly). Many thanx to all of you for lending a hand here. I will change the script to Daves version at my earliest convenience.

Nicodemas
02-08-2003, 11:35 AM
Okie, try copying and pasting this instead of what you have.


<HTML>

<HEAD>
<SCRIPT LANGUAGE="javascript">

<!-- THE JAVASCRIPT NEEDED TO FUNCTION
function golink(url){
parent.location = url;
}
</SCRIPT>
</HEAD>


<BODY onLoad=setTimeout('golink("http://www.angelfire.com/rock/tillhell/titlepage/titlepage.html")',10000) BACKGROUND="http://www.angelfire.com/rock/tillhell/images/redweb.gif" TEXT="FFFFFF" LINK="#0080C0" ALINK="#0080C0" VLINK="#0080C0">

<BR><BR>

<CENTER>
<applet code="burnshow.class"
archive="burnshow.jar"
width=528
height=269>

<param name="id_key"
value="6s853137975935159191+6s890667530995822119">
<param name="bgcolor" value="000000">
<---choose center or stretch for format--->
<param name="format" value="stretch">
<param name="maximages" value="1">
<param name="image1" value="tillhelllogo.jpg">


<param name="delay" value="600">
<---choose up down or both for direction--->
<param name="direction" value="both">

Your browser doesn't support Java.
</applet>
</CENTER>

<BR><BR>

</BODY>
</HTML>

Maxx
02-08-2003, 06:46 PM
Well . . . I still seem to be getting the same results - an empty white browser. Aparently the URL does not belong in the head function? I didn't realize that the first time through. I attempted to ad Mr. Clarks changes as well, and they didn't seem to have any effect. I really hate to see you gentlemen spending so much time helping little old me - but believe me I'll owe you all a huge favor if you can figure out how to get this thing to do what I need it to do. Is there a different way of going about it perhaps? If there doesn't seem to be any way of tweeking the script we have then perhaps a different script (or even more than one script) could perform the same functions. Just an idea. Again, my most sincere thanx to all of you . . .