steveg
10-22-2002, 08:15 AM
OK now im not sure this is even possible what I need to do is this.
I have a form wrapping round a table, within this table I need to place links that will open a seperate smalll browser window, however I need to pass a value to this second window from within the link.
Here's what ive got so far
<A HREF VALUE="parameter" onClick="' msgWindow=window.open('error1.htm','memo_wind','resizable=no,width=200,height=130')" >text here</A>
If anybody has the faintest idea what i am going on about and could possibly help me I would be greatful.
Thanks
Steve
I have a form wrapping round a table, within this table I need to place links that will open a seperate smalll browser window, however I need to pass a value to this second window from within the link.
Here's what ive got so far
<A HREF VALUE="parameter" onClick="' msgWindow=window.open('error1.htm','memo_wind','resizable=no,width=200,height=130')" >text here</A>
If anybody has the faintest idea what i am going on about and could possibly help me I would be greatful.
Thanks
Steve