[PHP] Re: Works in html, not when echoed in PHP

2002-11-13 Thread Javier Montserat
rather than using echo why not just do this - ?> onresize="window.location.reload(false)" topmargin="1" bottommargin="0" leftmargin="0" rightmargin="0"> ?> this way you don't have to worry about getting the quotes right... Hello, "Aaron Merrick" <[EMAIL PROTECTED]> wrote: Folks, Can'

[PHP] Re: Works in html, not when echoed in PHP

2002-11-13 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Folks, > > Can't see an answer anywhere in the archives, so here goes. > > This works fine in plain html: > > onresize="window.location.reload(false)" topmargin="1" bottommargin="0" > leftmargin="0" rightmargin="0"> > > When I put it