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:
Nested tags count question (1997)
Configuration Q (1998)
template security preferences????? (1998)
Calculating days, hours, minutes ago (2004)
HomePage Caution (1997)
Need relative path explanation (1997)
Search results templates (1996)
Three new problems, maybe a fourth (1997)
[WebDNA] PCI fubar (2012)
re: [addlineitem] working almost (1997)
default value from Lookup (was Grant, please help me) (1997)
Trouble with formula.db (1997)
Re:WebCatalog f2 Installation (1997)
SET (1998)
can WC render sites out? (1997)
Grouping fields help (2004)
[WebDNA] remove preceding zero (2016)
Weird Math and SV Bad News (1997)
New command suggestion (1997)
Bug? (2000)