Allasso
07 May 2011, 10:36 PM
Hello,
Are there resources out there that would show every possibility of CSS/HTML/JS code that might include a link to another file?
eg,
(the most obvious)
<a href=....
<img src=...
<style>
background: url('images/bg_content.jpg')
</style>
<style type="text/css" media="screen">@import "../style.css";</style>
<script type="text/javascript">
...
s1.addParam("flashvars","file=testmovie.flv&image=../media/flash/previ
+ews/testmovie_prvw.jpg");
...
</script>
etc.....
I would like to use this information to possibly write parser to extract links to other files from a page. Yes, I know there are parsers out there, but I would like to investigate this on a lower level.
Are there resources out there that would show every possibility of CSS/HTML/JS code that might include a link to another file?
eg,
(the most obvious)
<a href=....
<img src=...
<style>
background: url('images/bg_content.jpg')
</style>
<style type="text/css" media="screen">@import "../style.css";</style>
<script type="text/javascript">
...
s1.addParam("flashvars","file=testmovie.flv&image=../media/flash/previ
+ews/testmovie_prvw.jpg");
...
</script>
etc.....
I would like to use this information to possibly write parser to extract links to other files from a page. Yes, I know there are parsers out there, but I would like to investigate this on a lower level.