I don't know the answer to your question, but please remember that Java is
NOT Javascript. 

 A Java-enabled browser is NOT the same as a browser with JavaScript turned
off.

> -----Original Message-----
> From: Seamus Campbell [SMTP:[EMAIL PROTECTED]]
> Sent: Sunday, October 15, 2000 2:18 AM
> To:   CF-Talk
> Subject:      OT javascripts question
> 
> I hope someone can help
> 
> I have the following code to open a small pop-up window (taken originally 
> from Studio's wizard)
> 
> <SCRIPT LANGUAGE="JavaScript">
> <!--
>       function openWin( windowURL, windowName, windowFeatures ) {
>               return window.open( windowURL, windowName, windowFeatures )
> ;
>       }
> // -->
> </SCRIPT>
> 
> 
> <A HREF="JavaScript: newWindow = openWin( 'sorry.html', 'sorry', 
> 'width=300,height=400,' ); newWindow.focus()">
> <NOSCRIPT>
> <A HREF="sorry1.html" TARGET="_blank">
> </NOSCRIPT>
> <IMG SRC="a_BoldLE600.gif" WIDTH="468" HEIGHT="60" BORDER="0" 
> ALT="Boldacious Books"></A>
> 
> 
> this works exactly how I want it ie it has an image which when clicked in
> a 
> java-enabled browser opens a small popup window called sorry.html
> and
> in non java browsers open a new window called sorry1.html
> 
> BUT - when I get studio to validate the code I get these errors
> 1. The tag "NOSCRIPT" is not allowed within: "A" It is only allowed
> within: 
> HEAD, NOFRAMES
> 2. The tag "A" is not allowed within: "NOSCRIPT"
> 3. Nesting error, "A" should be closed before closing "NOSCRIPT"
> 
> I can't work out any other way of allowing non-java browsers to work
> 
> Any clues, please?
> 
> And is it worth worrying about non-java browsers these days (or people who
> 
> turn off javascript in Netscape)??
> 
> --------------------------------------------------------------------------
> ----
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to