Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Browser Control Question
Message
 
To
07/11/2005 11:25:44
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
01065841
Message ID:
01067010
Views:
24
That did it. Thanks.

How do you impliment the BODY tag with the following:
<script language=javascript>
function mousedown() {
if (window.event.button == 2)
{ document.write("") }
}
</script>
</head>
<body onmousedown=mousedown();>
>I used a css to define a document body style. You could also put these into the body tag of your HTML. Something like
<body style="border-style:none; border-width:0">
. If this doesn't work try removing the hyphens; I cannot remember what the correct names are.
>
>Hope this helps.
>
>Mike
>
>
>>Yes, that is what I want.
>>
>>Where do I place these statements in the document?
>>
>>
>>
>>
>>>Kevin,
>>>
>>>What do you mean by the "border"? Is it the 3D effect that you want to eliminate? If so, I found that the document.body.border-style="none" and border-width="0" does it.
>>>
>>>Mike
>>>
>>>
>>>>How do you turn off the border of a web browser control?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform