HTML Hyperlink into an XML page?117 (5/7/2004 2:48:09 AM) comp.text.xml Hi all, I there any way of putting an html hyperlink into a .xml file, and still be able to use the xml tags to format the page? Here is the code of the xml file(real simple) and the .css file. I would like ... Randi
Array - for loop115 (4/8/2004 5:05:36 PM) comp.lang.javascript Hi is there any other way of writing this function, I am just wondering if there is another way of reading through the array like using a for loop or something. Can you do this using a for loop? Thanks ... Randi
Help with shopping cart problem111 (4/3/2004 1:32:58 PM) comp.lang.javascript Hi, Thanks David and I got that to work, I guess I still need to get it to work using the arrays and the selectedIndex property. I have to use an alert box that shows the total price like: The cost = the base... Randi
simple shopping cart problem311 (4/2/2004 2:36:36 PM) comp.lang.javascript Hi, I am trying to write this program to get this shopping cart to work. I need to use the calc function to determine the option prices, using the selectedIndex property for each dropdown list. This is what I... Randi
Thank You All336 (12/16/2003 11:22:51 PM) comp.lang.basic.visual.misc I would like to thank you all for your help in learning VB. I just got my grades back and recieved an A. Your help is greatly appreciated. Especially Randy Birch, who has always been helpful, but thanks to e... Randi
LostFocus Event help320 (12/14/2003 6:10:57 AM) comp.lang.basic.visual.misc Hi All, I have a problem on a username password login form. I use: txtPassword.Text = StrConv(txtPassword.Text, vbProperCase) to validate the proper case when someone enters their name and password. It work w... Randi
ADODB and Data control difficulties025 (12/5/2003 10:35:35 PM) comp.lang.basic.visual.misc Hi all, I have this project to use the ADODB control to acces and manipulate the Access DB. I amd the mistake of first doing this project with just the data control. It worked fine with this control. I adjus... Randi
loan payment calculator using scroll bars and spinners037 (12/1/2003 5:35:31 AM) comp.lang.basic.visual.misc I am working on a loan calculator where a vertical scroll bar changes the amount borrowed in the txtBorrowed text box. The Horizontal scroll bar changes the number of payments in the txtPayments text box and a... Randi
Payroll Program using class structure117 (11/25/2003 3:37:02 AM) comp.lang.c++ Hi, Looking for some help with this payrool project I have for class. This is what the instructor asks for so far. I have it working without errors but am getting some funky numbers. I am not sure if they wo... Randi
RSaddler's replies:
Items(3) /1
lowest number520 (11/12/2003 2:50:59 AM) comp.lang.c++ I am having problems with this question: Write a C++ while statement that will input numbers from a file until the end of file is reached. Output the lowest number in the file. Ok, I do understand the logic,... RSaddler(19)
focus with the text selected529 (11/14/2003 2:40:12 AM) comp.lang.basic.visual.misc I have this program that you enter a year in the text box and it returns either a true or false in the picture box based on if it is a leap year or not. The program works fine but I need to return focus to the... RSaddler(19)