473,289 Members | 1,929 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,289 software developers and data experts.

DHTML Error plz help asap...

I am trying to run a DHTML program.. but it show me an error... "Object does not support the property or method". My program is written below..

<HTML>
<HEAD>
<TITLE>Structured Graphics - Shapes</TITLE>
</HEAD>
<BODY>
<OBJECT ID = "shapes" STYLE = "background-color: #CCCCFF; width: 500; height: 400"
CLASSID = "CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6">
<PARAM NAME = "Line0001" VALUE = "SetLineColor( 0, 0, 0 )">
<PARAM NAME = "Line0002" VALUE = "SetLineStyle( 1, 1 )">
<PARAM NAME = "Line0003" VALUE = "SetFillColor( 0, 255, 255 )">
<PARAM NAME = "Line0004" VALUE = "SetFillStyle( 1 )">

<PARAM NAME = "Line0005" VALUE = "Oval( 0, -175, 25, 50, 45 )">
<PARAM NAME = "Line0006" VALUE = "Arc( -200, -125, 100, 100, 45, 135, 0 )">
<PARAM NAME = "Line0007" VALUE = "Pie( 100, -100, 150, 150, 90, 120, 0 )">
<PARAM NAME = "Line0008" VALUE = "Polygon(5, 0, 0, 10, 20, 0, -30, -10, -10, -10, 25)">
<PARAM NAME = "Line0009" VALUE = "Rect( -185, 0, 60, 30, 25 )">
<PARAM NAME = "Line0010" VALUE = "RoundRect( 200, 100, 35, 60, 10, 10, 25 )">
<PARAM NAME = "Line0011" VALUE = "SetFont( 'Arial', 65, 400, 0, 0, 0 )">
<PARAM NAME = "Line0012" VALUE = "Text( 'Shapes', -200, 200 , -35 )">
<PARAM NAME = "Line0013" VALUE = "SetLineStyle( 2,1 )">
<PARAM NAME = "Line0014" VALUE = "PolyLine( 5, 100, 0, 120, 175, -150, -50, -75, -75, 75, -75)">
</OBJECT>
</BODY>
</HTML>

This program is mention in the Deitel n Deitel book.. but its not working on my system.. I am using Windows XP Prof with SP2, my IE version is 6.0 with SP2.

Please help me asap...
Mar 15 '07 #1
3 1120
iam_clint
1,208 Expert 1GB
do you have that activex control on your computeR?
Mar 15 '07 #2
yes i do..
Mar 16 '07 #3
acoder
16,027 Expert Mod 8TB
Which line do you get the error on?
Mar 19 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Paul THompson | last post by:
I have a piece of code something like the following: START OF CODE <html><head><title>The Wizard</title></head> <body> <h1>Welcome to Joe's Vet Clinic</h1> <div id="part1"...
13
by: deko | last post by:
I use this convention frequently: Exit_Here: Exit Sub HandleErr: Select Case Err.Number Case 3163 Resume Next Case 3376 Resume Next
1
by: tracernet_v2 | last post by:
help!!!! this is the first time i encountered this problem so please help, ASAP... when i try to create a new project, it creates the solution, but an error message box would appear telling me...
3
by: Joe Turek | last post by:
I store images in a database instead of the filesystem. I deliver these images via a page that uses Response.OutputStream to send the bytes back to a calling page. So a given page on my site will...
1
by: Massimo Bonanni | last post by:
Hi, I try to implement ASAP protocol in my web service, but I find a very hard problem. I define my SOAP Header: public class Request : SoapHeader {
17
by: Jacques Jamain | last post by:
hello, in a dhtml page generated from php I want to include a file which is in fact the body of the dhtml page. My hosting ISP does not allow SSI but supports php includes. In the dhtml page, the...
4
by: ciprian.dosoftei | last post by:
Hello, I just finished a tutorial website regarding the development of DHTML popups. The site features several examples with downloadable samples. It also feature more complex effects like...
1
by: singmadhan | last post by:
Hi Frnds, I am working in an ASP.Net Application and creating a DHTML menu using JavaScript. There is a drop down list box below the menu, when ever I am dragging the menu the DropDownList box...
1
by: sdonohue | last post by:
I am not very good at DHTML, but I have a set of links that use DHTML and they work :) But now the customer wants to have one of my DHTML links call a javascript function when it is clicked on. ...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.