Tagged Questions
0
votes
3answers
29 views
prevent saving/downloading web page
I was wondering if there was a way to prevent a user from saving/downloading a web page? And by preventing I guess I mean not letting them have access to the data displayed through my web application ...
0
votes
2answers
54 views
How browser handles CSS color names in the source code
Is there a way to override how javascript converts complex CSS color names to rgb values when applying them to DOM elements.
For example: document.getElementById("colorMe").style.background = ...
0
votes
4answers
90 views
Accessing and printing HTML source code using PHP or JavaScript
I am trying to access and then print (or just be able to use) the source code of any website using PHP. I am not very experienced and am now thinking I might need to use JS to accomplish this. So far, ...
-3
votes
1answer
50 views
view source of webpage javascript [closed]
I need to view the source code of a webpage without actually going to the page, using javascript. I am not an experienced programmer so please keep the answers as simple as possible.
-4
votes
1answer
155 views
how to encrypt html page source code using javascript functions [duplicate]
Possible Duplicate:
How to encrypt HTML, CSS and JavaScript to prevent theft
Please tell how to encrypt html page surce code for any webpage using javascript function if not possible then ...
0
votes
1answer
114 views
How to read and understand ExtJS Source code?
I'm programming in ExtJS recently. I can understand the usage of config for components.
But, when someone says to make a custom class by extending existing class to add additional functionality, I get ...
0
votes
2answers
247 views
Get source code from javascript
How can we get the source code of a webpage from a webpage in php and/or javascript?
For exemple, in this website : http://inlinestyler.torchboxapps.com/, you can either enter the css or type the ...
0
votes
1answer
54 views
Down the rabbit hole - Where does “res” originate from in express and/or nodejs?
I'm trying to understand more of the express and nodejs internals. Looking in express' response.js file, it frequently assigns several methods to res, which seems to be a prototype.
Specifically, res ...
1
vote
2answers
425 views
How to view webpage source code using R?
I need to use R to download the source code for a webpage.
When I click on "View source code" in Firefox, I see all of the source code.
However, when I use RCurl to download the sourcecode, I only ...
0
votes
0answers
168 views
Iframe onload working on blank page but not loding in embedded website
so I have following script:
http://jsfiddle.net/8zJEt/
<iframe width="99%" style="z-index:1" height="820px" marginheight="4px"
marginwidth="4px" id="ifSearch" scrolling="no" ...
0
votes
2answers
161 views
file_get_contents not loading the full source code because parts are loaded on page load
I want to copy the entire source code of an external website to a file for later modification and analysis ....
But a table on domain.com/stats is not static HTML but is build by JavaScript and ...
0
votes
2answers
1k views
Replace a Javascript alert pop up with a fancy box alert
I'm looking to replace the generic javascript alert pop-up box with a fancy box...
here is the code that i currently have:
<script type="text/javascript">
$(document).ready(function() ...
1
vote
1answer
121 views
Is there a way to search the HTML, JavaScript, CSS of a website
I am looking for a way to search through a website for specific front-end source code: HTML, CSS and JavaScript. This is easy on a single page, but I know of no way to do it over an entire site.
It ...
2
votes
2answers
76 views
Look for a Javascript source file in a second location if the first fails to load
Is it possible to attempt to load a javaScript source file from an alternate location if it fails to load from the first?
For example, in the HTML file, I might have:
<script ...
-2
votes
3answers
114 views
Recreating websites with php
At school, there are blocks on sites. I intend to undo that. Even if I don't, I like this idea. So: I have a php page (source.php) to get source code of any site (no cross site ajax).
<?php
...