This is ajax code?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
lauxanh
Forum Newbie
Posts: 1
Joined: Sun Jan 14, 2007 9:05 pm

This is ajax code?

Post by lauxanh »

feyd | Please use

Code: Select all

,

Code: Select all

and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read:  [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]


I'm view source at http://gettingzone.com , and can't understand how can they write Y_Y

[syntax="html"]<tr>
                    <td width="3" height="20"></td>
                    
                    <td width="3" height="20"></td>
                    <td width="90" id="ghome" height="20" class="headtabon" >                    
                    <a onclick="log.ilayer('index.php?ISS=mainpage','listmain','mainpage','e0010','fire','forced','main')">Home</a></td>
                    <td width="99" id="upic" height="20" class="headtaboff">                    
                    <a onclick=log.ilayer('index.php?ISS=uploadimage','listmain','uploadimage','e0010','fire','forced','uli')>Upload picture</a></a>
                    </td>
                    <td width="87" id="topp" height="20" class="headtaboff">
                    <div id="dtopposters"><a onclick=log.ilayer('index.php?ISS=topposters','listmain','topposters','e0010','fire',null,'topposters')>Top posters</a></div></td>
                    <td id="acat" class="headtaboff" height="20" width="97">
                    <div id="dallcat"><a onclick=log.ilayer('index.php?ISS=allcat','listmain','allcat','e0010','fire',null,'allcat')>All categories</a></div></td>
                    <td id="mfav" width="85" class="headtaboff" height="20">
					<div id="dmostfavorite"><a onclick=log.ilayer('index.php?ISS=view&method=mostfavorite','listmain','mostfavorite','e0010','fire','forced','mostfavorite')>Top favorites</a></div></td>
                    <td id="lpup" width="141" class="headtaboff" height="20">
                    <div id="dlastupload"><a onclick=log.ilayer('index.php?ISS=view&method=lastupload','listmain','lastupload','e0010','fire','forced','lastupload')>Last photos uploaded</a></div></td>
                    <td id="mview" width="89" class="headtaboff" height="20">
                    <div id="dmostview"><a onclick=log.ilayer('index.php?ISS=view&method=mostview','listmain','mostview','e0010','fire','forced','mostview')>Most viewed</a></div>
                    </td>
                    <td id="trat" width="83" class="headtaboff" height="20">                    
                    <div id="dtoprating"><a onclick=log.ilayer('index.php?ISS=view&method=toprating','listmain','toprating','e0010','fire','forced','toprating')>Top rating</a></div></td>
                    <td width="4" valign="bottom" height="20"></td>
                  </tr>
                  <tr>
                    <td width="3" height="1" class="underheadtaboff"></td>                    
                    <td width="3" height="1" class="underheadtaboff"></td>
                    <td width="90" id="underghome" height="1"></td>
                    <td width="99" id="underupic" height="1" class="underheadtaboff" ></td>
                    <td width="87" id="undertopp" height="1" class="underheadtaboff" ></td>
                    <td width="97" id="underacat" height="1" class="underheadtaboff"></td>
                    <td width="85" id="undermfav" height="1" class="underheadtaboff"></td>
                    <td width="141" id="underlpup" height="1" class="underheadtaboff"></td>
                    <td width="89" id="undermview" height="1" class="underheadtaboff"></td>
                    <td width="83" id="undertrat" height="1" class="underheadtaboff"></td>
                    <td width="4" height="1" class="underheadtaboff"></td>
                  </tr>


Do you understand this code?


feyd | Please use[/syntax]

Code: Select all

,

Code: Select all

and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read:  [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

That site appears to be using Ajax, but without seeing the log.ilayer() function it is difficult to know the specifics.
(#10850)
Post Reply