Hi,
I'm opening a modalwebform, in which I use to parameters to show a database
record. i do not want that people will see the way I call the record, so I
want to hide these variables. I thought it would be possible to hide the
address line.
This is the way I call the modal window:
window.showModa lDialog("mEdit. aspx?tabel=" + tabel +"&key=" + key,
null,'location: no;status:no;di alogWidth:500px ;dialogHeight:8 00px;dialogHide :true;');
The address in the modalform is:
Does anyone has a better way to solve this problem
thanx
ton
I'm opening a modalwebform, in which I use to parameters to show a database
record. i do not want that people will see the way I call the record, so I
want to hide these variables. I thought it would be possible to hide the
address line.
This is the way I call the modal window:
window.showModa lDialog("mEdit. aspx?tabel=" + tabel +"&key=" + key,
null,'location: no;status:no;di alogWidth:500px ;dialogHeight:8 00px;dialogHide :true;');
The address in the modalform is:
Does anyone has a better way to solve this problem
thanx
ton
Comment