This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
script

whats a degradable script? example any1

Re: script

That particular term is unknown on the internet. I found, however, a reference to "degrading script".

I did not bother to read it all, but I suspect "degradable" means something like "not making your page total garbage to those with whatever-script disabled".

Re: script

onClick="window.open('','popup','left=200,top=20,width=300,height=300')">Make Pop Window



onClick="window.open('pagePopup.html','popup','width=300,height=300')">Make Pop Window


If javascript is disabled, the first script will open while the second will simply hang... hence the first script is degradable.

Re: Re: script

the first one won't run at all because you made a syntax error.

-james:)

Re: Re: Re: script

works ok here. no error

Re: Re: script
Re: Re: script

Works for me too, however scroll bars and resizability may help:

<a href="TARGET-IMAGE-URL" target="popup"
="window.open
('','popup','left=200,top=5,scrollbars=yes,resizable=yes,width=640,height=1000')">CLICKABLE-TEXT</a>