Login | |
|
 |
RE: why does it write in a new window? - 9/30/2007 2:14:10 PM
|
|
 |
|
| |
TNO
Posts: 1400
Score: 16
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
What browser are you using? in IE7 its staying in the same window. This sounds like a browser setting. Tools-->Internet Options-->Tab Settings
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
 |
RE: why does it write in a new window? - 10/7/2007 3:30:12 PM
|
|
 |
|
| |
TNO
Posts: 1400
Score: 16
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
window.document.write("<br />" & strPrefxone & "<br />" & strPrefxtwo) change that portion to something like this: document.getElementById("some Element").innerHTML("<br />" & strPrefxone & "<br />" & strPrefxtwo)
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
|
|