HighDots Forums  

redirect to another url in an editable region

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss redirect to another url in an editable region in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
SharaC
 
Posts: n/a

Default redirect to another url in an editable region - 07-06-2004 , 04:51 PM






Is it possible to redirect to another web site WITHIN my pages, in an editable region?
All help would be greatley apprecated?

SHARA

Reply With Quote
  #2  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: redirect to another url in an editable region - 07-06-2004 , 04:59 PM






SharaC wrote:

Quote:
Is it possible to redirect to another web site WITHIN my pages, in an editable region?
All help would be greatley apprecated?

SHARA
I assume you mean *automatically*, else, a regular link would do. ;-)
Why not open the template, add (if it's not already there) an editable
region in the <head>, then add the refresh tag:
<meta http-equiv="Refresh" content="5;URL=http://www.newurl.com"> ("5"
is seconds)
in that newly created editable region child page?

--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_engine_optimization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html


Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: redirect to another url in an editable region - 07-06-2004 , 05:08 PM



Huh? The OP seems to want a new page to come into the code within an
editable region?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Dan Vendel *GOF*" <see_my_signature_ (AT) _the_bottom_of_the_post (DOT) org> wrote in
message news:ccf3r6$fne$16 (AT) forums (DOT) macromedia.com...
Quote:
SharaC wrote:

Is it possible to redirect to another web site WITHIN my pages, in an
editable region?
All help would be greatley apprecated?

SHARA

I assume you mean *automatically*, else, a regular link would do. ;-)
Why not open the template, add (if it's not already there) an editable
region in the <head>, then add the refresh tag:
meta http-equiv="Refresh" content="5;URL=http://www.newurl.com"> ("5"
is seconds)
in that newly created editable region child page?

--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_engine_optimization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html



Reply With Quote
  #4  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: redirect to another url in an editable region - 07-07-2004 , 12:23 AM



Murray *TMM* wrote:

Quote:
Huh? The OP seems to want a new page to come into the code within an
editable region?

Sure? I didn't read it so, but after looking again, I see it could be
interpreted two ways. In that case:

Use an iframe. Not supported by old browser, e.g. Netscape 4.xx, but
that's the only backdraw: Put a tag looking something like this where
you want the other page to appear:

<iframe src="foo.html" width="100%" height="100%" marginwidth="10px"
marginheight="10px"></iframe>

All parameters you can use are described here:
http://www.w3schools.com/tags/tag_iframe.asp

However, you could also use SSI, but that might be a bit trickier.

--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_engine_optimization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html


Reply With Quote
  #5  
Old   
SharaC
 
Posts: n/a

Default Re: redirect to another url in an editable region - 07-10-2004 , 04:48 AM



Brilliant, thank you very much

SHARA

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.