Monday, 26 August 2013

Getting type of file request

Getting type of file request

I have this example code:
<img src="e.php"/>
<link href="e.php" rel="stylesheet"/>
<script src="e.php"></script>
There is a way to know if e.php is loaded on the window or if is called by
those document elements?

No comments:

Post a Comment