what is a web site and file architecture ?
why do we write it ?
and what is its content ?
plzz help me.
User Profile
Collapse
-
writing web site and file architecture
-
javascript global variables
i created a javascript function that would calculate the total values of an array . (just addition) - and it did work and display correctly in that function.
i initialized the variable where i saved the total at the top of the javascript page (out side the function and initialized it to 0)
[HTML]total += parseInt(price[sha]);[/HTML]
but when i created another function in the intension of using that value... -
localp started a topic Write a document to a page and submit using a button (and implement back button)in JavascriptWrite a document to a page and submit using a button (and implement back button)
the code found below is in a javascript file. what i am trying to do is to write a document to a page and submit it ( or to inplement a back ) .. for this i want to create a button .. when i wrote the following code nothing happend .. can your'll look in to this and let me know ..
Code:document.write ("</table> <INPUT type=\"submit\" name=\"mysubmit\" value=\"Click!\"></body></head></html>")
-
calling a function with a parameters
i have a function called max(form) in the javaScript file .. and this is been called fromt he HTML page ...
and below the HTML page there is a button.. where when u click it, the function menu () should be called ... but
in the function menu we should call the function max(form) .. how do we do it ??
idea in brief .. how do we call the function max(form) from the function menu..
Question... -
javascript functions
this is the javascript file ::: i have done some modifications here ... if i remove the comment below i will get a lot of popup windows open .. i want to avoid it . and make the content display on it ..
for the once who is not getting what i'm trying to do -
i am trying to create a shopping cart application here using javascript ..
when the user clicks on the purchaise... -
what should i do.. i went through the link u gave ... but i am still having problems ..
can u plzzzzzzzzzzzzz z tell me where it went wrong .. and a posible solution for it (i mean the code)
how should i open the pop up window 1st ( i actually got it from a site )
i am kind of lost
plzz help me...Leave a comment:
-
what should i do.. i went through the link u gave ... but i am still having problems ..
can u plzzzzzzzzzzzzz z tell me where it went wrong .. and a posible solution for it (i mean the code)
how should i open the pop up window 1st ( i actually got it from a site )
i am kind of lost
plzz help meLeave a comment:
-
Shopping cart problems: popup window blank, products being replaced
i am creating a shopping cart for a project..
i have come across few problems where i couldn't find a satisfiable solution .
the problem in detail;;
1. in this web site there are several pages , that contains products. and when a user clicks on a product (clicks on a checkbox) the product should go to a shopping cart which is on another page or a pop up window.
2. when i select the checkbox...
No activity results to display
Show More
Leave a comment: