Click here to Skip to main content
15,921,884 members
Home / Discussions / Web Development
   

Web Development

 
GeneralHTML E-mail Pin
aprilneedshelp26-Mar-03 18:33
aprilneedshelp26-Mar-03 18:33 
GeneralRe: HTML E-mail Pin
Paul Watson27-Mar-03 4:47
sitebuilderPaul Watson27-Mar-03 4:47 
GeneralRe: HTML E-mail Pin
Florin Ochiana27-Mar-03 12:49
Florin Ochiana27-Mar-03 12:49 
GeneralRe: HTML E-mail Pin
aprilneedshelp27-Mar-03 17:47
aprilneedshelp27-Mar-03 17:47 
GeneralRe: HTML E-mail Pin
Jonavis29-Mar-03 17:02
Jonavis29-Mar-03 17:02 
GeneralWhile loading Pin
Brakanjan25-Mar-03 4:11
Brakanjan25-Mar-03 4:11 
GeneralRe: While loading Pin
Richard Deeming26-Mar-03 1:48
mveRichard Deeming26-Mar-03 1:48 
GeneralRe: While loading Pin
Paul Watson26-Mar-03 4:41
sitebuilderPaul Watson26-Mar-03 4:41 
Richards way is best, the lowsrc attribute is made exactly for that.

However you can also make use of the onload event of the BODY element. It is only fired once everything is downloaded and sorted out.

So you could have:
<body onload="document.getElementById('imgPicture').src='largepicture.jpg';">
<img id="imgPicture" src="smallpicture.jpg"




Paul Watson
Bluegrass
Cape Town, South Africa

Macbeth muttered:
I am in blood / Stepped in so far, that should I wade no more, / Returning were as tedious as go o'er

DavidW wrote:
You are totally mad. Nice.
GeneralNo tile Pin
Brakanjan24-Mar-03 22:50
Brakanjan24-Mar-03 22:50 
Generalbackground-repeat is correct Pin
Paul Watson24-Mar-03 23:34
sitebuilderPaul Watson24-Mar-03 23:34 
GeneralRe: background-repeat is NOT correct Pin
Brakanjan25-Mar-03 1:08
Brakanjan25-Mar-03 1:08 
Generalsorry Pin
Brakanjan25-Mar-03 20:48
Brakanjan25-Mar-03 20:48 
Generalprogress bar Pin
karanba24-Mar-03 22:40
karanba24-Mar-03 22:40 
GeneralRe: progress bar Pin
Steve McLenithan25-Mar-03 2:05
Steve McLenithan25-Mar-03 2:05 
GeneralHelp me please ! Pin
HISPANO24-Mar-03 11:14
HISPANO24-Mar-03 11:14 
GeneralRe: Help me please ! Pin
Nick Parker24-Mar-03 11:41
protectorNick Parker24-Mar-03 11:41 
GeneralRe: Help me please ! Pin
HISPANO25-Mar-03 1:39
HISPANO25-Mar-03 1:39 
GeneralRe: Help me please ! Pin
Nick Parker25-Mar-03 1:59
protectorNick Parker25-Mar-03 1:59 
GeneralRe: Help me please ! Pin
HISPANO25-Mar-03 3:10
HISPANO25-Mar-03 3:10 
GeneralRe: Help me please ! Pin
Nick Parker25-Mar-03 17:01
protectorNick Parker25-Mar-03 17:01 
GeneralRe: Help me please ! Pin
HISPANO26-Mar-03 1:43
HISPANO26-Mar-03 1:43 
GeneralRe: Help me please ! Pin
Nick Parker26-Mar-03 3:59
protectorNick Parker26-Mar-03 3:59 
GeneralASP problems Pin
Deepak Appu21-Mar-03 7:00
sussDeepak Appu21-Mar-03 7:00 
GeneralRe: ASP problems Pin
SimonS22-Mar-03 1:53
SimonS22-Mar-03 1:53 
GeneralSimple ASP Question I hope Pin
mdesign20-Mar-03 12:10
mdesign20-Mar-03 12:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.