PDA

View Full Version : Problem with NS as normal...


simu
28.06.2001, 14:59
Hi Programmers

I'm making a new Page for my Class and I have some Problems with it!
it works in Ie as well but Netscape make some strange things!

NS6 - The Visibility-Script don't work, it can't display anything! looks like it has lag!

NS4 - An error comes up if the user activate the Visibility-Script(Objekt not defined)

here's the [url="http://www21.brinkster.com/simushome/TertiaC/index.html"]Link[/url:6nzohuaz4e]

note that none of the Links work!

greets

<font size=1>|| simu ||
|| [url="mailto:simuk@freesurf.ch"]simuk@freesurf.ch[/url:6nzohuaz4e] ||
|| [url="http://www.simu.cjb.net"]www.simu.cjb.net[/url:6nzohuaz4e] || [url="http://www.retedesign.ch.vu"]www.retedesign.ch.vu[/url:6nzohuaz4e] ||</font id=size1>

Sergi
28.06.2001, 15:35
hi simu

first off,

put the following line just after the test for netscape browser:
<pre id=code><font face=courier size=2 id=code>this.ns=(this.ns4 || this.ns5)?1:0;</font id=code></pre id=code> as it is now you could have problems since the properties of the object bw are not yet defined.

btw, strange way to do an object constructor, not sure if the problem's there. Let me try. I'll tell you tomorrow.

cu


<font color=green>function user(mail, site) {
this.mail = mail;this.site = site}
function see(){
sergi = new user("sergi@dhtmlcentral.com", "www.meddle.f2s.com")
document.write(sergi.mail ,"
", sergi.site)}
onCurious=see</font id=green>

simu
28.06.2001, 16:21
Thanks Sergi

hope you can fix the problems

greets

<font size=1>|| simu ||
|| [url="mailto:simuk@freesurf.ch"]simuk@freesurf.ch[/url:lywoqo5s8d] ||
|| [url="http://www.simu.cjb.net"]www.simu.cjb.net[/url:lywoqo5s8d] || [url="http://www.retedesign.ch.vu"]www.retedesign.ch.vu[/url:lywoqo5s8d] ||</font id=size1>

Versatil
29.06.2001, 03:22
its odd.. name 1 pops up.. the error occurs after that (in ns4)..
I'm too tired to go deeper into it sorry
ns6 just doesnt do anything so there might be a problem with your object constructor..
gunna go to bed sorry
c ya

simu
29.06.2001, 10:46
Thanks Versatil

But I think the objekt constructor work. I tested it If I set the visibility to visible you can see all the objekts in IE, NS and NS6! It have to be an other problem!

greets

<font size=1>|| simu ||
|| [url="mailto:simuk@freesurf.ch"]simuk@freesurf.ch[/url:qqcrq92uci] ||
|| [url="http://www.simu.cjb.net"]www.simu.cjb.net[/url:qqcrq92uci] || [url="http://www.retedesign.ch.vu"]www.retedesign.ch.vu[/url:qqcrq92uci] ||</font id=size1>