Igor wrote:

write your own page, that works like redirect page, but instead of doing
<meta refresh output <script>window.top.location='url' 

What he meant:

write your own page, that works like redirect page, but instead of doing
     <meta refresh="... etc....
output
     <script>window.top.location='url' .....etc....

     Erik.



Federico Fanton wrote:
> 
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Redirecting-top-frame-tf4142267.html#a11807304
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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