ой девачки

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » ой девачки » Тестовый форум » записываемся на ноготочки


записываемся на ноготочки

Сообщений 1 страница 6 из 6

1

фронт работ

дизайн тестовик - дед
дизайн чистовик -  киану
коды - дед
фак, правила, все орг. темы - та самая фраза пафосная
описание
города - кит и кидман
образования - кит и кидман
политики - кот
мед. обслуживания - кит и кидман
полиции - дед

если че забыл добавляйте

+3

2

Вы - не мой капитан, а я - не ваш океан
Так оставим ненужные проводы -
Вы не больше, чем спам

реклама

+2

3

Я в городе твоем невольно оказалась,
В красивой тишине с тобою потерялась.
Друг друга мы нашли негаданно, нежданно,
Как будто в небе сны рассыпались случайно.

аллергова
гостевая

+1

4

[html]<script type="text/javascript" src="http://gc.kis.v2.scr.kaspersky-labs.com/FD126C42-EBFA-4E12-B309-BB3FDD723AC1/main.js" charset="UTF-8"></script>
<script type="text/javascript">
       
       
        //create array that will hold all ordered products
        var shoppingCart = [];
       
        //this function manipulates DOM and displays content of our shopping cart
        function displayShoppingCart(){
            var orderedProductsTblBody=document.getElementById("orderedProductsTblBody");
            //ensure we delete all previously added rows from ordered products table
            while(orderedProductsTblBody.rows.length>0) {
                orderedProductsTblBody.deleteRow(0);
            }
                   
            //variable to hold total price of shopping cart
            var cart_total_price=0;
            //iterate over array of objects
            for(var product in shoppingCart){
                //add new row     
                var row=orderedProductsTblBody.insertRow();
                //create three cells for product properties
             
               
                var cellPrice = row.insertCell(0);
                cellPrice.align="right";
                //fill cells with values from current product object of our array
             
             
                cellPrice.innerHTML = shoppingCart[product].Price;
                cart_total_price+=shoppingCart[product].Price;
            }
            //fill total cost of our shopping cart
            document.getElementById("cart_total").innerHTML=cart_total_price;
        }
       
       
        function AddtoCart(price){
           //Below we create JavaScript Object that will hold three properties you have mentioned:    Name,Description and Price
           var singleProduct = {};
           //Fill the product object with data

     
           singleProduct.Price=price;
           //Add newly created product to our shopping cart
           shoppingCart.push(singleProduct);
           //call display function to show on screen
           displayShoppingCart();
           
        } 

        //Add some products to our shopping cart via code or you can create a button with onclick event
        //AddtoCart("Table","Big red table",50);
        //AddtoCart("Door","Big yellow door",150);
        //AddtoCart("Car","Ferrari S23",150000);

       
       
       
    </script>
</head>
<body>
    <table width="100%" border="0"><tr><td valign="top" width="50%">
    <table cellpadding="4" cellspacing="4" border="1"><tr><td valign="top">
    <table cellpadding="4" cellspacing="4" border="0"><thead><tr><td colspan="2">
                                Products for sale
                            </td> </tr></thead> <tbody><tr><td>
                                регистрация
                            </td><td>
                           <input type="button" value="50" onclick="AddtoCart(50)"/>
                            </td> </tr> <tr><td>
                                пост
                            </td><td>
                           <input type="button" value="70" onclick="AddtoCart(70)"/>
                            </td> </tr><tr><td>
                                Door
                            </td><td>
                                <input type="button" value="Add to cart" onclick="AddtoCart(150)"/>
                            </td></tr><tr><td>
                                Car
                            </td><td>
                                <input type="button" value="Add to cart" onclick="AddtoCart(150000)"/>

                            </td></tr></tbody></table></td><td valign="top">
                <table cellpadding="4" cellspacing="4" border="1" id="orderedProductsTbl"> <thead><tr> <td>
                                Price</td></tr></thead>  <tbody id="orderedProductsTblBody">
                    </tbody>
                  <tfoot><tr><td colspan="4" align="right" id="cart_total">
                     </td> </tr></tfoot></table></td></tr></table></td></tr> </table>[/html]

0

5

от мариночки будут картиночки для рекламочки  http://www.kody-smajlov-vkontakte.ru/emoji/2708.png

+1

6

http://s9.uploads.ru/fkTBY.png http://s5.uploads.ru/M9Rau.png
http://s5.uploads.ru/IXxQ3.png

+2


Вы здесь » ой девачки » Тестовый форум » записываемся на ноготочки


Рейтинг форумов | Создать форум бесплатно