Ori,
I my case i am actually loading html from the code - eg,
htmlbox1.html = "<html><body> <a href='dosomething'>myLink</a> </html>";
I hope the new script library helps the situation. I don't mind replacing URLs with calls to Javascript code.
Basically, the HTMLBox and ASPPageBox controls are really frustrating to use because there is no easy way to trigger an event back to the VWG application from a hyperlink.
On a positive note, I was able to use the href="post.VWGFORM.wgx?parmname=parm" syntax to sucessfully bring up registered VWG form from an HTMLBox link, and then use the VWGContext.Current.Arguments["parmname"] to get the parms. :-) The use of the 'post' prefix was not obvious!
However, It would be really nice to have some kind of javascript function that you could call from an HTMLBox that would pass a command to the parent VWG form. That way, you could begin to use traditional hyperlinks in html to trigger actions.
I am surprised this hasn't been an issue other people have encountered?
Mitch Stephens
Actmate