Jan K. van Dalen
|
| Posted: 01/08/2006, 9:30 AM |
|
Ok, I'm not sure what I'm doing wrong but ...
CCS 3.0 / ASP.NET / VB.NET
When on a list, when clicking on the <a> to edit the record, I would like
for it to open on another window on top. I have use all target frame
combinations and none work. Any advice?
href="{Detail_Src}" target="_top">Detail
|
|
|
 |
dragoon
Posts: 173
|
| Posted: 01/08/2006, 9:13 PM |
|
andyou want the windows to remain on top no matter what..until someone edits the record or is pressing cancel?
you'll nedd something like http://msdn.microsoft.com/library/default.asp?url=/work...modaldialog.asp
but I don't know if it's supported in other browsers that IE
|
 |
 |
dragoon
Posts: 173
|
| Posted: 01/08/2006, 9:13 PM |
|
here is a workaround that works in Firefox: http://subimage.com/sublog/subModal
|
 |
 |
|