how is this done?

  • Thread starter Thread starter Guest
  • Start date Start date
The image is inside a hyperlink, which has a client-side OnClick event
handler that is invoking the client-side JavaScript called "swap()".

You can see this by simply looking at the page's source code.
 
Just right click on the page, choose "view source", you will found that the
code is at around line 238..

like wat other say, it using client script.
wei chung
 
thanks.

weichung said:
Just right click on the page, choose "view source", you will found that the
code is at around line 238..

like wat other say, it using client script.
wei chung
 
Back
Top