[Htmlparser-user] performing onclick
Brought to you by:
derrickoswald
From: tubin g. <fac...@gm...> - 2011-10-17 20:51:18
|
I was using html parser to parse some html ,Now My html has an image here is the html <img src="Repository/Movie%20Section/Telugu%20Movies/Gundamma%20G-Gundamma%20Gari%20Krishnulu%20VCD_T.jpg" id="Movies_dlMovies_ctl14_imgMovieImage" class="imgStyle" onclick="javascript:return redirectUrl(this);" alt="Gundamma Gari Krishnulu"> this img tag has onClick function , so when I clikc the image the new page whose url is not in the html but the function generates it is opened , using htmlparser can I perform onclick on this image ? If not what library should I use to perform onclick? |