HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

two objects on a webpage
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> ASP
View previous topic :: View next topic  
Author Message
faizaln



Joined: 23 Jul 2009
Posts: 1

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


</script>
</head>
<body onload="MyOnLoad" topmargin=100 leftmargin=100>

<object id=EVObject top= 1000 height=600 width=600 classid=clsid:ACAC1200-0BBE-499A-A9E9-5F334DBC8E89>
<param name="server" value="aunswa155">

</body>



</html>
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> ASP
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group