I have unique proplem in IE with pop-up window. Netscpe working fine.
Detail:
Sever side script: ColdFusion
In main window i have a button called Add New, which opens a pop up window.
code:
function addTitle(){
var ss="addTitle.cfm"+"?rad="+ Math.random()...
I have a strange problem while calling Sybase Stored procedure. I am calling a SP from Coldfusion through CFSTOREDPROC Tag, it worked fine before last week then, when i called coldfusion is displaying "Page can't be displayed" message( not regularly). Either it returns a return code...
Hi,
I have a main window, which opens a pop-up window. When user closes this pop-up window, internally database to be updated and this should be closed. Problem is if user close the pop-up window using windows close button, next operation will not be done. So I have to open another window
to...
I got it. I can create using CFFile tag with action as 'Write'. then i can append using action=append. My question is, how can i make bolds, fonts in the data in
xls files from CF.
Thanks
Kann
Hi all,
In my application User has to download report in the form of csv file. This report is dynamically generated depend on
the selection criteria. For this i have used the following code:
<CFSETTING ENABLECFOUTPUTONLY="Yes">
<CFCONTENT type="application/csv.ms-excel">...
Hi,
I hava a problem with CFContent usage,In my application
user has to download data as 'XL' spread sheet. When i try to down load from browser
1.Opening file download dialog.->ok
2.Then 'Save As' dialog box, in that i have 'File name'
and 'Save as Type' choice. But in Save as Type i don't...
Hi hoolz,
I have a status page where i can allow the user to create
a duplicate reocrd if i have only one record exist.If already two record are there i won't allow the user to create another.
Suppose when the user navigate to status page first time,
there is only one record. He created the...
Hi,
You can open popup window using.
open(URL, windowName[, windowFeatures]) method in window object.
ex:
window.open(Child.html,"child","width=300,height=300,menubar=no,titlebar=no,toolbar=no");
writing this in a function and call it.
note: no need to set titlebar,toolbar...
Hi hoolz,
Thanks for ur reply. I coudl not get the result, because
when i try to use refresh(own func) on onLoad event, it is refreshing the page again and again.
kann
Hi ,
I have a problem in with javascript,
When user hit the Browsers back button, my page(previous)should be Refreshed. Can i write javascript code to achive the above functionality.
thanks
kann
Hi,
I am trying to upload Date from CF to XL file. But in my date i have comma(","), when try to save as .csv file it is taking into seperate cell, where i need in the same cell.
ex:
Naren, san K ---> should be inserted into one cell.
thanks
kann
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.