2 Attachment(s)
Web Content display errors
We have a form with an activeX web component in order to upload information to one of our clients websites and receive constant errors, please see the attached. We do not receive these errors when accessing the website outside of Alpha.
Attachment 45951
Attachment 45952
I found the below thread, but this is no longer an option. Any help would be appreciated.
https://forum.alphasoftware.com/show...vascript+error
1 Attachment(s)
Re: Web Content display errors
I have had a fiddle with this problem Elke.
In my case I get a "Do you want to continue running scripts on this page".
Once you click YES, it all runs perfectly.
The site I used is a Joomla one, so pretty well sorted.
Try a different link in the Super Control and see what happens.
Update/Edit.
Try the attached Elke.
For the last link - slam1 use guest and 1111 as login credentials. This is actually a demo web app running inside Alpha, so may take a little time to load.
Attachment 45957
Re: Web Content display errors
Thank you Ted. Unfortunately clicking 'Yes' does not work. This is a Web Content ActiveX on a form in a desktop application.
Re: Web Content display errors
Ok, so please explain what you are attempting to achieve.
If you would care to share your overall application plan, I am sure someone will assist.
Activex is probably on the way out, so you may need to rethink your methods.
I had assumed - mistakenly - that you just wanted to display a web page(or pages) in an Alpha DT app.
Let us know what you want to happen please.
Re: Web Content display errors
Thank you Ted. Is there any way to interact with the webpage using Web Content supercontrol? We currently use the ActiveX in order to input data into webpages using document.getElementByID
And if anyone stumbles across this thread, I did find the answer:
DIM w AS P
w = icase.ActiveX.this
w.silent = .t.
Adding w.silent = .t. stops the error messages.