Posted: Thu Jul 23, 2009 8:46 pm two objects on a webpage
Hi All
I am a newbe to the wonderful world of creating webpages. We have recently purchased a application that can be delivered via the web. But in order to do anything with it, some basic html is required.
I was able to put an object on a web page. But I am struggling to work out how to put a second object on the page.
We have the object EVObject.Views.Open "/system/p&l2"
I would like to ade another object called EVObject.Views.Open "/system/Balance sheet"
help will be greatly appreciated.
This code below works but only loads one object
<html>
<head>
<script language="vbscript">
Sub MyOnLoad
EVObject.Views.Open "/system/p&l2"
EVObject.Theme = "olive"
End Sub
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum