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.
 
This is DHTML:
Javascript is used here, and it's client side scripting

Henri
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top