Link to home
Start Free TrialLog in
Avatar of neil_swainston
neil_swainston

asked on

Netscape writing HTML from servlet as text.

I have assigned the source of a FRAME tag to being the address of a servlet:

<FRAME SRC="blahblahblah/myservlet">

However, on returning, the HTML is written out as text and not interpreted as HTML. Presumably, some Content-Type value must be set somewhere.

For 30 points, how is this done? Remember that you can phone a friend or ask the audience.
ASKER CERTIFIED SOLUTION
Avatar of johnny99
johnny99

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of neil_swainston
neil_swainston

ASKER

Cheers Johnny,

It works. However, on analysis, this is not the cause of the fault.

But as you weren't to know that, please accept my 30 points. Thanks very much.