求教(200分)

  • 主题发起人 catkiller
  • 开始时间
C

catkiller

Unregistered / Unconfirmed
GUEST, unregistred user!
请教各位高手:
打印问题
在ASP里子窗口如何继承父窗口里的内容
例:
点击parent.asp里打印预览按钮,弹出child.asp实现预览和打印的功能
window.open("child.asp","","resizable=yes,scrollbars=no,status=no,toolbar=no,menubar=no,location=no")
假设在parent.asp中有一个table,在child.asp中如何继承这个table以及table里的内容
盼高手赐教!!!
 
window.open("child.asp?table_name"...)
这样不就传表名过去了...
 

Similar threads

D
回复
0
查看
1K
DelphiTeacher的专栏
D
D
回复
0
查看
2K
DelphiTeacher的专栏
D
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
D
回复
0
查看
2K
DelphiTeacher的专栏
D
顶部