Click here to Skip to main content
15,926,703 members
Home / Discussions / Web Development
   

Web Development

 
QuestionNeed graphics for your project? Pin
30-Oct-01 2:34
suss30-Oct-01 2:34 
AnswerRe: Need graphics for your project? Pin
Jason Jystad30-Oct-01 10:42
Jason Jystad30-Oct-01 10:42 
GeneralExternal Javascript File with image addresses Pin
29-Oct-01 16:21
suss29-Oct-01 16:21 
GeneralRe: External Javascript File with image addresses Pin
Jason Jystad30-Oct-01 11:06
Jason Jystad30-Oct-01 11:06 
GeneralRe: External Javascript File with image addresses Pin
Jason Jystad1-Nov-01 19:06
Jason Jystad1-Nov-01 19:06 
GeneralRe: External Javascript File with image addresses Pin
(Steven Hicks)n+18-Nov-01 5:08
(Steven Hicks)n+18-Nov-01 5:08 
GeneralRe: External Javascript File with image addresses Pin
19-Nov-01 12:16
suss19-Nov-01 12:16 
GeneralRe: External Javascript File with image addresses Pin
(Steven Hicks)n+120-Nov-01 12:56
(Steven Hicks)n+120-Nov-01 12:56 
The images.js file should be somethign like this:
function makeIm() {
NS4=(document.layers);
IE4=(document.all);
scaleWidth = true;
scaleHeight = true;
imSRC = banner;
if (NS4) {
origWidth = innerWidth;
origHeight = innerHeight;}
function reDo() {
if (innerWidth != origWidth || innerHeight != origHeight)
location.reload();}
if (NS4) onresize = reDo;
if (IE4) onresize = reDoIE;
function reDoIE(){
imBG.width = document.body.clientWidth;
imBG.height = document.body.clientHeight;}
winWid = (NS4) ? innerWidth : document.body.clientWidth;
winHgt = (NS4) ? innerHeight : document.body.clientHeight;
imStr = "
+ " style='position:absolute;leftBlush | :O ;topBlush | :O ;z-index:-1'>"
+ "
";
document.write(imStr);}
makeIm();

in test.html it should have:

var banner = "banner_02.gif";


Visit Ltpb.8m.com


Looking for more tutorials? Ltpb.8m.com/Tutorial

3D Image Library: Ltpb.8m.com/Image

Surf the web faster than ever:
http://www.404Browser.com
GeneralXSL Transformation Pin
27-Oct-01 21:42
suss27-Oct-01 21:42 
GeneralRe: XSL Transformation Pin
Malcolm McMahon9-Nov-01 4:52
Malcolm McMahon9-Nov-01 4:52 
GeneralRe: XSL Transformation Pin
MS le Roux29-Nov-01 23:46
MS le Roux29-Nov-01 23:46 
GeneralDatetime/order id Pin
25-Oct-01 12:57
suss25-Oct-01 12:57 
GeneralRe: Datetime/order id Pin
Jon Sagara25-Oct-01 13:28
Jon Sagara25-Oct-01 13:28 
GeneralRe: Datetime/order id Pin
Nish Nishant27-Oct-01 3:21
sitebuilderNish Nishant27-Oct-01 3:21 
Generaldates Pin
Mel Stober25-Oct-01 4:41
Mel Stober25-Oct-01 4:41 
GeneralWant to run an exe file of client pc. Pin
24-Oct-01 19:52
suss24-Oct-01 19:52 
GeneralRe: Want to run an exe file of client pc. Pin
calebcohoon26-Oct-01 12:25
calebcohoon26-Oct-01 12:25 
GeneralRe: Want to run an exe file of client pc. Pin
26-Oct-01 19:23
suss26-Oct-01 19:23 
GeneralASP Text File Manipulation Pin
mrhsean24-Oct-01 7:39
mrhsean24-Oct-01 7:39 
GeneralRe: ASP Text File Manipulation Pin
AndyG24-Oct-01 8:27
AndyG24-Oct-01 8:27 
GeneralRe: ASP Text File Manipulation Pin
mrhsean24-Oct-01 18:42
mrhsean24-Oct-01 18:42 
GeneralRe: ASP Text File Manipulation Pin
Jon Gohr25-Oct-01 4:42
Jon Gohr25-Oct-01 4:42 
GeneralRe: ASP Text File Manipulation Pin
Jason Jystad30-Oct-01 11:19
Jason Jystad30-Oct-01 11:19 
QuestionWeb Based FTP - Java or ActiveX? Pin
23-Oct-01 21:23
suss23-Oct-01 21:23 
AnswerRe: Web Based FTP - Java or ActiveX? Pin
AndyG24-Oct-01 8:37
AndyG24-Oct-01 8:37 

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.