Pennock's Fiero Forum
  Totally O/T - Archive
  Need some HTML testing help ASAP......

T H I S   I S   A N   A R C H I V E D   T O P I C
  

Email This Page to Someone! | Printable Version


Need some HTML testing help ASAP...... by DaRkLoRD
Started on: 07-01-2000 05:52 PM
Replies: 7
Last post by: DaRkLoRD on 07-01-2000 09:52 PM
DaRkLoRD
Member
Posts: 7001
From: Canada
Registered: Feb 99


Feedback score: N/A
Leave feedback





Total ratings: 83
Rate this member

Report this Post07-01-2000 05:52 PM Click Here to See the Profile for DaRkLoRDSend a Private Message to DaRkLoRDDirect Link to This Post
I receieved an email from someone working on the Mozilla project, and he told me my Photoshop tutorials page doesn't display properly in Netscape..

anyone with Netscape installed (I need it checked with both 3.0 and 4.0+) can you please goto http://www.digitalfusion.on.ca/ and click on "Free Stuff" in the main menu.. the Photoshop tips/tricks section is in there.. I know it works great in IE, but for some reason Netscape doesn't like simple table code.. and there's a chance the same table errors would be on the Fiero Project site as well... so if you have some free time, can anyone check that out too???

Please let me know what the pages do.. if it works, if it doesn't work (what errors?), etc.. THANKS A MILLION!!!

------------------
http://www.fieroproject.com

IP: Logged
PFF
System Bot
Cliff Pennock
Administrator
Posts: 11619
From: Zandvoort, The Netherlands
Registered: Jan 99


Feedback score: (2)
Leave feedback





Total ratings: 699
Rate this member

Report this Post07-01-2000 07:00 PM Click Here to See the Profile for Cliff PennockClick Here to visit Cliff Pennock's HomePageSend a Private Message to Cliff PennockDirect Link to This Post
On your main page, I get JavaScript errors. Looking at your sourcecode, you should replace

else {

with

} else {

The same error occurs on different pages.

IP: Logged
DaRkLoRD
Member
Posts: 7001
From: Canada
Registered: Feb 99


Feedback score: N/A
Leave feedback





Total ratings: 83
Rate this member

Report this Post07-01-2000 07:03 PM Click Here to See the Profile for DaRkLoRDSend a Private Message to DaRkLoRDDirect Link to This Post
I'm scrapping the main page soon anyway, it's being replaced with a Flash interface..
I'm tired of my cr@ppy javascript code that never works. I should stick to graphics instead of trying to write code. hehe..

thanks for the heads up though!

p.s. is there an option to automatically include your sig with each post?

------------------
http://www.fieroproject.com

IP: Logged
DaRkLoRD
Member
Posts: 7001
From: Canada
Registered: Feb 99


Feedback score: N/A
Leave feedback





Total ratings: 83
Rate this member

Report this Post07-01-2000 07:09 PM Click Here to See the Profile for DaRkLoRDSend a Private Message to DaRkLoRDDirect Link to This Post

DaRkLoRD

7001 posts
Member since Feb 99
Cliff, what browser are you using? I replaced the code like you suggested... and it really messed up the page.

No harm done, I didn't over-write my original copy..

------------------
http://www.fieroproject.com

IP: Logged
Phil
Member
Posts: 7033
From: Coventry, RI
Registered: Apr 99


Feedback score: (2)
Leave feedback





Total ratings: 154
Rate this member

Report this Post07-01-2000 07:34 PM Click Here to See the Profile for PhilSend a Private Message to PhilDirect Link to This Post
I'm using Netscape 4.7 and the tips section seem to work fine or am I missing something?
IP: Logged
DaRkLoRD
Member
Posts: 7001
From: Canada
Registered: Feb 99


Feedback score: N/A
Leave feedback





Total ratings: 83
Rate this member

Report this Post07-01-2000 09:05 PM Click Here to See the Profile for DaRkLoRDSend a Private Message to DaRkLoRDDirect Link to This Post
Thanks for the help with the tutorials problem.. and judging from Phil's comment, I think I have it fixed now.

next thing is to get busy on the graphics for my new interface.. so I can get rid of the current site.

------------------
http://www.fieroproject.com

IP: Logged
Cliff Pennock
Administrator
Posts: 11619
From: Zandvoort, The Netherlands
Registered: Jan 99


Feedback score: (2)
Leave feedback





Total ratings: 699
Rate this member

Report this Post07-01-2000 09:46 PM Click Here to See the Profile for Cliff PennockClick Here to visit Cliff Pennock's HomePageSend a Private Message to Cliff PennockDirect Link to This Post
Ah, I forgot to mention a few other things...

This is your original code

code:

function chgIn (num) {

if (num==4){

document.screen.src = "images/screen"+num+".jpg"};
else {
setTimeout("i"+num+".src='images/image"+num+"_on.jpg'",100)
document.screen.src = "images/screen"+num+".jpg"};

};


Change it to:

code:

function chgIn (num) {

if (num==4){

document.screen.src = "images/screen"+num+".jpg";
} else {
setTimeout("i"+num+".src='images/image"+num+"_on.jpg'",100)
document.screen.src = "images/screen"+num+".jpg";
}
};


I've moved the brackets around a bit...

IP: Logged
DaRkLoRD
Member
Posts: 7001
From: Canada
Registered: Feb 99


Feedback score: N/A
Leave feedback





Total ratings: 83
Rate this member

Report this Post07-01-2000 09:52 PM Click Here to See the Profile for DaRkLoRDSend a Private Message to DaRkLoRDDirect Link to This Post
Thanks Cliff! I'll mess around with that a bit later.. it'd be a pain to go through every page and replace it though.. I'll probably just leave it as it is until I get the Flash page up in a couple weeks..

thanks again!

------------------
http://www.fieroproject.com

IP: Logged



All times are ET (US)

T H I S   I S   A N   A R C H I V E D   T O P I C
  

Contact Us | Back To Main Page

Advertizing on PFF | Fiero Parts Vendors
PFF Merchandise | Fiero Gallery | Ogre's Cave
Real-Time Chat | Fiero Related Auctions on eBay



Copyright (c) 1999, C. Pennock