标签: javascript css printing
我想更改打印副本上显示的页面的网址(通常位于页眉/页脚)。毋庸置疑,解决方案必须是跨浏览器。任何建议都会有所帮助。
例如,在打印当前页面时,副本上显示的网址为http://stackoverflow.com/questions/ask。如何将其更改为http://stackoverflow.com/newUrl?
http://stackoverflow.com/questions/ask
http://stackoverflow.com/newUrl
提前感谢你。