On Thu, 26 Jul 2007 11:11:38 +0200
Federico Fanton <[EMAIL PROTECTED]> wrote:

> <meta refresh output 
> <script>window.top.location='http://redirected-url.com'</script>/>
> 
> ?
> Is a nested "script" tag allowed inside a "meta" tag? Also, I tried looking 
> up "refresh" inside the HTML4 specs on www.w3.org but couldn't find it.. :(

Found it X-) I think you meant something like

<meta http-equiv="refresh" output 
<script>window.top.location='http://redirected-url.com'</script>/>

or maybe

<meta http-equiv="refresh" 
content="<script>window.top.location='http://redirected-url.com'</script>"/>

Am I guessing right?


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
IMPORTANT NOTICE:

This mailing list is shutting down. Please subscribe to the Apache Wicket user 
list. Send a message to: "users-subscribe at wicket.apache.org" and follow the 
instructions.
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to