网页中有asp,php动态添加的控件,如何查看源代码?
网页中有用php,asp写的控件,直接查看源文件的话这些内容看不到,有什么办法能看到吗?只需要看到它输出的html就够了,不要知道源码。
php asp输出的看的见的
用js修改文档才看不见
php,asp输出内容可以在浏览器 查看源文件 中看到
如果看不到,说明php,asp没有输出html代码
相关问答:
function CheckOpwd(){//验证用户名
var pwd=document.all.txtOpwd;
var div1=document.getElementById("divPwd");
if (pwd.value=="")
{
......
asp虚拟主机实现伪静态的方法:
1、 重写url参数
Step1: 建立前台文件index.asp,修改url参数形式。由于读取数据库中的记录不是专题的重点,故直接给出:
<!--#include file="config.asp" -->
&l ......
3个radioButton
一个Button
一个label
C# code:
protected void Button1_Click(object sender, EventArgs e)
{
string str = null;
RadioButton rdo=(RadioButton)sender;
......
发给我一份 280535258@qq.com 谢谢 要分可以说 多少都行
参考::!!!!
前台
<%@ Page language="c#" Codebehind="Domain.aspx.cs" AutoEventWireup="false" Inherits=&q ......