Results 1 to 3 of 3

Thread: Help me with my problem!!! :( its driving me crazy ):

  1. #1
    Join Date
    Jan 2006
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help me with my problem!!! :( its driving me crazy ):

    here is my HTML coding for the index.html page

    The seperate JavaScript file is at www.****wallstreet.com/test/script.js

    PLEASE HELP ME

    If you go to http://www.mypersonalpixel.com/
    On this kids webpage when you click any box on the page it goes to a Buy page and on there it says the X and Y properties of where he clicked. Whats the script for that? Or where could i find it.

    HELP ME!!!!!!!!


    ======================================================
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <title>Million Dollar Home Page. Own a piece of Internet Hystory! - Pixels</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="The One And Only" />
    <link href="style.css" rel="stylesheet" type="text/css" />
    <link rel="icon" href="favicon.ico" />
    <link rel="shortcut icon" href="favicon.ico" />
    <script src="script.js" type="text/javascript"></script>





    <style type="text/css">
    <!--
    body {
    background-color: #999999;
    }
    .style1 {color: #660000}
    .style3 {font-size: 12px; }
    .style4 {color: #990000}
    .style6 {font-size: 14px}
    -->
    </style></head>
    <body onload="">
    <div class="container">
    <div class="header">
    <div style="padding: 0px;">
    <table width="1004" border="0" align="left">
    <tr>
    <td width="10">&nbsp;</td>
    <td width="778"><table width="769" border="0">
    <tr>
    <td width="534" rowspan="4"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="530" height="100">
    <param name="movie" value="new_banner.swf" />
    <param name="quality" value="high" />
    <embed src="new_banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="530" height="100"></embed>
    </object></td>
    <td width="225" valign="top"><p class="style3">&nbsp;</p></td>
    </tr>
    <tr>
    <td valign="top"><span class="style6"><span class="style4">&gt;</span> 1,000,000 Pixels</span></td>
    </tr>
    <tr>
    <td valign="top"><span class="style6"><span class="style4">&gt;</span> $1 A Pixel</span></td>
    </tr>
    <tr>
    <td valign="top"><span class="style6"><span class="style4">&gt;</span> For all the best sites online!</span></td>
    </tr>
    </table></td>
    <td width="311"><table width="200" border="0" bordercolor="#330000">
    <tr>
    <td width="90" bgcolor="#330000">Sold:</td>
    <td width="100" bgcolor="#666666">0</td>
    </tr>
    <tr>
    <td bgcolor="#330000">Available:</td>
    <td bgcolor="#666666">1,000,000</td>
    </tr>
    </table></td>
    </tr>
    </table>
    </div>
    </div>
    <div class="header_nav">
    <div class="header_div"> <a href="index.html" class="header_link" title="View Pixels">View Pixels</a>&nbsp;| <a href="Blog.html" class="header_link" title="Blog">Blog</a>&nbsp;| <a href="FAQ.html" class="header_link" title="FAQ">FAQ</a>&nbsp;| <a href="testimonials.html" class="header_link" title="Testimonials">Testimonials</a>&nbsp;| <a href="Press.html" class="header_link" title="Press">Press</a>&nbsp;| <a href="Contact.html" class="header_link" title="Contact Us">Contact Us</a>&nbsp;| <a href="Buy.html" class="header_link" title="Buy Pixels">Buy Pixels</a> </div>
    </div>
    <div class="center">
    <div class="adsense" style="display: none;"> </div>
    <center>
    <div class="grid" id="grid" onclick="return getPosition(event);" onmouseover="return escape('These pixels are available, click on the spot where you want your ad placed.');"">
    <div align="left"><span style="position: relative;"><a href="http://www.yahoo.com" title="Find Women and Men Latin. Free Services"><img src="0d357ade3f9492a602e34c63c97df54c.jpg" style="position: absolute; left: 50px; top: 30px; z-index: 1;" alt="Find Women and Men Latin. Free Services, visited 21 times (50, 30)" /></a></span></div>
    </div>
    </center>
    <form action="Buy.html" method="post" id="grid_form">
    <input type="hidden" name="x" />
    <input type="hidden" name="y" />
    </form>
    </div>
    <script src="wz_tooltip.js" type="text/javascript"></script>
    &copy; 2006 <a href="http://www.****wallstreet.com/" title="**** Wallstreet" class="link style1">****Wallstreet.com</a> <br />
    All rights reserved. I am not responsible for the content of external sites. Images featured on homepage are &copy; of their respective owners. <br />
    <img border="0" src="paypal.gif" width="68" height="29" /> </div>
    </body>
    </html>

    ======================================================

    please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  2. #2
    Join Date
    May 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Didn you fix the problem?

    I don't see anything wrong...

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    On this kids webpage when you click any box on the page it goes to a Buy page and on there it says the X and Y properties of where he clicked.
    This is done using a server-side image map, or possibly Javascript in conjunction with a server-side script. Either way, it's a bad idea from an accessibility point of view, and requires a server-side language.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •