struggling with a frame reload

plug-discuss@lists.plug.phoenix.az.us plug-discuss@lists.plug.phoenix.az.us
Thu, 02 Jan 2003 18:17:36 -0700


I've never seen the "type" attribute in the <script> tag.
I've always used <script language="javascript">
I did a quick check in my Javascript book and saw no "type" attribute for the script tag.

Peter

On 2 Jan 2003 at 19:44, Mike Starke wrote:

> /_------
> /_It would seem to me that it would be quite easy to just have a
> /_javascript line to execute a reload of the frame whenever you choose. I
> /_don't know that php itself is even capable of any client side
> /_interaction.
> /_
> I have even tried javascript. I must have some syntax wrong?
> 
> (code contained in FrameB)
> <?
> echo "<!-- \n<script type=\"javascript\">\n";
> echo "top.frameA.location.reload();\n";
> echo "</script> -->\n";
> ?>
> 
> -Mike
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change  you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> 
>