Login | |
|
 |
RE: VBscript, IE back method not working - 12/12/2007 6:30:25 PM
|
|
 |
|
| |
TNO
Posts: 1400
Score: 16
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
Will this particular website allow you to perform any other functions? Or is it only the reload? Could you post the source code of the webpage?
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
 |
RE: VBscript, IE back method not working - 12/13/2007 4:52:09 AM
|
|
 |
|
| |
TNO
Posts: 1400
Score: 16
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
Can I assume correctly that this particular computer is running windows vista? If so yo DO have to run as an administrator. The new UAC "feature" of vista blocks cross window manipulation in some cases. (You could try putting the page in the trusted domain but I'm not sure if this will work)
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
 |
RE: VBscript, IE back method not working - 12/14/2007 4:43:06 AM
|
|
 |
|
| |
TNO
Posts: 1400
Score: 16
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
its possible yes, but without seeing the code behind the page its hard to say that this is the issue. Can you use document.location.replace?
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
|
|