How i should unsubscribe from CFTalk List

2001-05-07 Thread mahmad
How i should unsubscribe from CFTalk. Any body will tell me? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

Re: Quick DB Design

2001-05-06 Thread mahmad
I want to unsubscribe from CFtalk. What should i do? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

Questtion.....?

2001-04-30 Thread mahmad
I want to host a web site.my site also has database (Access) Is any one offer free hosting services.? Thanks in Advance ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Getting current page name.

2001-04-30 Thread mahmad
I want to host a web site.my site also has database (Access) Is any one offer free hosting services.? Thanks in Advance ~~ Structure your ColdFusion code with Fusebox. Get the official book at

CFApplet tag

2001-04-18 Thread mahmad
I want to use CFAPPLET tag. I have registered it in administrator. The following syntax does not work. cfform action=action.cfm method="post" CFAPPLET APPLETSOURCE="MoveVBA" NAME="var_name" HEIGHT="200" WIDTH="200" VSPACE="10" HSPACE="10" ALIGN="Left"

CFApplet tag:Help Please

2001-04-18 Thread mahmad
Again i am requesting ,waiting u all. Thanks in advance. mahmad@acrolo

Waiting:: CFApplet tag...?

2001-04-18 Thread mahmad
Any one know about it? I want to use CFAPPLET tag. I have registered it in administrator. The following syntax does not work. cfform action=action.cfm method="post" CFAPPLET APPLETSOURCE="MoveVBA" NAME="var_name" HEIGHT="200" WIDTH="200" VSPACE="10" HSPACE="10"

test

2001-04-17 Thread mahmad
Test ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Re: Order of Display/Page Rendering Question

2001-04-17 Thread mahmad
Any one llike to let me know ,what will happen if would like to make one part of Application in ASP other is in JSP and other is in CF or PHP. Thanks in Advance. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: validation

2001-04-17 Thread mahmad
U must need a structure like array in which u will insert the names from DB.On the client side after entering the name ur name will be compared with the names oretrieved from DB. It is ans according to ur Q.

RE: R U aggry with me on session concept?

2001-04-16 Thread mahmad
Hello All Here is a simple question .Plz reply me. I want to know ,what things in CF make the difference from ASP JSP. Why u recommend the site should be made in CF instead of ASP. Thanks in advance.. Mumtaz ~~ Structure your

RE: Dynamically Displayed Content Weekly?

2001-04-16 Thread mahmad
ok "Christopher Olive, CIO" To: CF-Talk

RE: Simple validation

2001-04-04 Thread mahmad
May i use it for validation of ...E mail Address. like input type="text" name="mailaddress" size="20" maxlength="50" input type="hidden" name="mailaddress_required" value="Enter your last name." input type="hidden" name="mailaddress_email" value="Enter your last name."

Re: some same value into one

2001-04-04 Thread mahmad
Use the following syntax. cfquery cfif (counter mod 2) is 0 display the result here counter ++ /cfif /cfquery Every time one record set will be skipped . Hope for the best.

Re: (Must read)returns in text boxes?

2001-04-03 Thread mahmad
Hi jeff i m sending a file . use it ,it is ok for u. Ok (See attached file: Ard.zip) Jeff Fongemie

Re: Password Protection

2001-04-02 Thread mahmad
You will do 1.At registration time ,each user is given a level. 2.At Login time you will access it store in session variable. 3.when user access a any protected page ,you will check that user's level.If the user is matched with the level ,otherewisw ...Say sorry

Re: Variables for shopping cart?

2001-04-01 Thread mahmad
U must have to maintain a session Array .. "W Luke"

Re: Detect session timeout and prompt messages.

2001-03-29 Thread mahmad
Dear all i was also suffering from such type of priblem. When the user logs in by his login name and password.At this time we create a session variable. And now when the user will request any page we will check that session variable is in existance. we check it at the top of every page or simply

R U aggry with me on session concept?

2001-03-29 Thread mahmad
Dear Sir Andy i was also suffering from such type of problem. When the user logs in by his login name and password.At this time we create a session variable. And when the user will request for any page, we will check that session variable is in existance.? we check at the top of every page

RE: R U aggry with me on session concept?

2001-03-29 Thread mahmad
Sir Andy Again i am disturbing you. If Client's browser cookies are disabled then definetly we have to pass a URLTOKEN or (CFID+CFTOKEN) .So server can recognise the state of client. Now the question is Can we handle it in Application.cfm? If we can handle it then let me know? otherwisw ,we have

RE: R U aggry with me on session concept?

2001-03-29 Thread mahmad
Thank u very much My ideas exactly match with u. ok Muhammad Mumtaz Ahmad AcroLogix (Pvt) Ltd. 106/3, Saint Johns Park Lahore, Pakistan. Tel: 92-42-6664301~04 Fax: 6664307

RE: R U aggry with me on session concept?

2001-03-29 Thread mahmad
Andy I am in confusion.U said in ur previous message that u have done it all in Application.cfm. "Yup sounds ok to me. The only thing I do extra is to put some code in my Application.cmf which creates a string containing the CFID and CFTOKEN if the user has session level cookies turned off. I

RE: session variable storage

2001-03-28 Thread mahmad
can we use session variables without passing any information through URL ?when browser cookies are disabled on client side. waitnig for response ok Mumtaz

RE: session variable storage

2001-03-28 Thread mahmad
Sir If we are not using a form ,then what we will do for it. Best Regards Mumtaz Ahmad Andy Ewings