I have made my site using dreamwever, but now I need to change the navigation buttons on all webpages .. How can I do that without having to go in page by...
Riyad Anabtawi
riyada@...
Jul 4, 2005 3:39 pm
1961
Is the site public? Perhaps we can have a look at it and make some suggestions? Rob. ... From: 1stJavaScript@yahoogroups.com...
Yes it is sure.. www.ranabtawi.com Thanks ! ... Received: Mon, 04 Jul 2005 08:40:45 AM PDT From: "Atkinson, Robert" <ratkinson@...> To:...
Riyad Anabtawi
riyada@...
Jul 4, 2005 3:47 pm
1963
I can't anything you can do, except change each one individually! The contents on each page are unique depending which one you're looking at, so you can't use...
I knew it.. I am new to Dreamwever.. Do you have any site with really good tutorials on proper use of templates? Thanks a mill.. ... Received: Mon, 04 Jul 2005...
Riyad Anabtawi
riyada@...
Jul 4, 2005 4:02 pm
1965
Can't say I've really come across anything. There are plenty of tutorials on CSS, which is really a page template. Other than that, make sure you keep your...
Ya sure, you can include the navigation links. Make sure that the links are written using javascript. Then include that javascript file where you want your...
dear sir I'm very happy to get this opportunity but I want to ask you some thing please could you tell me what is the design of an e-commerce web site sincerly...
I was trying to submit a main form which has a few dynamically generated checkboxes to a popup window...may i know how to do that? TIA Kishore "Peace is found...
Hi Rob, I was calling this function in my jsp var DispWin2 = ''; function display_stats(patient_count, total_appointments, waiting, confirmed, checked_in, ...
FYI, I'm writing a script in python which will do the job you're discussing (just because I like to tweak my pages and am endlessly changing lots of pages with...
Hello!! I'm a new member of this group. My name is Karen. I'm 39, a single mom of 2 kids. I am currently attending school at ITT Tech earning an Assoc. Degree...
Hello!! I'm a new member of this group. My name is Karen. I'm 39, a single mom of 2 kids. I am currently attending school at ITT Tech earning an Assoc. Degree...
Karen, it's somewhat difficult to tell you how to do this without doing it for you, but I'll give it a go. You really need to start by learning the basics of...
Bail, as I've said to Karen, start with simple tutorials, and keep asking questions - most of us don't mind helping as long as you're specific about your...
I am trying to put a small "calculator" on my website where people can input a few variables, and the calculaor will give them an answer... the calulation will...
Hey cool!! Thanks Rob!! & Nice to meet ya!! I'll check out those links a little later on today when I'm able to sit down
and tackle this code!! That's why I...
Hello, The key idea is to use eval(). For instance: <script type="text/javascript"> <!--// A=18 B=2; document.write("A =18, B=2<br>"); document.write("A/B is:...
*JOIN THE CLUB, HON, JOIN THE CLUB* When I was learning HTML and wanted fancy code on my website, I searched for
the javascript online. Then I wanted to be...
... I know what eval() is...that will evaluate the mathematical calculations and create a result. ... You are applying A as 18 ... You are applying B as 2 ... ...
Hey...if you bear with me...tonight I'll help you out. Because I have to create a calculator, too for another class project. And there's one in my book!! o.k.?...
Just out of curiosity, what would be the practical use of the calc? Pricing quantity/price per unit ? Thanks ... Received: Thu, 07 Jul 2005 04:39:25 PM PDT ...
Riyad Anabtawi
riyada@...
Jul 8, 2005 7:49 am
1984
Hi Riyad... it will be used for investors to calculate their actual compound rate of return on a variable investment with a guaranteed maturity value, but...
thank you so far for the tip.. I was able to make a lot of progress. However I have a couple of quick questions: I learned how to format a number before...
Well, wouldn't you have to assign a value for C? Or are you concat A & B together and that's giving you an AB result rather
than a C result. You will probably...
Hello, Calculating the return on an investment is something that requires you to know when the interest is accrued and when the charges of various kinds are...
Thank you on the commas removal.... Got it. I still don't know how to use parserFloat and doing additions. Can you give an example please.. assume the nubers...