Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Regenerate html code
Message
De
08/10/2001 16:34:56
 
 
À
08/10/2001 16:15:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00565658
Message ID:
00565668
Vues:
24
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform