Inserting HTML

  • Thread starter Robert \(Bob\) Taubman
  • Start date
R

Robert \(Bob\) Taubman

I've tried cutting and pasting in the HTML view but each time I preview, I
can see all the code. I'm trying to insert code into the header portion of
the page for a javascript but it doesn't seem to want to work for me.

Any suggestions would be appreciated.

Thanx


Bob Taubman
 
F

FrankV

What are trying to put in the "header"? Are you talking about meta
statements, style sheets or what?

Frank
 
R

Robert \(Bob\) Taubman

FrankV said:
What are trying to put in the "header"? Are you talking about meta
statements, style sheets or what?

Frank

The following:

<HEAD>



<SCRIPT LANGUAGE="JavaScript">



<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Asif Nasir ([email protected]) -->



<!-- Begin

var scrl = " Put your own message here! This is great! ";

function scrlsts() {

scrl = scrl.substring(1, scrl.length) + scrl.substring(0, 1);

document.title = scrl;

setTimeout("scrlsts()", 300);

}

// End -->

</script>
 
F

FrankV

Bob,

I cut/past in html section just as you and it doesn't display the JavaScript
in preview as you are seeing. It works correctly for me. I'm using FP 2000.
What are you using?

Only thing I could think of is you might have some control character or some
hidden character in the file and it was ignored when you put it in the
message. Try taking it back from the message and putting in FP.

Frank
 
Top