Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kann

  1. kann

    Pop up window refreshing?

    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()...
  2. kann

    Stored procedure problem.

    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...
  3. kann

    pop-up window

    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...
  4. kann

    Tool tip for Button

    Thanks, but i don't wnt to put images as buttons.
  5. kann

    Tool tip for Button

    Can i add tool tip for HTML input Button, so that text will be displayed when mouse over the button.If so how can i? Thanks kann
  6. kann

    cfschedule

    Hi, How can i run <cfschedule> on back ground to perform specific task?. Thanks Kann
  7. kann

    creating xls file in Server

    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
  8. kann

    creating xls file in Server

    hi, Can we create xls files in server using data form database. CFFILE tag should be used? what is the attibute for action copy/write? thanks kann
  9. kann

    &lt;b&gt;Create CSV files in client's mechine &lt;/b&gt;

    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=&quot;Yes&quot;> <CFCONTENT type=&quot;application/csv.ms-excel&quot;>...
  10. kann

    CFContent usage

    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...
  11. kann

    Action when user hits the back button

    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...
  12. kann

    Pop-Up Window (very simple)

    Hi, You can open popup window using. open(URL, windowName[, windowFeatures]) method in window object. ex: window.open(Child.html,&quot;child&quot;,&quot;width=300,height=300,menubar=no,titlebar=no,toolbar=no&quot;); writing this in a function and call it. note: no need to set titlebar,toolbar...
  13. kann

    Action when user hits the back button

    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
  14. kann

    Action when user hits the back button

    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
  15. kann

    Problem with CFcontent and XL

    Hi, I am trying to upload Date from CF to XL file. But in my date i have comma(&quot;,&quot;), 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

Part and Inventory Search

Back
Top