Follow up-
I get the same error with a newly created simple project that has no scripting in it of any kind. Just a blank html page set as the start up.
Not sure if this is the right forum….
This pertains to an ASP project developed in Visual InterDev 6.0. I’m trying to do a bit of debugging.
Out of the Blue, .asp pages would not load. I can no longer reproduce the error.
In looking for a solution, I ran synciwam.vbs. That produced this...
I’m trying to use vbScript to open an excel application (I’m also going to do word).
Sub Btn1_onclick()
call OpenWorkbook("c:\temp\test.xls")
End Sub
Sub OpenWorkbook(strLocation)
Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = true
objExcel.Workbooks.Open strLocation...
Well it is a javascript question.
I'm trying this -
function openFile(){
var excel = new ActiveXObject("Excel.Application");
}
I get this error -
Microsoft JScript runtime error: Automation server can't create object.
I need to open word, excel and .jpgs on the client with some jscript (or anything that would work). This is VB ASP.NET.
The files I want to open are not on the client or server, but I can UNC to them or map the server.
Thanks
.NET 1.1
I do think I somehow have to do a postback. That's what I can't figure out.
I'm doing this because I want to dynamically update values on in a client table with data pulled with VB.NET from the server side.
ASP.NET question.
This should be simple.
Default.aspx has a number of Web Forms in it.
It calls some javascript.
From the javascript, I want to call Page_Load event in Identify.aspx.
I want Identify.aspx to change the text value of some Web forms that exist in default.aspx
This is what...
It's only available on our intranet at the moment, but here is the frameset code.
Sorry it's hard to read not sure how I should format it for this forum.
</HEAD>
<FRAMESET ROWS="' + (35+addNS) + ',*" FRAMEBORDER="NO" FRAMESPACING="0" onload="doIt()" BORDER="1"' + moreStuff + '>
<FRAME...
Hi,
Thanks for the suggestions. I tried both and they both error out in IE.
top.frames['MapSomedataFS'].rows = "*,170,0,0";
Produces the error - top.frames['MapSomedataFS'] is not an object
parent.document.getElementById('MapSomedataFS').setAttribute('rows','25%,25%,25%,25%',0);
Produces...
parent.MapSomedataFS.rows = “*,170,0,0”;
Works in IE, but won’t work in FireFox. MapSomedataFS is a name of a FRAMESET and I need to be able to dynamically resize it.
I get the error – parent.MapSomedataFS has no properties. On the javascript console in FireFox.
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.