hi Chris, as Barend said if you like prompt windows I would use the browsers prompt window.
An alternative would be to use svg text boxes. There is one available at http:// www.carto.net/papers/svg/gui/textbox/ Due to SVG DOM limitations in FF1.5 it has limitations in Firefox (one can only position the cursor at the beginning or end of the text) but it works. In ASV and Opera9 it works fine. Opera 9 still has a backspace bug with evt.preventDefault (), but according to Opera this will soon be fixed. Andreas --- In [email protected], "chmavrog" <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > I have written JavaScript Code using SVG elements to create the shape > of a UML class.The shape is empty(not names for the class or methods > and attributes). > > I can use prompt function in order to get the properties of the class > and then update the shape with text Elements. > > I wonder if is somewhere out there an SVG Prompt Window in order to > use it or > can anyone give me another idea how to get the user input > from the user,for methods and attributes? > > Thanks, > Chris > ------------------------ Yahoo! Groups Sponsor --------------------~--> Everything you need is one click away. Make Yahoo! your home page now. http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

