Re: Rendering out a page
This WebDNA talk-list message is from 1997
It keeps the original formatting.
numero = 15634
interpreted = N
texte = >I have been asked to consider rendering out a page that via a search that>displays some 580 plus items.>Does this mean I can or cannot then create a hyperlink that I currently>generate on the non-rendered page and embed webcat search tags in the>rendered page?You can render anything you like to the file using WriteFile. One 'secret' is to make sure you add secure=F to the context so that outsiders can view your page:[WriteFile file=SomeFile.html&secure=F]... you stuff here[/WriteFile]It is true that all the WebDNA inside gets executed first, so it does the right thing -- the final page ends up looking like regular HTML, just as if you had displayed a template which didn't have the [WriteFile] embedded in it.Be careful if you want [cart] tags inside there -- they will get substituted (rendered) with whatever cart value you have at the time, so it would be a good idea to manually hit the RenderPage.tmpl with ?cart=[cart], which causes the cart value to become literally [cart] rather than being turned into a number. If you want other WebDNA to remain in its [xxx] (unrendered) form, just wrap [Raw] around it, likeWelcome! Today is [raw][date][/raw] on our server.This will be rendered as Welcome! Today is [date] on our server. instead of substituting the date at the time of rendering.Grant Hulbert, V.P. Engineering | ==== eCommerce for the Rest of Us ====Pacific Coast Software | WebCatalog, WebMerchant,11770 Bernardo Plaza Court | SiteEdit Pro, PhotoMaster,San Diego, CA 92128 | Typhoon619/675-1106 Fax: 619/675-0372 | http://www.smithmicro.com/
Associated Messages, from the most recent to the oldest:
>I have been asked to consider rendering out a page that via a search that>displays some 580 plus items.>Does this mean I can or cannot then create a hyperlink that I currently>generate on the non-rendered page and embed webcat search tags in the>rendered page?You can render anything you like to the file using WriteFile. One 'secret' is to make sure you add secure=F to the context so that outsiders can view your page:[WriteFile file=SomeFile.html&secure=F]... you stuff here[/WriteFile]It is true that all the WebDNA inside gets executed first, so it does the right thing -- the final page ends up looking like regular HTML, just as if you had displayed a template which didn't have the
[writefile] embedded in it.Be careful if you want
[cart] tags inside there -- they will get substituted (rendered) with whatever cart value you have at the time, so it would be a good idea to manually hit the RenderPage.tmpl with ?cart=
[cart], which causes the cart value to become literally
[cart] rather than being turned into a number. If you want other WebDNA to remain in its [xxx] (unrendered) form, just wrap
[raw] around it, likeWelcome! Today is
[raw][date][/raw] on our server.This will be rendered as Welcome! Today is
[date] on our server. instead of substituting the date at the time of rendering.Grant Hulbert, V.P. Engineering | ==== eCommerce for the Rest of Us ====Pacific Coast Software | WebCatalog, WebMerchant,11770 Bernardo Plaza Court | SiteEdit Pro, PhotoMaster,San Diego, CA 92128 | Typhoon619/675-1106 Fax: 619/675-0372 | http://www.smithmicro.com/
Grant Hulbert
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
append duplication help (2000)
Comments in db? (1997)
Why does setheader provide a db= parameter? (2005)
CR's (2003)
Re:trouble (1997)
Canadian Postal Codes (location-based searching) (2001)
Generating Report Totals (1997)
Repost: [convertwords] to convert carriage return? (2000)
updating with ProductEditor (1998)
[WebDNA] Mail and SPF (2011)
Using [Include] Context (1999)
emailer settings and control questions (1997)
Text Variabels Not Passed To Include (2002)
ANother SHOWIF problem (1997)
[protect admin] (1997)
All choice in popups (1997)
no global [username] or [password] displayed ... (1997)
No Access warning when caching HTML files (1997)
founditems and setheader (2000)
Middle problem (2004)