grudgelord
04-25-2002, 05:31 PM
I am having a bit of a time finding a soloution to my problem. I have an onscreen menu that, when a menu item is chosen, pops up a textbox diplaying the information for that menu item. The information in the textbox is loaded from an URL encoded text file and the actionscript is handled via an "#include statement".
The problem is this: I want to include items (similar to text hyperlinks) in the text box that can be clicked on and thus update the text displayed in the textbox (creating a submenu within the textbox if you will). I have tried embedding an href but this of course opens a new instance of a standard browser window...which is exactly what I do not want to happen. I want this window to behave like a mini-web-browser.
Is there anyway to open these new hyperlinks with the textbox as the target? If not, how do I get the items in the textbox to behave ashyperlinks without creating buttons...or is there a way?
thanks
-gl
The problem is this: I want to include items (similar to text hyperlinks) in the text box that can be clicked on and thus update the text displayed in the textbox (creating a submenu within the textbox if you will). I have tried embedding an href but this of course opens a new instance of a standard browser window...which is exactly what I do not want to happen. I want this window to behave like a mini-web-browser.
Is there anyway to open these new hyperlinks with the textbox as the target? If not, how do I get the items in the textbox to behave ashyperlinks without creating buttons...or is there a way?
thanks
-gl