Advertisement

Results for "Author: brian reeves"

ASP_Volume2 #33639
Automatic Credit Card Validator

This is a more complete version of the code I uploaded a couple days ago... Has two forms.. Graphical and Non Graphical Both work together so if you start typing something in then switch modes it will copy the information over. I implemented this as a payment popup (this is just the credit card fields) I am not finished with the whole thing yet. The Mod10 is a lot smaller than any I have looked as of yet. It changes colors of the textboxes when invalid. Restricts input to digits only in the graphical version... non-graphical you could get some stuff through but the code was getting fat trying to stop all the errors. It also plays around with pictures, frames, extensively with textboxes. Also see "another money text field" I uploaded earlier today in which I still have to implement in this project. BTW Please vote or leave a comment (critisism(sp?) welcome)

ASP_Volume2 #40015
Complete Country State ComboBox

This code has a country combobox populated with every country (Afghanistan - Zimbabwe) that when clicked on populate the state/province combobox with the states/provinces associated with the selected country. This code works in MSIE 4+, Netscape 4.77, Opera, and WebTV (Yep it even works in that POS) Please vote.. Thanks

ASP_Volume2 #40043
Autopopulate Country State Combobox v1.1

This populates a combobox with a list of countries. When a user selects the country the state combobox will populate with the corresponding states. Country list is Afghanistan - Zimbabwe This is an update to the one I posted earlier at http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=3362&lngWId=2 It now is all located within a script include (cscombo.js). Can now have as many Country/State comboboxes on a form as you need. It also now supports default selections (you pass the default (country or state) as a parameter.

ASP_Volume3 #56367
ASP Format Function

This function operates similarly to the VB Format function with one big exception. The "#" character is used to represent any single character. You can trim all non alphanumeric characters out and reformat them to stay consistant. Usefull for credit cards, zipcodes, phone numbers, etc...

ASP_Volume3 #56368
Complete Country State ComboBox

This code has a country combobox populated with every country (Afghanistan - Zimbabwe) that when clicked on populate the state/province combobox with the states/provinces associated with the selected country. This code works in MSIE 4+, Netscape 4.77, Opera, and WebTV (Yep it even works in that POS) Please vote.. Thanks

ASP_Volume3 #56369
Automatic Credit Card Validator

This is a more complete version of the code I uploaded a couple days ago... Has two forms.. Graphical and Non Graphical Both work together so if you start typing something in then switch modes it will copy the information over. I implemented this as a payment popup (this is just the credit card fields) I am not finished with the whole thing yet. The Mod10 is a lot smaller than any I have looked as of yet. It changes colors of the textboxes when invalid. Restricts input to digits only in the graphical version... non-graphical you could get some stuff through but the code was getting fat trying to stop all the errors. It also plays around with pictures, frames, extensively with textboxes. Also see "another money text field" I uploaded earlier today in which I still have to implement in this project. BTW Please vote or leave a comment (critisism(sp?) welcome)

C_Volume2 #74701
Automatic Credit Card Validator

This is a more complete version of the code I uploaded a couple days ago... Has two forms.. Graphical and Non Graphical Both work together so if you start typing something in then switch modes it will copy the information over. I implemented this as a payment popup (this is just the credit card fields) I am not finished with the whole thing yet. The Mod10 is a lot smaller than any I have looked as of yet. It changes colors of the textboxes when invalid. Restricts input to digits only in the graphical version... non-graphical you could get some stuff through but the code was getting fat trying to stop all the errors. It also plays around with pictures, frames, extensively with textboxes. Also see "another money text field" I uploaded earlier today in which I still have to implement in this project. BTW Please vote or leave a comment (critisism(sp?) welcome)

C_Volume2 #81077
Complete Country State ComboBox

This code has a country combobox populated with every country (Afghanistan - Zimbabwe) that when clicked on populate the state/province combobox with the states/provinces associated with the selected country. This code works in MSIE 4+, Netscape 4.77, Opera, and WebTV (Yep it even works in that POS) Please vote.. Thanks

C_Volume2 #81105
Autopopulate Country State Combobox v1.1

This populates a combobox with a list of countries. When a user selects the country the state combobox will populate with the corresponding states. Country list is Afghanistan - Zimbabwe This is an update to the one I posted earlier at http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=3362&lngWId=2 It now is all located within a script include (cscombo.js). Can now have as many Country/State comboboxes on a form as you need. It also now supports default selections (you pass the default (country or state) as a parameter.

Java_Volume1 #93245
Automatic Credit Card Validator

This is a more complete version of the code I uploaded a couple days ago... Has two forms.. Graphical and Non Graphical Both work together so if you start typing something in then switch modes it will copy the information over. I implemented this as a payment popup (this is just the credit card fields) I am not finished with the whole thing yet. The Mod10 is a lot smaller than any I have looked as of yet. It changes colors of the textboxes when invalid. Restricts input to digits only in the graphical version... non-graphical you could get some stuff through but the code was getting fat trying to stop all the errors. It also plays around with pictures, frames, extensively with textboxes. Also see "another money text field" I uploaded earlier today in which I still have to implement in this project. BTW Please vote or leave a comment (critisism(sp?) welcome)

Java_Volume1 #99621
Complete Country State ComboBox

This code has a country combobox populated with every country (Afghanistan - Zimbabwe) that when clicked on populate the state/province combobox with the states/provinces associated with the selected country. This code works in MSIE 4+, Netscape 4.77, Opera, and WebTV (Yep it even works in that POS) Please vote.. Thanks

Java_Volume1 #99649
Autopopulate Country State Combobox v1.1

This populates a combobox with a list of countries. When a user selects the country the state combobox will populate with the corresponding states. Country list is Afghanistan - Zimbabwe This is an update to the one I posted earlier at http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=3362&lngWId=2 It now is all located within a script include (cscombo.js). Can now have as many Country/State comboboxes on a form as you need. It also now supports default selections (you pass the default (country or state) as a parameter.

2_2002-2004 #120392
Automatic Credit Card Validator

This is a more complete version of the code I uploaded a couple days ago... Has two forms.. Graphical and Non Graphical Both work together so if you start typing something in then switch modes it will copy the information over. I implemented this as a payment popup (this is just the credit card fields) I am not finished with the whole thing yet. The Mod10 is a lot smaller than any I have looked as of yet. It changes colors of the textboxes when invalid. Restricts input to digits only in the graphical version... non-graphical you could get some stuff through but the code was getting fat trying to stop all the errors. It also plays around with pictures, frames, extensively with textboxes. Also see "another money text field" I uploaded earlier today in which I still have to implement in this project. BTW Please vote or leave a comment (critisism(sp?) welcome)

2_2002-2004 #126768
Complete Country State ComboBox

This code has a country combobox populated with every country (Afghanistan - Zimbabwe) that when clicked on populate the state/province combobox with the states/provinces associated with the selected country. This code works in MSIE 4+, Netscape 4.77, Opera, and WebTV (Yep it even works in that POS) Please vote.. Thanks

2_2002-2004 #126796
Autopopulate Country State Combobox v1.1

This populates a combobox with a list of countries. When a user selects the country the state combobox will populate with the corresponding states. Country list is Afghanistan - Zimbabwe This is an update to the one I posted earlier at http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=3362&lngWId=2 It now is all located within a script include (cscombo.js). Can now have as many Country/State comboboxes on a form as you need. It also now supports default selections (you pass the default (country or state) as a parameter.

3_2004-2005 #138936
Automatic Credit Card Validator

This is a more complete version of the code I uploaded a couple days ago... Has two forms.. Graphical and Non Graphical Both work together so if you start typing something in then switch modes it will copy the information over. I implemented this as a payment popup (this is just the credit card fields) I am not finished with the whole thing yet. The Mod10 is a lot smaller than any I have looked as of yet. It changes colors of the textboxes when invalid. Restricts input to digits only in the graphical version... non-graphical you could get some stuff through but the code was getting fat trying to stop all the errors. It also plays around with pictures, frames, extensively with textboxes. Also see "another money text field" I uploaded earlier today in which I still have to implement in this project. BTW Please vote or leave a comment (critisism(sp?) welcome)

3_2004-2005 #145312
Complete Country State ComboBox

This code has a country combobox populated with every country (Afghanistan - Zimbabwe) that when clicked on populate the state/province combobox with the states/provinces associated with the selected country. This code works in MSIE 4+, Netscape 4.77, Opera, and WebTV (Yep it even works in that POS) Please vote.. Thanks

3_2004-2005 #145340
Autopopulate Country State Combobox v1.1

This populates a combobox with a list of countries. When a user selects the country the state combobox will populate with the corresponding states. Country list is Afghanistan - Zimbabwe This is an update to the one I posted earlier at http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=3362&lngWId=2 It now is all located within a script include (cscombo.js). Can now have as many Country/State comboboxes on a form as you need. It also now supports default selections (you pass the default (country or state) as a parameter.

4_2005-2006 #161664
ASP Format Function

This function operates similarly to the VB Format function with one big exception. The "#" character is used to represent any single character. You can trim all non alphanumeric characters out and reformat them to stay consistant. Usefull for credit cards, zipcodes, phone numbers, etc...

4_2005-2006 #161665
Complete Country State ComboBox

This code has a country combobox populated with every country (Afghanistan - Zimbabwe) that when clicked on populate the state/province combobox with the states/provinces associated with the selected country. This code works in MSIE 4+, Netscape 4.77, Opera, and WebTV (Yep it even works in that POS) Please vote.. Thanks

Languages
Top Categories
Global Discovery