Page redirect when using dynamic template?

  • Thread starter Thread starter Dave B.
  • Start date Start date
D

Dave B.

Normally I would use
<meta http-equiv="refresh" content="N; URL=other-web-address"> in the head
section, but that section is part of the uneditable region.
 
So add an editable region in the Code view in the head section

<!-- #BeginEditable "metatags" -->
<meta http-equiv="refresh" content="N; URL=other-web-address">
<!-- #EndEditable -->

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Normally I would use
| <meta http-equiv="refresh" content="N; URL=other-web-address"> in the head
| section, but that section is part of the uneditable region.
|
|
 
Back
Top