Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Regenerate html code
Message
From
08/10/2001 16:34:56
 
 
To
08/10/2001 16:15:11
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00565658
Message ID:
00565668
Views:
23
>I want make some changes in generated html code. First, make object from html code, next read object and generate new code. I don't was use Java script.
>
>Any example ?
>
>Thanks

I don't know what type of object you refer to, but you don't need any special object to change HTML dynamically. You can respond to user's interaction with your pages to change the layout by using DHTML. For example, you could use mouse events to change your page contents dynamically:
<P onmouseover="this.innerHTML='<B>Mouse out 
    to change back.</B>'"
    onmouseout="this.innerHTML='<I>
    Mouse over again to change.</I>'">
    <I>Mouse over this text to change it.</I>
Although if you don't want to use Javascript you limit yourself to MS Internet Explorer. HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform