HTML Frameset editor?

  • Thread starter Thread starter Fredrik Melin
  • Start date Start date
F

Fredrik Melin

Have anyone seen a third party visual HTML Frameset ActiveX or .NET
component?

I need to define frames (add/remove), visually change sizes etc.

Not needed to be free or anything, but I have googled for hours now finding
nada.

Regards
Fredrik
 
all html editors support this. VS does a fine job as its such simple html.
what is your exact problem? actully its so simple I've never needed more
than notepad.

-- bruce (sqlwork.com)

| Have anyone seen a third party visual HTML Frameset ActiveX or .NET
| component?
|
| I need to define frames (add/remove), visually change sizes etc.
|
| Not needed to be free or anything, but I have googled for hours now
finding
| nada.
|
| Regards
| Fredrik
|
|
 
Yes, but this is for within a sales system where sales managers must be able
to change frames layout.
So, its for people that dont know what HTML is... therefor a visual editor
is needed.

- Fredrik
 
Yes, but this is for within a sales system where sales managers must be
able
to change frames layout.

I imagine what you need is to write your own app where people can set their
frame preferences, which you then store in a DB and dynamically create the
frameset code from that.

-Darrel
 
Back
Top