URL to open in maximized window state within current window

2008-11-20 Thread ismail cassiem
Hi, I need help please! I have a link on a page, where i wont it open in maximized window state. the _parent allows to open in current window, but the maindow is never at maxmize state. I want the url to open in current window which it does but also force to open in maxize window state:

Re: Create a lookup to point to a DB where I specify a query

2008-11-19 Thread ismail cassiem
Well i'm actually in a mess. I'm customizing an aspx page. This page is loaded via apllication we use but i need to add lookups to it. Part of a previous post where i just had a textbox and onclikc pass parameter using javascript. Now i have to add a lookup and pass selected value: Previus

Re: Create a lookup to point to a DB where I specify a query

2008-11-19 Thread ismail cassiem
Thank You All ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive:

Re: Create a lookup to point to a DB where I specify a query

2008-11-19 Thread ismail cassiem
I'm using aspx and not coldfusion at all. I don't know how to connect to the db from blank html. html body select id=test optionsQry/options /select /body /html Regards ~| Adobe® ColdFusion® 8 software 8 is the

Create a lookup to point to a DB where I specify a query

2008-11-18 Thread ismail cassiem
Hi, I need help! On my page I have no connection to the db, how do I create a lookup to point to a DB where I specify a query and result to my dropdown. Regards ~| Adobe® ColdFusion® 8 software 8 is the most important and

One text box split to look like 4 textboxes with combined result one value

2008-11-18 Thread ismail cassiem
Hi, I need help please! I'm not to sure if this possible. I need to split a textbox to look like 4 textboxes with background text indicating the value required for each text box. I want the 4 resulting textbox combined value of 1 textbox value. Basically it has to be one textbox that is

Re: One text box split to look like 4 textboxes with combined result one value

2008-11-18 Thread ismail cassiem
Thank You very much - it what I had in mind but don't have the code to combine the values. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Create a lookup to point to a DB where I specify a query

2008-11-18 Thread ismail cassiem
It's not that I have no connection, I have a blank HTML page where I need to setup lookups. I don't know the code to insert in blank html - where i can specify a server name, user,password, and query string. Then use the query string in lookup select drop down. Code examples of lookup with

Re: One text box split to look like 4 textboxes with combined result one value

2008-11-18 Thread ismail cassiem
Thanks, I'll have a try! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive:

Re: 2 IFrames -Iframe1 btn onclick load iframe2 src pass iframe1 txtbox val as param

2008-11-17 Thread ismail cassiem
Thank You very much - I urgently needed this. It works great! tr input type=text text=Keyword id=keyword value= input type=button text=filter id=filter onClick=(document.getElementById('keyword').value=='') ? alert('Enter a Keyword!');

2 IFrames -Iframe1 btn onclick load iframe2 src pass iframe1 txtbox val as param

2008-11-16 Thread ismail cassiem
Hi, I need help please. I need to create a textbox with a report url in an iframe below. Onclick of button create IFrame and pass textbox value into parameter of iframe src. I'm not to sure how to do this, i think some javascript is needed as I want the button to check the textbox is not blank

Re: No focus on page, when page loads

2008-03-03 Thread ismail cassiem
document.forms[0].somefield.focus(); Or, I suppose you could call the submit button's blur method, which would move the focus to the next object in the tab order. [B]Hi, Thank You very much for all the help!!! [/B] What i did was add the following attribute to my submit button where the

No focus on page, when page loads

2008-02-28 Thread ismail cassiem
Hi, i'm using an xslt file that loads my page - which does not use a body. The problem i have is that everytime i open the page the focus is on the submit button. I don't really want that - where i just want no focus when the page opens up. I geuss a javascript is needed but i also dont have a

vertical align the text within a text box

2008-02-04 Thread ismail cassiem
Hi, I need help please! I want to vertical align the text within a text box. I can set the vertical align of the text box but not the text. My text box has a style property of: style =height : 20px; border : 1px solid #CC; but my text is to high on top in the text box I tried the

Re: vertical align the text within a text box

2008-02-04 Thread ismail cassiem
Hi, padding-top : 2px; Regards I tried the following: text-align : center;- but that moves the text to the center horizontally vertical-align : sub; Please Asist! Regards ~| Adobe®

Loose Focus/no Focus onclick set focus to nothing/opening a page where there is none!

2008-01-19 Thread ismail cassiem
Hi, I would like to do the following. I have an href where onclick the focus is on the href: I got it to change focus to another object but i don't really want that. It must be as if the user clicked nothing. The href is what i use for my tooltip so it's only surppose to work onmouseover!

Re: Loose Focus/no Focus onclick set focus to nothing/opening a page where there is none!

2008-01-19 Thread ismail cassiem
Hi, Thank You very much for helping me! I've done exactly as the example but unsuccessfull It does what i want it to do: where onmouseover does not set or show the focus on the submit. But onclick it set's the focus to the '__Submit' I'm not to sure about this return part so i tried both

Re: Some help on passing a parameter in text HTML?

2008-01-10 Thread ismail cassiem
There's probably a window.url or something you can parse. Have you looked in a decent DOM reference ? Hi, Thanks more detail please - DOM reference ? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

Re: Some help on passing a parameter in text HTML?

2008-01-10 Thread ismail cassiem
i think this is what you are looking for: http://www.w3schools.com/htmldom/prop_loc_search.asp you can get the query string into js and then parse it with js string functions get the value you need Thank You but it returns the '?' and the spaces '%20' eg: ?This%20used%20to%20test% With

Re: Some help on passing a parameter in text HTML?

2008-01-10 Thread ismail cassiem
Do you have a JavaScript reference to hand, at all ? Hi, the below code - it displays a page onclick submit is displays a popup 'Alert' I need to call it via a href from page1 to the second page where i can set the style of the output! Page1: A HREF='ajax.htm?name'Click here/A Page2:

Re: Some help on passing a parameter in text HTML?

2008-01-10 Thread ismail cassiem
No offence, but this is hardly 'cf talk' :-) My Aplogies, Thank You for the help Assistance! Regards ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Some help on defining amp;amp;amp; passing a parameter in text HTML?

2008-01-10 Thread ismail cassiem
My understanding of your issue. You have 2 html files. the first has a link with url variables in it. The second, needs to display what those variable values were. Thank You very much, I got it going with help: a fancy Javascript was needed !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01//EN

Some help on defining passing a parameter in text HTML?

2008-01-09 Thread ismail cassiem
Hi, I need help please i usually code in coldfusion but now i want to create 2 text html files where i pass a parameter on href? This normally works in coldfusion! Page1 a href=test.htm?test=100','','height=300,width=300 Page2 html head param name=test value=/ /head body cfoutput #test#

Re: Some help on defining amp; passing a parameter in text HTML?

2008-01-09 Thread ismail cassiem
Thank You Ben Tom, i really appreciate the help! It displays #test# but in the url i can see the value it's passing but the second page does not pick it up! Does anyone have an example of some javascript/ or other that can do it? Regards

Re: Some help on passing a parameter in text HTML?

2008-01-09 Thread ismail cassiem
It displays #test# but in the url i can see the value it's passing but the second page does not pick it up! Does anyone have an example of some javascript/ or other that can do it? Regards ~| Adobe® ColdFusion® 8 software 8

Re: Change drop down border style in IE7?

2007-12-28 Thread ismail cassiem
Thank You! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive:

Change drop down border style in IE7?

2007-12-27 Thread ismail cassiem
Hi, Can one change the drop down broder style in Internet Explorer 7. As is can't be done in IE6! Regards, ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Set or lengthen the Time-Out on an image ALT tag or workaround?

2007-12-24 Thread ismail cassiem
Hi, I need help please! I have fields with images next to them used as tooltips, I'm using the ALT but the problem io have the users have lenthy text they want to display over the images. The ALT works fine but it time-out which does not allow users to read the full tooltip text! Is there a

Re: Set or lengthen the Time-Out on an lt;image ALTgt; tag or workaround?

2007-12-24 Thread ismail cassiem
Wow Thanks it looks great the only thing is I dowloaded the demo but have no clue how to incorporate it? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

javascript link, window.open - titlebar=no does not work.

2007-12-10 Thread ismail cassiem
Hi, Can anyone assist please. I would like to hide or not display the titlebar (resizable,minimze, close). window.open('browse2.aspx?o=xsl:value-of select=$ID /status=no,titlebar=no,resizable=no,toolbar=no,menubar=no,location=no,directories=no') I just does not work. I would also like to set

Re: Cover border lines of drop down with images

2007-12-07 Thread ismail cassiem
Thank You, but i'm developing in Flowcentric which has an Style property (HTML) and that is basically all i have to work with! ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex

Cover border lines of drop down with images

2007-12-07 Thread ismail cassiem
Hi, I found a small work around for my previous post but i have no clue on how to do it. It appeared impossible to get rid of the default border lines of a select box by changing the css. A { border: 0; } doesn't work. My workaround is to cover these border lines with 4 images around.

HTML, Changing the style of a drop down

2007-12-06 Thread ismail cassiem
Hi, I'm trying to change the style of a dropdown. This code works on a normal text but not on a drop down or lookupbox. Style=height : 19px; border : 1px solid #CC; the only thing i can seem to change is the width; Anyone please Assist! Regards, Ismail

Re: HTML, Changing the style of a drop down

2007-12-06 Thread ismail cassiem
Thanks for the assistance! I want ot change the border of a drop down box a lookup box. I dont want to put a border around it. This works fine for a simple text box, but can't get it going Style=border : 1px solid #CC; I want to change the drop down border. Any Idea??? Regards

Re: HTML, Changing the style of a drop down

2007-12-06 Thread ismail cassiem
Hi, Thanks for the links but i just cant get anything to work. on HTML style=border : 1px solid #CC; Any other idea, there must be a way! Regards, ~| Check out the new features and enhancements in the latest product

Re: Decimalformat() to round

2007-10-04 Thread ismail cassiem
Hi, Thank You but it still does not work it returns a value of 100.00 = 1 87.66 = 8 I then tried #NumberFormat(test,'000')# but the I get for 78,77 = 078 Regards Try #NumberFormat(test,'0')# _ Jake Churchill Team Leader 11204 Davenport, Ste. 100 Omaha, NE 68154

Re: Decimalformat() to round

2007-10-04 Thread ismail cassiem
Great... Thank You it works!!! #int(variable)# Regards Dale Fraser http://learncf.com Hi, Thank You but it still does not work it returns a value of 100.00 = 1 87.66 = 8 I then tried #NumberFormat(test,'000')# but the I get for 78,77 = 078 Regards

Re: Decimalformat() to round

2007-10-04 Thread ismail cassiem
Thanks, this also works... Thanks Hi, Why don't you try #round(test)#. Thanks, Asha. Hi, Need help. #Decimalformat(test)# Result = 87.666 I want a result of 88. Anyone please assist. Regards ~| Get the answers you

Passing query value via a javascript to next form

2007-10-04 Thread ismail cassiem
Hi, I need help passing the value through to the next form via javascript it does not like the value =+'#trim(Corp_Cust_Code)#'; cfoutput query=get_info tr onclick=onCust(); td #cust# /td /tr /cfoutput script language=javascript function onCust() {

Re: Passing query value via a javascript to next form

2007-10-04 Thread ismail cassiem
Sorry I copied it incorrectly buut still does not work. location.href=Mis012F3.cfm?dblib=#dblib#Corp=+'#trim(Corp_Cust_Code)#'; I think your missing a quote and a #. Change location.href=Mis012F3.cfm?dblib=#dblibCorp=+'#trim(Corp_Cust_Code)#'; to

Re: Passing query value via a javascript to next form

2007-10-04 Thread ismail cassiem
Thank You for Your Assistance, I got it going. onclick=onCust('#trim(Corp_Cust_Code)#'); function onCust(cust) { location.href=Mis012F3.cfm?dblib=#dblib#Corp=+cust; } Thank You You are still missing a ' after the href= Regards Dale Fraser http://learncf.com Sorry I copied it

Decimalformat() to round

2007-10-03 Thread ismail cassiem
Hi, Need help. #Decimalformat(test)# Result = 87.666 I want a result of 88. Anyone please assist. Regards ~| Check out the new features and enhancements in the latest product release - download the What's New PDF now

Output to Excel - Err:The server is unable to fulfill your request due to extremely high traffic

2007-09-28 Thread ismail cassiem
Hi, I keep on getting the following error when output to excel Err: The server is unable to fulfill your request due to extremely high traffic but output to screen works fine. Is there a way to fix this? Regards ~| Create

Coldfusion5, cfgrid does not load,a icon in top left corner(Javascript software)

2007-09-27 Thread ismail cassiem
Hi, My cfgrid use to work, onload of grid it installed javascript software once off. Over the last few months I installed new instances of javascript software and now my grid does not load returns an icon in the top left corner. I uninstalled all java software. How do I fix this, what do

Re: Optimize Query Write Output Time

2007-05-23 Thread ismail cassiem
Hi, Thank You for all involved, I managed to add another filter on the main form which forces the user to select a category limiting the data. Regards, Ismail ~| Create Web Applications With ColdFusion MX7 Flex 2. Build

SQL 2000, Case when field1 ='y' then field2='y' (set temp field value)

2007-05-23 Thread ismail cassiem
Hi, Can anyone help. Is there anyway else to set the result field value temporary. select case when PriceSec_National = 'Y' then PriceSec_WesternCape = 'Y' end as test Sql error: Incorrect syntax near '=' Does not like to set another field. eg Field1 Field2 TO Field1 Field2

Re: SQL 2000, Case when field1 ='y' then field2='y' (set temp field value)

2007-05-23 Thread ismail cassiem
Thank You, it works! I really appreciate it. Regard, Ismail ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Re: Optimize Query Write Output Time

2007-05-21 Thread ismail cassiem
Sorry for the late reply, Thank You. I still can't narrow it down though. Thank You for all invloved trying to help. ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s for your business. Upgrade now

Re: Optimize Query Write Output Time

2007-05-21 Thread ismail cassiem
it's a maintenance report where user can select from list to add so in eed to show everything. tried the div, helped a bit. ~| Create Web Applications With ColdFusion MX7 Flex 2. Build powerful, scalable RIAs. Free Trial

Re: Optimize Query Write Output Time

2007-05-21 Thread ismail cassiem
've used the div but can't seem to display as in order as the td I've also never used cfflush have an example? Regards, Ismail ~| Create Web Applications With ColdFusion MX7 Flex 2. Build powerful, scalable RIAs. Free Trial

Optimize Query Write Output Time

2007-05-17 Thread ismail cassiem
Hi, I have a query: select * from table - runs for 3 seconds in Quer Analyser Output Analyse Grid - Fine Now for my Coldfusion report i execute the same query without outputing to screen, table cfoutput query=get_info tr tdtest(not a field)/td /tr /cfoutput /table Then the report runs

Re: Optimize Query Write Output Time

2007-05-17 Thread ismail cassiem
Thank You, for the reply - This is the realy query and it executes for 3 - 4 seconds. cfquery name=get_info datasource=#dbsrc# dbtype=#dbtype# Select Distinct rtrim(Node1.Attrib_Code_Descr) as Node1 ,rtrim(Node4.Attrib_Code_Descr) as Node4 ,rtrim(Cust_Code_Srce) as Code ,rtrim(Cust_Name) as

Re: Optimize Query Write Output Time

2007-05-17 Thread ismail cassiem
Hi, I get the following result: I did the #get_info.Code# but still no luck. get_info (Records=35269, Time=3425ms) = 3425 Milliseconds = 3.425 Seconds (Coldfusion) = 4 sql analyser it when it writes that's the problem. Execution Time 48910 milliseconds 0 ms

Re: Coldfusion 5, nowrap the text in a table td style=word-wrap: break-word

2007-04-20 Thread ismail cassiem
/TR /cfoutput /TABLE if that's literally your code, maybe you need tr? - Original Message From: ismail cassiem [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, April 19, 2007 6:31:39 AM Subject: Re: Coldfusion 5, nowrap the text in a table td

Coldfusion 5, nowrap the text in a table td style=word-wrap: break-word

2007-04-19 Thread ismail cassiem
Hi, Coldfusion 5 where I want to cut off the text and not allowing for text wrap in my column in a table. td style=word-wrap: break-word width=100 align=left#test#td This unfortunately does not work. Any help please! Thank You

Re: Coldfusion 5, nowrap the text in a table td style=word-wrap: break-word

2007-04-19 Thread ismail cassiem
But nothing seems to work. Regards Ismail Have you tried style=overflow:hidden; (or style=overflow:scroll;) -Original Message- From: ismail cassiem [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 6:25 AM To: CF-Talk Subject: Coldfusion 5, nowrap the text in a table td style=word

Re: Coldfusion 5, nowrap the text in a table td style=word-wrap: break-word

2007-04-19 Thread ismail cassiem
: ismail cassiem [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 9:32 AM To: CF-Talk Subject: Re: Coldfusion 5, nowrap the text in a table td style=word-wrap: break-word Thank You for the reply. I've tried the following but no luck. table width=100% td width=180 style=overflow: hidden

Reset first Frame Size on submit new form cancel previous frameset size

2007-04-16 Thread ismail cassiem
Hi, Help Please! Reset first Frame Size on submit new form cancel previous frameset size frameset rows=50%,50% I’m struggling to change the frame size to 100% when I am in the first frame. I have two frames: 1 = 50% and the other: 2 = 50% When I’m on frame 1, I would like to submit the

Re: IE6 restore down maximize window then frame will display in full

2007-04-10 Thread ismail cassiem
Thank You, I apologize for the late reply as i was ill. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive:

IE6 restore down maximize window then frame will display in full

2007-04-04 Thread ismail cassiem
I have a frame in coldfusion that only displays in full once i go and click restore down and the maximize then it will display in full. How can I get the browser window to maximize on initial page load? Just to be clear, I mean specifically the kind of maximize that happens when you press the

cfgridcolumn name=Value numberformat=_-_,___,___.00 does not work

2007-04-03 Thread ismail cassiem
cfgridcolumn name=Value numberformat=_-_,___,___.00 does not work Normally in a table this works: #LSNumberFormat(SumInv,_-_,___,___.__)# it will display as : 4,100.00 which is correct. But when in a cgfrid cfgridcolumn name=Invoice_Value numberformat=_-_,___,___.00 but it displays in the grid

Re: Coldfusion5 + output to excel but does not want to output in decimal format

2007-04-02 Thread ismail cassiem
Thanks a Million Sir It works like a bomb! You really saved me big time; I was struggling with this and another issue for days. I thought it was not possible. THANK YOU Regards, Ismail ~| ColdFusion MX7 and Flex 2 Build

Coldfusion5 + output to excel but does not want to output in decimal format

2007-03-30 Thread ismail cassiem
cfcontent type=application/msexcel cfheader name=Content-Disposition value=filename=h:\File.xls td#LSNumberFormat(List_Excl,_-_,___,___.__)#/td td#decimalformat(List_Excl)#/td it will display as 7 in Excel and i want it to display 7.00 Please anyone help! Thanx Ismail

Coldfusion5 + cfgrid + cfgridcolumn numberformat does not work

2007-03-30 Thread ismail cassiem
Hi, Coldfusion5 + cfgrid + numberformat does not work Normall in a table this works: #LSNumberFormat(SumInv,_-_,___,___.__)# it will display as : 4,100.00 which is correct. but when in a cfgrid cfgridcolumn name=Invoice_Value numberformat=_-_,___,___.00 but it displays in the grid as: -,