Where is all the source code?

2008-12-05 3:21 pm
Went to miniwebsite http://automaticforexsystemtrading.com/fapturbo.html

Then I clicked on View==>Source in Internet Explorer and all I found was the following:

<html>
<head>
<title> fapturbo proof [age </title>
<META NAME="Title" CONTENT="put your title here">
<META NAME="Description" CONTENT="put your description here">
<META NAME="Keywords" CONTENT="put your keywords here">
<META NAME="Robots" CONTENT="Follow">









回答 (4)

2008-12-05 3:27 pm
✔ 最佳答案
On Firefox as well. Annoying popup when exiting is annoying as well. Your source code is hidden, and apparently is being called under by a javascript function :|
2008-12-05 11:28 pm
The page is dynamically generated. The code you cant see has server side calls that create the code, and everything between server side call tags is hidden. The code below will show "blah blah blah", but you wont be able to see what is between the <% %/> if you right click and select view source.

<html>
<head>
<title> fapturbo proof [age </title>
<%
response.write(" blah blah blah blah")
%/>
2008-12-06 3:25 am
Got the code, but it's too long to paste here. All I did was go to the center of the page, then right-click on the mouse, choose This Frame > View Frame Source (using FireFox).
2008-12-05 11:26 pm
Scroll further down, at the bottom is a bit of javascript. That's used to obfuscate everything. Futile as it's rather easy to decode.


收錄日期: 2021-05-03 14:00:38
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20081205072128AAzW9bX

檢視 Wayback Machine 備份