User Profile

Collapse

Profile Sidebar

Collapse
localp
localp
Last Activity: Jun 15 '08, 05:17 PM
Joined: Jun 10 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • writing web site and file architecture

    what is a web site and file architecture ?

    why do we write it ?

    and what is its content ?

    plzz help me.
    See more | Go to post

  • localp
    started a topic javascript global variables

    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...
    See more | Go to post

  • Write 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>")
    ...
    See more | Go to post
    Last edited by acoder; Jun 12 '08, 08:25 AM. Reason: fixed code tags

  • localp
    started a topic calling a function with a parameters

    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...
    See more | Go to post

  • 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
    ...
    See more | Go to post
    Last edited by acoder; Jun 11 '08, 08:01 AM. Reason: changed [b] to [code] tags

    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 me...
    See more | Go to post

    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 me
    See more | Go to post

    Leave 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...
    See more | Go to post
    Last edited by gits; Jun 10 '08, 06:08 PM. Reason: added code tags
No activity results to display
Show More
Working...