Calling A Coldfusion Template
On the server i am using a asp script to loop thru an xml file that contains a number of email addresses. When i pick up a email address i would like to call a cfm template that sends the email. I have tried the below:
Server.Execute("sendemail.cfm?Email=john");
but it gives me a ASP 0231 error. i suspect that i can only call another asp script. Interestingly i only get an error when i use the string parameter any thoughts? i would like to use CF as the mail delivery vehicle.
View Replies
ADVERTISEMENT
i have a database that is using an ODBC connection thru coldfushion to display information from a access database. I also have an admin page on the site where you can edit, delete and update entries in the database, the admin page uses ASP and is a DSN connection.
When i go to edit entries in the database using ASP the coldfushion pages don't display any of the alterations. Is there any way i can the two talking to one another? This is the code i'm using in my ASP pages.
Set conn = server.createobject("adodb.connection")
DSNtemp="DRIVER={Microsoft Access Driver (*.mdb)}; "
DSNtemp=dsntemp & "DBQ=" & server.mappath("clothes.mdb")
conn.Open DSNtemp
View Replies
View Related
Previously I was a ColdFusion expert, but now, d new company that I work with want me to use ASP instead of CFML. And I have no idea how d ASP coded, can u guys help me in this matter? such as what is d main different between ASP vs CFML in coding. Is it very hard to convert from CFML to ASP?
View Replies
View Related
I have a coldfusion database (cfm ) how can I display this in a ASP or html page.
View Replies
View Related
I am trying to turn a page I have in coldfusion into ASP using VBscript. There are some functions in coldfusion that I can't find comparable functions in vbscript. Code:
View Replies
View Related
Is there a way to pass a session variable from ColdFusion to ASP? I need to
pass one from the login page in ColdFusion to ASP pages so that I could
restrict access to the pages without login.
View Replies
View Related
can use template with asp like php ?
View Replies
View Related
I am looking for a website that provides a message board template.
Also one that provides a form that allows customers to pay membership dues online while inputing information to be stored in a database.
View Replies
View Related
I am trying to update a website that uses ASP to connect to a database.
I want to change a template file i have so that it is CSS driven with as few tables as possible.
I have managed to strip the tables from the header and footer sections of the template and replace them with divs and CSS styled unordered lists.
I am struggling with the site breadcrumb, navigation and main content areas as these use ASP code to draw data from a database (i dont have access to the database). The site is updated using a Content Management System.
The main site webmaster has told me that a CSS driven template is unworkable. I think that she just cannot be bothered to change with the times and therefore won't move to a CSS driven layout. She took great lengths explaining that she had been doing the job for six years and that tables were the best way to go.
I have the template file i'm trying to change. I have included the full template unchanged below. The template code is below: Code:
View Replies
View Related
I need sample in asp how ? so when I change into news/link/ or somthing then I get the info in default ??? can somone tell me how? or where I can find templete in ASP not html??
Default.asp
Include
Left.asp
Right.asp
Top.asp
Bottom.asp
View Replies
View Related
Are there any template engines out there for ASP? I'm a PHP guy at heart and I love my Smarty template engine. Is there a template engine out there for ASP that is comparable to Smarty? Are there any template engines at all for that matter?
View Replies
View Related
I need to create a template for an online newsletter that will auto-generate
page number (with current page not hyperlinked) and previous and next
buttons (no previous on first page and no next on last page).
Does anyone know of any quick asp code that will do this? I don't think
that it'd be too hard to do, but I'm very new at asp. Code:
View Replies
View Related
Is it possible to open a Outlook Template via ASP? The template will be housed on the webserver itself.
View Replies
View Related
My client has 35 domains (web addresses) that they want to host on a Windows 2K box with IIS 5. They want one application built using ASP and SQL server, hosted somehow on the IIS so that it appears as the same application for each domain. The end user of each domain will actually be using the same application.The head of each of the 35 domain, or the jr. web master of each domain should be able to cutomize the look of the each of their domain. This customization feature would be built into the ASP application. Things that can be changed would be some text, color of text, size and color of input boxes.
This application will be similar to some of the eCommerce sites that have a web interface for their merchants to be able to modify their individual sites. Sort of selecting and modifying templates. They want 1 application so any changes and update of the application will reflect on all domains.My question is how do I start designing this?
Where can I get info on this project, any opensource stuff I can look at?
Do I incorporate XML anywhere?The domains will be accessing the same DB, how do I minimize DB trips?
View Replies
View Related
I have created a word template(.dot) with several bookmarks but know I don't know how to fill this information from the asp page. I have to retrieve the information from the database and fill the information in the word document Code:
View Replies
View Related
i work a lot with smarty that is a template manager for php.. there is someone similar for asp ?
View Replies
View Related
I am looking for a script or a tutorial on how to generate a web page by having a user fill in a few chosen fields and entering the information into some preprogrammed html code using variables.It would then display their page and underneath it the html code.
Exactly like this, but in asp or cold fusion:
http://www.tupics.com/freead/create.pl
View Replies
View Related
I would like to code a message template. I have 2 pages here, to ease my illustration, I named it as FirstPage.asp and SecondPage.asp. I had coded a button on FirstPage.asp, so that when user clicks on the button,then the SecondPage.asp will pop up and a list of messages which is retrieved from database will be displayed, row by row accordingly.
my doubt is how to set a selected message from SecondPage.asp to put it in FirstPage.asp's textbox?
View Replies
View Related
Does anybody have the code to open a Word template held on the same machine, from an asp page,. say path is "C: emplatesBuild1.dot". I've tried a lot of different codes but none open it. If this is possible can I write to it with "response.write" statements.?
View Replies
View Related
I am implementing print template solution. I would like to use it in asp
app. I open new document then generate print preview then print and
finally close preview window, but I am not able to close previewed document.
I try to move document window out of screen - somewhere like
9999999,9999999 position, view preview then print and finnaly close
preview window. Then document window is invisible but still exists.
How can I close the document window after preview??
I belive it would be better solution if I could open printed document in
my ActiveX (with browser ActiveX included) but trying do it I receive
login page :-( . I am not able to share session between document and
implemented ActiveX.
View Replies
View Related
I have just been asled to produce an facility on an existing web site that allows users to go to a page which contains four business card designs. They would then select a design and be able to fill in the details they want on the selected card whilst they are on line and send the information to the company for printing. If this make sense can anyone help?
View Replies
View Related
Does anyone know of a good template class/system, which I can use in my ASP pages to seperate HTML from ASP?
View Replies
View Related
Can anyone do me a huge favour? I need an asp template page which will pull data and display it on that page, from an XML file.
The file doesnt contain all the data, its a query to data on a server within our work.
Ive tried endlessley from tutorials etc and the best ive had is a message saying "XML DATA RETRIEVED"
I just cant get the phonelist.xml file to display, basically its a list of staff name / email / phone extension.
View Replies
View Related
I have seen PHP scripts that that define an iHTML template and then set an array that is used by the iHTML file to add code fragments. Does anyone know how an iHTML template can be used by ASP?
View Replies
View Related
I have different templates for different companies to be sent to the customer. first i get all the templates from the DB by giving: Select templates from tempates;
Now i want the user to select one..may be we can have a radio button displayed near the textarea in which i will be displaying the templates from DB. Once the agent selects one of the templates to be sent,that template should be sent as an email to the customer.
How do i go on achieving this ,with good formatted template in the DB?
View Replies
View Related
As creating folders after a form submission is quite easy (as pointed out in my last post - thanks again) I was wondering If it was also possible to create a new permanent ASP page based on a template .
All that needs to be changed is the title of the page and the file name. However the new page must be a copy of the template (only with these changes in it.
View Replies
View Related
I'm looking for an ASP template class, that's up to par with Smarty. I really need a few functions that Smarty has, like assign, section, custom functions and the ability to use arrays in my templates. I doubt anything like it exists in ASP, but I'm still hoping... anyone know of any template class that comes near Smarty?
View Replies
View Related
Is it possible to send data from ASP and put it into a existing template? i don't want to create an excel document I only want to send one piece of information from ASP to the Exisiting Template.
We have created a online quote number genetrator for our sales team and we want it to open the excel quote template and put the quote number on that excel template.
View Replies
View Related
Right now I use difference include files for my header, footer, functions, config, etc. Has anyone had any success with this type of template system? Or maybe there is a better template system everyone is using?
Also, if anyone is familiar with "here document" syntax in PHP, how do I get that type of functionality for my ASP code? I tried creating functions for the header and footer such as getheader(pagename, pageid) but was unable to figure out how to write such a large piece of code to be output by a functions.
View Replies
View Related
From the ASP application I am trying to 1) open a template 2) add data to a couple of fields (passed from order.asp to invoice.asp) 3) do a Save As so that the user can save to client.
I have this code working fine for a word document, but I am having touble with the XLT. Any suggestions?
View Replies
View Related
At the moment i'm working on a template based newsletterscript and this a testscript to get some variables. This is actually working for one record but i want it to get al the records where the Newsid = "1" e.q.
It's not necessary to print/ write the results but this is just testing.
Actually the following part should be a select case... depending on the value of the column = template e.q "1" he should display this record in another format. Code:
View Replies
View Related
I am trying to construct a form that gives some basic info and emails it to me. Thats the easy bit thanks to the excellent tutorial from Dhtmlgod (?).
I have a email template with a custom Html footer that loads from global asa, I can get it to load in the email and send etc. but the form contents don't get shown.
What do I need to put in the template that will show the form contents and the custom footer.
View Replies
View Related
Are there programs capable of creating templates for non-frame based websites?
View Replies
View Related