怎么在STR+中入值

问题描述

谁帮我看看:functionsetid(){vartables=document.getElementById("upid");str='';str+='<tablewidth="699"border="0"align="center"cellpadding="4"cellspacing="1"bgcolor="#CCCCCC">';str+='<tr>';str+='<tdbgcolor="#ffffff"colspan=4align="center"height="55"style="font-size:24px;"><strong>供应商详细信息</strong></td>';str+='</tr>';str+='<tr>';str+='<tdbgcolor="#ffffff"width="100"align="center">公司名称:</td><tdbgcolor="#ffffff"width="247"id="a1">//想在这写入下面input中的gsmc的值</td><tdbgcolor="#ffffff"width="100"align="center">经营品牌:</td><tdbgcolor="#ffffff">';str+='</tr>';str+='<tr>';str+='<tdbgcolor="#ffffff"rowspan="3"align="center">经营类别:</td><tdbgcolor="#ffffff"width="247"rowspan="3"></td><tdbgcolor="#ffffff"align="center">联系人:</td><tdbgcolor="#ffffff">';str+='</tr>';str+='<tr>';str+='<tdbgcolor="#ffffff"align="center">联系电话:</td><tdbgcolor="#ffffff">';str+='</tr>';str+='<tr>';str+='<tdbgcolor="#ffffff"align="center">联系手机:</td><tdbgcolor="#ffffff">';str+='</tr>';str+='<tr>';str+='<tdbgcolor="#ffffff"height="55"align="center">联系地址:</td><tdbgcolor="#ffffff"colspan="3"></td></tr></table><br>';document.getElementById("upid").innerHTML=str+'<br>';}</script></head><body><tablewidth="650"border=0cellSpacing=0cellPadding=0bordercolor="#000000"align="center"><tr><tdcolspan="4"align="center"style="font-size:24px;"height="55"><strong>添加供应商</strong></td></tr></table><tablewidth="650"border=1cellSpacing=0cellPadding=0bordercolor="#000000"style="font-size:13px;"id="xb"align="center"><trid="ee"><tdwidth="88"height="25"align="center">公司名称:</td><tdwidth="224"id="a1"name="a1"><inputname="gsmc"type="text"id="gsmc"onfocus="this,select()"onmouseover="this,focus()"value="填写公司名称"size="30"height="20"/></td>把这个值写到上面去<tdwidth="88"height="25"align="center">经营品牌:</td><tdwidth="241"id="a2"name="a2"><inputname="jypp"type="text"id="jypp"onfocus="this,select()"onmouseover="this,focus()"value="可填多个品牌"size="30"height="20"/></td></tr><tr><tdrowspan="3"align="center">经营类别:</td><tdrowspan="3"id="a3"name="a3"><textareaname="jylb"cols="28"rows="5"id="jylb"value="可填多个类别"height="20"></textarea></td><tdwidth="88"height="25"align="center">联系人:</td><tdwidth="241"id="a4"name="a4"><inputname="lxr"type="text"id="lxr"onfocus="this,select()"onmouseover="this,focus()"value="联系人"size="30"height="20"/></td></tr><tdwidth="88"height="25"align="center">联系电话:</td><tdwidth="241"id="a5"name="a5"><inputname="lxdh"type="text"id="lxdh"onfocus="this,select()"onmouseover="this,focus()"value="联系电话"size="30"height="20"/></td></tr><tdwidth="87"height="25"align="center">联系手机:</td><tdwidth="241"id="a6"name="a6"><inputname="lxsj"type="text"id="lxsj"value="联系手机"size="30"height="20"onmouseover="this,focus()"onfocus="this,select()"/></td></tr><tr><tdwidth="88"height="55"align="center">联系地址:</td><tdcolspan="3"id="a7"name="a7"><textareaname="lxdz"cols="72"rows="4"height="20"id="lxdz"></textarea></td></tr><tr><tdheight="50"colspan="4"align="center"><inputtype="submit"name="b8"value="确定"onclick="setid()"id="b8"/><inputtype="reset"name="save"value="重设"/><inputtype="button"name="Submit"value="返回"class="btn"onclick="alert(urlstr())"/></td></tr></table><br><spanid="upid"></span></body></html>

解决方案

本帖最后由 cqx888625 于 2011-11-08 22:08:09 编辑
解决方案二:
functionsetid(){vartables=document.getElementById("upid");str='';str+='<tablewidth="699"border="0"align="center"cellpadding="4"cellspacing="1"bgcolor="#CCCCCC">';str+='<tr>';str+='<tdbgcolor="#ffffff"colspan=4align="center"height="55"style="font-size:24px;"><strong>供应商详细信息</strong></td>';str+='</tr>';str+='<tr>';str+='<tdbgcolor="#ffffff"width="100"align="center">公司名称:</td><tdbgcolor="#ffffff"width="247"id="a1">'+document.getElementById("gsmc").value+'</td><tdbgcolor="#ffffff"width="100"align="center">经营品牌:</td><tdbgcolor="#ffffff">';str+='</tr>';str+='<tr>';str+='<tdbgcolor="#ffffff"rowspan="3"align="center">经营类别:</td><tdbgcolor="#ffffff"width="247"rowspan="3"></td><tdbgcolor="#ffffff"align="center">联系人:</td><tdbgcolor="#ffffff">';str+='</tr>';str+='<tr>';str+='<tdbgcolor="#ffffff"align="center">联系电话:</td><tdbgcolor="#ffffff">';str+='</tr>';str+='<tr>';str+='<tdbgcolor="#ffffff"align="center">联系手机:</td><tdbgcolor="#ffffff">';str+='</tr>';str+='<tr>';str+='<tdbgcolor="#ffffff"height="55"align="center">联系地址:</td><tdbgcolor="#ffffff"colspan="3"></td></tr></table><br>';document.getElementById("upid").innerHTML=str+'<br>';}

解决方案三:
str+='<tdbgcolor="#ffffff"width="100"align="center">公司名称:</td><tdbgcolor="#ffffff"width="247"id="a1">'+document.getElementById("gsmc").value+'</td><tdbgcolor="#ffffff"width="100"align="center">经营品牌:</td><tdbgcolor="#ffffff">';这样么?
解决方案四:
好了谢谢你了,在问一下,能不能直接点提交把生成在下面的表格直接生成一个HTML保存起来
解决方案五:
引用3楼cqx888625的回复:

好了谢谢你了,在问一下,能不能直接点提交把生成在下面的表格直接生成一个HTML保存起来

保存html?那只能文件=>另存为了。
解决方案六:
我是说只能生成的表格不是在table下面。是直接生成新的HTML文件保存起来
解决方案七:
引用5楼cqx888625的回复:

我是说只能生成的表格不是在table下面。是直接生成新的HTML文件保存起来

ajax应该能做。要结合后台。纯js难以实现。

时间: 2025-01-18 19:33:14

怎么在STR+中入值的相关文章

怎么给str创建的表格入值

问题描述 帮我看看想在str的表单中入值.functionsetid(){vartables=document.getElementById("upid");str='';str+='<tablewidth="699"border="0"align="center"cellpadding="4"cellspacing="1"bgcolor="#CCCCCC"&g

android-如何获取 edittxt 中的值,再放入 URL 中

问题描述 如何获取 edittxt 中的值,再放入 URL 中 private Button btnLogin; private EditText txtPub; private EditText txtPriv; final Context context = this; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R

在Action中用了get/set,但是没有放入值栈中去,放到session中也没反应

问题描述 CodeAction.javapackageAction;importjava.awt.Color;importjava.awt.Font;importjava.awt.Graphics;importjava.awt.image.BufferedImage;importjava.io.ByteArrayInputStream;importjava.io.ByteArrayOutputStream;importjava.util.Random;importjavax.imageio.Im

Android开发入门(十七)首选项 17.2 编码实现获取与修改预设信息中的值

在上一节中,大家已经看到了,PreferenceActivity这个类允许用户在运行时去创建和修改首选项信息. 如果想要使用这些首选项信息,你就需要使用SharedPreferences这个类. 1. 继续使用上一节中的工 程,在UsingPreferences.java中添加一些代码. public class UsingPreferencesActivity extends Activity { /** Called when the activity is first created. *

Jquery实现点击按钮,连续地向textarea中添加值的实例代码

 本篇文章主要是对Jquery实现点击按钮,连续地向textarea中添加值的实例代码进行了介绍,需要的朋友可以过来参考下,希望对大家有所帮助 代码如下:    代码如下: <%@ page language="java" contentType="text/html; charset=gbk"     pageEncoding="gbk"%>     <%@ include file="/pages/common/t

parse-sax 解析:从 div 标签中获取值

问题描述 sax 解析:从 div 标签中获取值 在 android 应用程序中,我要解析一个 xml 页面.xml 页面中的数据是下面这种格式: <root> <tag1>data</tag1> <tag2> <div>data1</div><div>data2</div> </tag2> </root> 通过 sax 解析来获取数据: if (localName.equalsIgno

值传递-Android 同一个activity中传递值

问题描述 Android 同一个activity中传递值 在同一activity中传递值,在网友的帮助下认识到如下的存取值方法 public static class HealthMap { private static Map map = new ConcurrentHashMap(); /** * 传值 * @param key * @param obj */ public static void put(String key, Object obj) { map.put(key, obj)

systreeview32-C#通过API获取其他程序中TreeView和ListView中的值,并将值放到TXT文档中

问题描述 C#通过API获取其他程序中TreeView和ListView中的值,并将值放到TXT文档中 我现在想在C#里利用API读取其他程序中的SysTreeView32控件里所有节点和子节点的文本,获取其他程序中SysListView32控件里所有值,然后将值放到TXT文档中.但是在网上找了很多方法都没有实现.如果谁有现成的可运行的代码,我愿意付费(支付宝或银行转账)购买您的现成代码,当然前提是能用啊.您可以生成一个exe文件,发给我我测试下. 解决方案 http://www.cnblogs

objective c-不使用分析程序在XMLNSString中提取值

问题描述 不使用分析程序在XMLNSString中提取值 string如下: <?xml version="1.0" encoding="utf-8"?> <NewDataSet> <Table> <CITY>Jupiter</CITY> <STATE>FL</STATE> <ZIP>33477</ZIP> <AREA_CODE>561</A