Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 92
Search took 0.68 seconds.
Search: Posts Made By: dagaffer
Forum: Computer/PC discussions 05-25-2003, 08:07 PM
Replies: 7
Views: 1,011
Posted By dagaffer
hmmm, strange, I came back on today & it was all...

hmmm, strange, I came back on today & it was all back to normal. Could this have just been a bandwidth problem or something with my ISP? I have an old computer, 28.8kbps, windows 95 etc... so nothing...
Forum: Computer/PC discussions 05-25-2003, 12:15 AM
Replies: 7
Views: 1,011
Posted By dagaffer
yeah iv dun all that, its checked and everything....

yeah iv dun all that, its checked and everything.
The browser jus says that the page is loading for ever & ever, it doesnt come up with any errors or anything, just blank spaces
Forum: Computer/PC discussions 05-24-2003, 11:59 PM
Replies: 7
Views: 1,011
Posted By dagaffer
im using Internet Explorer 5

im using Internet Explorer 5
Forum: Computer/PC discussions 05-24-2003, 08:52 PM
Replies: 7
Views: 1,011
Posted By dagaffer
No Pictures?!

(I dont know if this is where I should be posting, but...)
This problem has just suddenly started yesterday.
My computer wont download any images, yet NO settings have changed since I was last on....
Forum: HTML & CSS 04-10-2003, 08:43 PM
Replies: 4
Views: 724
Posted By dagaffer
I confused the cell... you confused me... it all...

I confused the cell... you confused me... it all works out!
After fidling around with the names i found that when 1 of the names was shortened it all worked out (it was between the "What They Want...
Forum: HTML & CSS 04-09-2003, 09:15 PM
Replies: 4
Views: 724
Posted By dagaffer
Table Gaps?

um... I think the best way to describe this is for you to see it:
problem! (http://www21.brinkster.com/gaffer/school.asp)
Theres a gap between the light blue heading and the dark blue bar down the...
Forum: ASP 03-10-2003, 07:50 PM
Replies: 10
Views: 1,245
Posted By dagaffer
I had originally thought along that line but for...

I had originally thought along that line but for reasons like (lazyness &) not actually knowing what is downloaded the most to split it evenly I had ruled it out, but it seems the best idea right...
Forum: ASP 03-09-2003, 09:51 PM
Replies: 10
Views: 1,245
Posted By dagaffer
o..k.. maybe I should just stick with the high...

o..k.. maybe I should just stick with the high bandwidth...
Would it be possible to do something like... make a database and every time someone visits the main page the database will be changed to a...
Forum: ASP 03-08-2003, 07:53 PM
Replies: 10
Views: 1,245
Posted By dagaffer
Thanx, will do:thumbsup:

Thanx, will do:thumbsup:
Forum: ASP 03-07-2003, 08:36 PM
Replies: 10
Views: 1,245
Posted By dagaffer
Splitting up visitors between servers

Is there a way that I can make, say, every 2nd visitor to my site go to a different server than the 1st visitor?
Its to cut down the bandwidth of the servers so I don't get cut off as much as i...
Forum: JavaScript programming 02-25-2003, 09:53 PM
Replies: 10
Views: 2,434
Posted By dagaffer
ahh, re-reading question: ...

ahh, re-reading question:
top.location.href="note.html";
should work....
Forum: JavaScript programming 02-25-2003, 09:31 PM
Replies: 10
Views: 2,434
Posted By dagaffer
parent._top.location.href="note.html" should...

parent._top.location.href="note.html"
should work:thumbsup:
Forum: ASP 02-17-2003, 08:29 PM
Replies: 2
Views: 912
Posted By dagaffer
Do a search through this forum, theres a lot of...

Do a search through this forum, theres a lot of good examples using databases & text files.
Forum: HTML & CSS 02-13-2003, 10:16 PM
Replies: 5
Views: 1,108
Posted By dagaffer
Sorry

Originally I didn't think that I was cross-posting, but i just got a bit confused! I realised that javascript would've been the better place for it but I didn't know how to stop this 1:confused: ...
Forum: JavaScript programming 02-13-2003, 07:46 PM
Replies: 7
Views: 1,217
Posted By dagaffer
Cool yeah, size was part of the problem, but beck's...

yeah, size was part of the problem, but beck's idea suits me & the site more.
Thanx anway!:thumbsup:
Forum: JavaScript programming 02-11-2003, 08:32 PM
Replies: 7
Views: 1,217
Posted By dagaffer
Right, thanx I'll try those ideas out!:thumbsup:

Right, thanx I'll try those ideas out!:thumbsup:
Forum: JavaScript programming 02-10-2003, 07:03 PM
Replies: 7
Views: 1,217
Posted By dagaffer
Start Animation

How would I start an animation on my page? (ie. Im going to be delaying the animation until the whole page has loaded)
Thanx! Gaffer:p :thumbsup:
Forum: HTML & CSS 02-09-2003, 09:28 PM
Replies: 5
Views: 1,108
Posted By dagaffer
Delay Animations

I dunno if this is in the right place...
Can I delay an animation from playing before the full page has loaded up?
Thanx, Gaffer:thumbsup:
Forum: JavaScript programming 02-06-2003, 08:25 PM
Replies: 1
Views: 1,754
Posted By dagaffer
You could put the loading message in a <div> like...

You could put the loading message in a <div> like
<div id="loading">Page Loading</div>

& have a <body onload="loading.style.display='none';">

or something silly like that...:confused:
Forum: JavaScript programming 02-06-2003, 08:12 PM
Replies: 4
Views: 1,163
Posted By dagaffer
Would this work? <html> <head> ...

Would this work?


<html>
<head>
<script>
function ChangeURL()
{
select=document.getElementById('select1');
if (select.selectedIndex!=0)
Forum: ASP 02-04-2003, 07:41 PM
Replies: 5
Views: 1,451
Posted By dagaffer
Ah! Thanx! That works now!:thumbsup:

Ah! Thanx! That works now!:thumbsup:
Forum: ASP 02-03-2003, 08:51 PM
Replies: 5
Views: 1,451
Posted By dagaffer
hmm, strange, i tried that 1st & it gave me some...

hmm, strange, i tried that 1st & it gave me some error so I probably set up the Session wrong. Thanx, neway:thumbsup:
Forum: ASP 02-03-2003, 08:23 PM
Replies: 5
Views: 1,451
Posted By dagaffer
Session redirect...

How would I redirect to an URL that is in a Session variable? (Should b easy)
Thanx, Gaffer:thumbsup:
Forum: Dynamic Drive scripts help 01-23-2003, 08:12 PM
Replies: 0
Views: 706
Posted By dagaffer
Question Countup Script change...

Is there any way to change the countup script from dynamic drive so that it counts the weeks aswell & not just days, hours... etc?
Thanx! Gaffer:thumbsup:
Forum: ASP 01-21-2003, 09:05 PM
Replies: 3
Views: 831
Posted By dagaffer
Well, using the Select Case: <% Dim name ...

Well, using the Select Case:

<%
Dim name
name = session("name")
Select Case name
Case "Admin"
Response.Redirect "default1.asp"
Case "Teacher"
Response.Redirect "default2.asp"
Showing results 1 to 25 of 92

 
Forum Jump

All times are GMT +1. The time now is 05:13 PM.