Dear Everyone, I have an SWF in an HTML page that changes its width according to the browser size - I need the height to also adjust to varying screen sizes. I've tried height:100% and other specific...
thanks so much for your reply! i have no clue what you did :); I have code associated with clicking on a category option, so I don't want to change the code associated with the category listbox - is...
sorry for my long delays - my first opportunity to respond today. to "aj_nsc" - i have access to everything, but what you said about delimiters made sense; this may be more complicated than i thought...
sorry for my long delays - my first opportunity to respond today. to "aj_nsc" - i have access to everything, but what you said about delimiters made sense; this may be more complicated than i...
it it helps, each of these index elements comes into a separate box on a different page (so the ingredients are in one box and the directions are in another).
Here is the code - nothing else should be wrong because my teacher majorly started me off.... As you can probably see, I need to have line breaks between the ingredients and directions instead of the...
The information is written to a different page and is located inside a table. This other page references a javascript document where the arrays are located.
Mitya, what I really have is a nav in the top frame, with other options besides viewing the recipe, such as adding the recipe to a favorites list and printing it.
Wow! I am extremely appreciative - I struggled with this for hours yesterday.... I'm really trying to learn this, so could you explain to me why you don't need .options[selectedIndex]? Also, I can...
I am creating a recipe cookbook program. On the main page, I have a top frame (named "nav") and bottom frame (named "recipe_layout"). There is a listbox in the BOTTOM frame containing the recipe...