All Questions
5 questions
4
votes
2
answers
13k
views
How do I find the JavaScript that is invoked when I click on a button or a link in a web-page (part of a data mining project)?
I tried to use the 'inspect element' of the firebug addon for Firefox but it doesn't give me any link to the javascript.
For example I got this from the firebug add-on:
<a href="javascript:">
...
1
vote
1
answer
1k
views
Why HTML select is not searchable by default?
I was wondering why the default select tag of HTML, for example:
<select name="company_name">
<option value=""></option>
<option value="1">Company 1</option>
...
10
votes
1
answer
25k
views
When opening pdf's in browser, why is "inspect element" available and "view source" not?
When opening pdf's in Chrome and Firefox, the "view source" button is greyed out. "Inspect elemet," however, reveals HTML. Are the browsers simply downloading the file and generating html to display ...
0
votes
2
answers
25k
views
Does IE have more strict Javascript parsing than Chrome?
This is not meant to start a religio-technical browser war - I still prefer Chrome, at least for now, but:
Because of a perhaps Chrome-related problem with my web page (see also), I temporarily ...
4
votes
4
answers
4k
views
What are advantages and disadvantages of browser rapid release cycles for web developers?
Chrome and Firefox have now rapid release cycles. Also Opera is starting to get speed and Internet Explorer should take the high road soon. I am a web developer. What does that mean for me? What ...